You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by at...@apache.org on 2011/04/18 00:17:55 UTC

svn commit: r1094213 - /incubator/rave/trunk/pom.xml

Author: ate
Date: Sun Apr 17 22:17:54 2011
New Revision: 1094213

URL: http://svn.apache.org/viewvc?rev=1094213&view=rev
Log:
Ensure rave-master-pom can even be resolved locally whenever it hasn't been build/installed locally nor is available (yet) from a remote (SNAPSHOT) repository.
The relativePath to the parent assumes a root checkout of rave-trunks, such as what is/will be used by sonar@apache.
 

Modified:
    incubator/rave/trunk/pom.xml

Modified: incubator/rave/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/pom.xml?rev=1094213&r1=1094212&r2=1094213&view=diff
==============================================================================
--- incubator/rave/trunk/pom.xml (original)
+++ incubator/rave/trunk/pom.xml Sun Apr 17 22:17:54 2011
@@ -29,7 +29,7 @@
     <groupId>org.apache.rave</groupId>
     <artifactId>rave-master</artifactId>
     <version>0.1-incubating-SNAPSHOT</version>
-    <relativePath />
+    <relativePath>../rave-master-pom/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.rave</groupId>
@@ -181,4 +181,4 @@
     <module>rave-portal</module>
   </modules>
   
-</project>
\ No newline at end of file
+</project>