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 2015/02/22 07:47:23 UTC

svn commit: r1661453 - /gump/metadata/project/xmlunit.xml

Author: bodewig
Date: Sun Feb 22 06:47:23 2015
New Revision: 1661453

URL: http://svn.apache.org/r1661453
Log:
use install goal in order to access jars just built

Modified:
    gump/metadata/project/xmlunit.xml

Modified: gump/metadata/project/xmlunit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xmlunit.xml?rev=1661453&r1=1661452&r2=1661453&view=diff
==============================================================================
--- gump/metadata/project/xmlunit.xml (original)
+++ gump/metadata/project/xmlunit.xml Sun Feb 22 06:47:23 2015
@@ -27,7 +27,7 @@
   <project name="org.xmlunit">
     <package>org.xmlunit</package>
     <package>org.custommonkey.xmlunit</package>
-    <mvn3 goal="package" />
+    <mvn3 goal="install" />
     <option project="junit"/>
     <jar name="xmlunit-core/target/xmlunit-core-*[0-9T].jar" id="xmlunit-core"/>
     <jar name="xmlunit-matchers/target/xmlunit-matchers-*[0-9T].jar" id="xmlunit-matchers"/>