You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ro...@apache.org on 2007/07/20 19:10:52 UTC

svn commit: r558057 - /gump/metadata/project/httpcomponents.xml

Author: rolandw
Date: Fri Jul 20 10:10:51 2007
New Revision: 558057

URL: http://svn.apache.org/viewvc?view=rev&rev=558057
Log:
trying to resolve project dependency on the Maven layer

Modified:
    gump/metadata/project/httpcomponents.xml

Modified: gump/metadata/project/httpcomponents.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/httpcomponents.xml?view=diff&rev=558057&r1=558056&r2=558057
==============================================================================
--- gump/metadata/project/httpcomponents.xml (original)
+++ gump/metadata/project/httpcomponents.xml Fri Jul 20 10:10:51 2007
@@ -33,7 +33,9 @@
     <description>HTTP Component: Core</description>
     <url href="http://jakarta.apache.org/httpcomponents/httpcomponents-core/"/>
 
-    <mvn basedir="httpcore" goal="package">
+    <!-- goal is set to "install" rather than package, because dependent
+         projects building with Maven 2 need it in the .m2 repository -->
+    <mvn basedir="httpcore" goal="install">
       <property name="maven.test.skip" value="true"/>
     </mvn>