You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2005/08/27 17:47:42 UTC

svn commit: r240429 - in /incubator/jackrabbit/trunk/contrib/jcr-server: client/maven.xml maven.xml server/maven.xml webapp/maven.xml webdav/maven.xml

Author: tripod
Date: Sat Aug 27 08:47:37 2005
New Revision: 240429

URL: http://svn.apache.org/viewcvs?rev=240429&view=rev
Log:
- args...multiproject hassle....

Modified:
    incubator/jackrabbit/trunk/contrib/jcr-server/client/maven.xml
    incubator/jackrabbit/trunk/contrib/jcr-server/maven.xml
    incubator/jackrabbit/trunk/contrib/jcr-server/server/maven.xml
    incubator/jackrabbit/trunk/contrib/jcr-server/webapp/maven.xml
    incubator/jackrabbit/trunk/contrib/jcr-server/webdav/maven.xml

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/client/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/client/maven.xml?rev=240429&r1=240428&r2=240429&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/client/maven.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/client/maven.xml Sat Aug 27 08:47:37 2005
@@ -17,12 +17,6 @@
 -->
 <project default="jar">
     <!--
-        build the jar and install it to the local repository
-    -->
-    <goal name="multiproject:artifact">
-        <attainGoal name="jar:install" />
-    </goal>
-    <!--
         the 'clean' goal is already redefined in the maven.xml
         of the parent project. we need to redefine it here
         again to 'maven clean' works.

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/maven.xml?rev=240429&r1=240428&r2=240429&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/maven.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/maven.xml Sat Aug 27 08:47:37 2005
@@ -16,7 +16,7 @@
    limitations under the License.
 -->
 <project
-    default="multiproject:artifact"
+    default="multiproject:install"
     xmlns:ant="jelly:ant"
     xmlns:m="jelly:maven"
 >

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/server/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/server/maven.xml?rev=240429&r1=240428&r2=240429&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/server/maven.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/server/maven.xml Sat Aug 27 08:47:37 2005
@@ -17,12 +17,6 @@
 -->
 <project default="jar">
     <!--
-        build the jar and install it to the local repository
-    -->
-    <goal name="multiproject:artifact">
-        <attainGoal name="jar:install" />
-    </goal>
-    <!--
         the 'clean' goal is already redefined in the maven.xml
         of the parent project. we need to redefine it here
         again to 'maven clean' works.

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/webapp/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/webapp/maven.xml?rev=240429&r1=240428&r2=240429&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/webapp/maven.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/webapp/maven.xml Sat Aug 27 08:47:37 2005
@@ -17,12 +17,6 @@
 -->
 <project default="war">
     <!--
-        build the war and install it to the local repository
-    -->
-    <goal name="multiproject:artifact">
-        <attainGoal name="war:install" />
-    </goal>
-    <!--
         the 'clean' goal is already redefined in the maven.xml
         of the parent project. we need to redefine it here
         again to 'maven clean' works.

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/webdav/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/webdav/maven.xml?rev=240429&r1=240428&r2=240429&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/webdav/maven.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/webdav/maven.xml Sat Aug 27 08:47:37 2005
@@ -17,12 +17,6 @@
 -->
 <project default="jar">
     <!--
-        build the jar and install it to the local repository
-    -->
-    <goal name="multiproject:artifact">
-        <attainGoal name="jar:install" />
-    </goal>
-    <!--
         the 'clean' goal is already redefined in the maven.xml
         of the parent project. we need to redefine it here
         again to 'maven clean' works.