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 02:18:15 UTC

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

Author: foconer
Date: Wed Jan 11 17:17:56 2006
New Revision: 368204

URL: http://svn.apache.org/viewcvs?rev=368204&view=rev
Log:
maven 1 build file.

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=368204&r1=368203&r2=368204&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-console/maven.xml Wed Jan 11 17:17:56 2006
@@ -19,7 +19,12 @@
 
 <project default="default" xmlns:ant="jelly:ant">
 
-  <goal name="default" prereqs="war:install"/>
+  <goal name="build" prereqs="clean, war:install"/>
+  
+  <goal name="default">
+    <attainGoal name="build"/>
+  </goal>
+  
   <goal name="nightly" prereqs="clean, war:install, war:deploy"/>
 
 </project>