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/12 06:08:29 UTC

svn commit: r368276 - /incubator/servicemix/trunk/servicemix-console/maven.xml

Author: foconer
Date: Wed Jan 11 21:08:18 2006
New Revision: 368276

URL: http://svn.apache.org/viewcvs?rev=368276&view=rev
Log:
set default goal to execute build goal.

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

Modified: incubator/servicemix/trunk/servicemix-console/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-console/maven.xml?rev=368276&r1=368275&r2=368276&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-console/maven.xml Wed Jan 11 21:08:18 2006
@@ -19,6 +19,7 @@
 
 <project default="default" xmlns:ant="jelly:ant">
 
+  <!-- redefined "build" goal from parent to create a war instead -->
   <goal name="build" prereqs="clean, war:install"/>
   
   <goal name="default">