summaryrefslogtreecommitdiff
path: root/projects/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/pom.xml')
-rw-r--r--projects/pom.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/projects/pom.xml b/projects/pom.xml
new file mode 100644
index 0000000..8068def
--- /dev/null
+++ b/projects/pom.xml
@@ -0,0 +1,40 @@
+<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>