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 10:38:24 UTC

svn commit: r368651 - in /incubator/servicemix/trunk/servicemix-gbean: maven.xml project.xml

Author: foconer
Date: Fri Jan 13 01:38:16 2006
New Revision: 368651

URL: http://svn.apache.org/viewcvs?rev=368651&view=rev
Log:
will now extend from /etc/

Modified:
    incubator/servicemix/trunk/servicemix-gbean/maven.xml
    incubator/servicemix/trunk/servicemix-gbean/project.xml

Modified: incubator/servicemix/trunk/servicemix-gbean/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-gbean/maven.xml?rev=368651&r1=368650&r2=368651&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-gbean/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-gbean/maven.xml Fri Jan 13 01:38:16 2006
@@ -21,9 +21,6 @@
     xmlns:ant="jelly:ant"
     xmlns:deploy="geronimo:deploy">
     
-    <!-- goal "build" is inherited from parent pom -->
-    <goal name="default">
-      <attainGoal name="build"/>
-    </goal>
+    <!-- default goal is defined in /etc/ -->
 
 </project>

Modified: incubator/servicemix/trunk/servicemix-gbean/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-gbean/project.xml?rev=368651&r1=368650&r2=368651&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-gbean/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-gbean/project.xml Fri Jan 13 01:38:16 2006
@@ -20,7 +20,7 @@
 <!DOCTYPE project>
 <project>
     <pomVersion>3</pomVersion>
-    <extend>../project.xml</extend>
+    <extend>${basedir}/../etc/project.xml</extend>
 
     <name>ServiceMix :: GBeans</name>
     <id>servicemix-gbean</id>