Author: doogie
Date: Tue Apr 28 15:58:11 2015
New Revision: 1676572

URL: http://svn.apache.org/r1676572
Log:
Fix issue running "clean" when $HOME/.m2 is empty.  "package" still
doesn't work.

Modified:
    ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml
    ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/birt/lib/scriptlib/pom.xml
    ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml

Modified: ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml?rev=1676572&r1=1676571&r2=1676572&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/applications/accounting/lib/pom.xml Tue Apr 28 
15:58:11 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../../pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-accounting-lib</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml?rev=1676572&r1=1676571&r2=1676572&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml Tue Apr 28 15:58:11 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-component</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/birt/lib/scriptlib/pom.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/birt/lib/scriptlib/pom.xml?rev=1676572&r1=1676571&r2=1676572&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/birt/lib/scriptlib/pom.xml 
(original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/birt/lib/scriptlib/pom.xml Tue Apr 
28 15:58:11 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../../../pom.xml</relativePath>
+    <relativePath>../../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-speciapurpose-birt-lib-scriptlib</artifactId>
   <packaging>pom</packaging>

Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml?rev=1676572&r1=1676571&r2=1676572&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/specialpurpose/example/lib/pom.xml Tue Apr 28 
15:58:11 2015
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.ofbiz</groupId>
     <artifactId>ofbiz-parent</artifactId>
     <version>TRUNK</version>
-    <relativePath>../../../../pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <artifactId>ofbiz-specialpurpose-example-lib</artifactId>
   <packaging>pom</packaging>


Reply via email to