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/08/26 09:23:46 UTC

svn commit: r989488 - /gump/metadata/project/jetty.xml

Author: bodewig
Date: Thu Aug 26 07:23:46 2010
New Revision: 989488

URL: http://svn.apache.org/viewvc?rev=989488&view=rev
Log:
split build and test

Modified:
    gump/metadata/project/jetty.xml

Modified: gump/metadata/project/jetty.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jetty.xml?rev=989488&r1=989487&r2=989488&view=diff
==============================================================================
--- gump/metadata/project/jetty.xml (original)
+++ gump/metadata/project/jetty.xml Thu Aug 26 07:23:46 2010
@@ -298,13 +298,21 @@
   <project name="jetty-security">
     <package>org.eclipse.jetty</package>
     <depend project="jetty-project"/>
-    <mvn goal="install" basedir="jetty-security"/>
+    <mvn goal="install" basedir="jetty-security">
+      <property name="skipTests" value="true"/>
+    </mvn>
     <jar name="jetty-security/target/jetty-security-*[0-9T].jar"/>
 
     <depend project="jetty-server"/>
     <option project="junit"/>
   </project>
 
+  <project name="jetty-security-test">
+    <depend project="jetty-security"/>
+    <mvn goal="test" basedir="jetty-security"/>
+    <report nested="jetty-security/target/surefire-report"/>
+  </project>
+
   <project name="jetty-server">
     <package>org.eclipse.jetty</package>
     <depend project="jetty-project"/>