summaryrefslogtreecommitdiff
path: root/projects/pom.xml
blob: 7c464484c7f23911f7872e954636d2d9c85596f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>net.wotonomy</groupId>
	<artifactId>wotonomy-root</artifactId>
	<version>1</version>
	<packaging>pom</packaging>
	<name>Wotonomy</name>
	<description>Root project for wotonomy</description>
	<url>http://wotonomy.sourceforge.net</url>
	<modules>
		<module>net.wotonomy.all</module>
	</modules>
	<ciManagement>
		<system>continuum</system>
	</ciManagement>
	<distributionManagement>
		<!-- use the following if you're not using a snapshot version. -->
		<repository>
			<id>israfil</id>
			<name>Israfil Deploy</name>
			<url>
				scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url>
			<!--<url>file:///E:/tmp/i-deploy</url>-->
		</repository>
		<!-- use the following if you ARE using a snapshot version. -->
		<snapshotRepository>
			<id>israfil</id>
			<name>Israfil Snapshot</name>
			<url>
				scp://mikail.israfil.net/var/www/vhosts/www.israfil.net/htdocs/maven2</url>
			<!--<url>file:///E:/tmp/i-deploy</url>-->
		</snapshotRepository>
		<site>
			<id>website</id>
			<url>
				scp://cgruber@shell.sourceforge.net/home/groups/w/wo/wotonomy/htdocs</url>
		</site>
	</distributionManagement>
	<scm>
		<connection>
			scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects</connection>
		<developerConnection>
			scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects</developerConnection>
	</scm>
</project>