You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/04/06 17:47:59 UTC

svn commit: r762398 - in /jackrabbit/commons/jcr-rmi/trunk: jcr-rmi-it/pom.xml jcr-rmi/pom.xml pom.xml

Author: jukka
Date: Mon Apr  6 15:47:59 2009
New Revision: 762398

URL: http://svn.apache.org/viewvc?rev=762398&view=rev
Log:
JCRRMI-1: Copy the JCR-RMI component to the new JCR Commons subproject

Only deploy the main jcr-rmi component. The reactor and the test project don't need to be on a Maven repository.

Modified:
    jackrabbit/commons/jcr-rmi/trunk/jcr-rmi-it/pom.xml
    jackrabbit/commons/jcr-rmi/trunk/jcr-rmi/pom.xml
    jackrabbit/commons/jcr-rmi/trunk/pom.xml

Modified: jackrabbit/commons/jcr-rmi/trunk/jcr-rmi-it/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-rmi/trunk/jcr-rmi-it/pom.xml?rev=762398&r1=762397&r2=762398&view=diff
==============================================================================
--- jackrabbit/commons/jcr-rmi/trunk/jcr-rmi-it/pom.xml (original)
+++ jackrabbit/commons/jcr-rmi/trunk/jcr-rmi-it/pom.xml Mon Apr  6 15:47:59 2009
@@ -24,8 +24,8 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>jcr-rmi-reactor</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <artifactId>parent</artifactId>
+    <version>2</version>
   </parent>
 
   <prerequisites>
@@ -36,7 +36,7 @@
   <!-- P R O J E C T  D E S C R I P T I O N                                -->
   <!-- =================================================================== -->
   <artifactId>jcr-rmi-it</artifactId>
-
+  <version>2.0-SNAPSHOT</version>
   <name>Jackrabbit JCR-RMI Integration Tests</name>
 
   <build>

Modified: jackrabbit/commons/jcr-rmi/trunk/jcr-rmi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-rmi/trunk/jcr-rmi/pom.xml?rev=762398&r1=762397&r2=762398&view=diff
==============================================================================
--- jackrabbit/commons/jcr-rmi/trunk/jcr-rmi/pom.xml (original)
+++ jackrabbit/commons/jcr-rmi/trunk/jcr-rmi/pom.xml Mon Apr  6 15:47:59 2009
@@ -24,8 +24,8 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>jcr-rmi-reactor</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <artifactId>parent</artifactId>
+    <version>2</version>
   </parent>
 
   <prerequisites>
@@ -36,6 +36,7 @@
   <!-- P R O J E C T  D E S C R I P T I O N                                -->
   <!-- =================================================================== -->
   <artifactId>jcr-rmi</artifactId>
+  <version>2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Jackrabbit JCR-RMI</name>

Modified: jackrabbit/commons/jcr-rmi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-rmi/trunk/pom.xml?rev=762398&r1=762397&r2=762398&view=diff
==============================================================================
--- jackrabbit/commons/jcr-rmi/trunk/pom.xml (original)
+++ jackrabbit/commons/jcr-rmi/trunk/pom.xml Mon Apr  6 15:47:59 2009
@@ -43,5 +43,16 @@
     <module>jcr-rmi-it</module>
   </modules>
 
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>