You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/03/26 09:38:20 UTC

svn commit: r927730 - /gump/metadata/project/james-server.xml

Author: bodewig
Date: Fri Mar 26 08:38:20 2010
New Revision: 927730

URL: http://svn.apache.org/viewvc?rev=927730&view=rev
Log:
split out tests, add jars

Modified:
    gump/metadata/project/james-server.xml

Modified: gump/metadata/project/james-server.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-server.xml?rev=927730&r1=927729&r2=927730&view=diff
==============================================================================
--- gump/metadata/project/james-server.xml (original)
+++ gump/metadata/project/james-server.xml Fri Mar 26 08:38:20 2010
@@ -18,7 +18,7 @@
 -->
 
 
-<module name="james-server">
+<module name="james-server" groupId="org.apache.james">
 
   <url href="http://james.apache.org/"/>
   <description>James Server</description>
@@ -27,6 +27,7 @@
   <project name="james-server">
     <license name="LICENSE.txt"/>
     <mvn separateLocalRepository="true" goal="package">
+      <property name="maven.test.skip.exec" value="true"/>
     </mvn>
 
     <option project="excalibur-framework-api"/>
@@ -67,10 +68,29 @@
     <option project="james-mailet"/>
 
     <home nested="stage/org.apache.james/jars"/>
+
+    <jar name="javamail-util/target/james-server-javamail-util-3.0-M1.jar"
+         id="james-server-javamail-util"/>
+    <jar name="common-util/target/james-server-common-util-3.0-M1.jar"
+         id="james-server-common-util"/>
+    <jar name="core-api/target/james-server-core-api-3.0-M1.jar"
+         id="james-server-core-api"/>
+    <jar name="user-api/target/james-server-user-api-3.0-M1.jar"
+         id="james-server-user-api"/>
+    <jar name="domain-api/target/james-server-domain-api-3.0-M1.jar"
+         id="james-server-domain-api"/>
+    <jar name="user-library/target/james-server-user-library-3.0-M1.jar"
+         id="james-server-user-library"/>
+
     <jar name="james-server-core-library-@@DATE@@.jar"/>
     <!--nag to="server-dev@james.apache.org"
        from="Gump &lt;server-dev@james.apache.org&gt;"/-->
   </project>
 
+  <project name="james-server-test">
+    <mvn separateLocalRepository="true" goal="test">
+    </mvn>
+    <depend project="james-server"/>
+  </project>
 </module>