|
From: <cg...@us...> - 2006-10-15 21:32:55
|
Revision: 935
http://svn.sourceforge.net/wotonomy/?rev=935&view=rev
Author: cgruber
Date: 2006-10-15 14:32:41 -0700 (Sun, 15 Oct 2006)
Log Message:
-----------
Add a root pom
Added Paths:
-----------
trunk/projects/pom.xml
Added: trunk/projects/pom.xml
===================================================================
--- trunk/projects/pom.xml (rev 0)
+++ trunk/projects/pom.xml 2006-10-15 21:32:41 UTC (rev 935)
@@ -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/net.wotonomy.all</connection>
+ <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.all</developerConnection>
+ </scm>
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|