You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2012/01/13 12:54:01 UTC

svn commit: r1231038 - /incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml

Author: brett
Date: Fri Jan 13 12:54:01 2012
New Revision: 1231038

URL: http://svn.apache.org/viewvc?rev=1231038&view=rev
Log:
add apache parent POM to repository

Modified:
    incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml

Modified: incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml?rev=1231038&r1=1231037&r2=1231038&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml Fri Jan 13 12:54:01 2012
@@ -27,7 +27,15 @@
   <artifactId>npanday-repository-builder</artifactId>  
   <packaging>pom</packaging>
   <name>NPanday :: Repository Builder</name>  
-  <dependencies> 
+  <dependencies>
+    <!-- Include Apache Parent POM which will be required by the projects as well - repository currently doesn't traverse to external parents -->
+    <dependency>
+      <groupId>org.apache</groupId>
+      <artifactId>apache</artifactId>
+      <version>10</version>
+      <type>pom</type>
+    </dependency>
+
     <!--
     NPANDAY PLUGINS
     -->