You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/13 04:57:20 UTC

svn commit: r368581 - /incubator/servicemix/trunk/servicemix-jms/maven.xml

Author: foconer
Date: Thu Jan 12 19:57:10 2006
New Revision: 368581

URL: http://svn.apache.org/viewcvs?rev=368581&view=rev
Log:
added jar:install in the default goal.

Modified:
    incubator/servicemix/trunk/servicemix-jms/maven.xml

Modified: incubator/servicemix/trunk/servicemix-jms/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jms/maven.xml?rev=368581&r1=368580&r2=368581&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/maven.xml Thu Jan 12 19:57:10 2006
@@ -21,7 +21,7 @@
 <project default="default" xmlns:ant="jelly:ant">
 
   <!-- redefined "build" goal from parent pom -->
-  <goal name="build" prereqs="clean, jbi:install"/>
+  <goal name="build" prereqs="clean, jar:install, jbi:install"/>
     
   <goal name="default">
     <attainGoal name="build"/>