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

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

Author: foconer
Date: Thu Jan 12 06:18:03 2006
New Revision: 368376

URL: http://svn.apache.org/viewcvs?rev=368376&view=rev
Log:
Added 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=368376&r1=368375&r2=368376&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/maven.xml Thu Jan 12 06:18:03 2006
@@ -1,10 +1,32 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<project default="default"
-    xmlns:ant="jelly:ant">
+<!--
 
-  <goal name="default" prereqs="jbi:install"/>
+    Copyright 2005 The Apache Software Foundation
 
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+    
+-->
+
+<project default="default" xmlns:ant="jelly:ant">
+
+  <!-- redefined "build" goal from parent pom -->
+  <goal name="build" prereqs="clean, jbi:install"/>
+    
+  <goal name="default">
+    <attainGoal name="build"/>
+  </goal>  
+  
   <goal name="nightly" prereqs="clean, jbi:install, jbi:deploy"/>
 
 </project>