You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/04/15 09:25:14 UTC

svn commit: r648141 - /maven/components/branches/maven-2.1-xbr/pom.xml

Author: jvanzyl
Date: Tue Apr 15 00:25:11 2008
New Revision: 648141

URL: http://svn.apache.org/viewvc?rev=648141&view=rev
Log:
o add markers to the POM so that i can use the ant replace task to temporary create a dependencies element from the dependencyManagement
  element so that ant task to grab a group of dependencies will work without requiring the enumeration of each child module's POM

Modified:
    maven/components/branches/maven-2.1-xbr/pom.xml

Modified: maven/components/branches/maven-2.1-xbr/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1-xbr/pom.xml?rev=648141&r1=648140&r2=648141&view=diff
==============================================================================
--- maven/components/branches/maven-2.1-xbr/pom.xml (original)
+++ maven/components/branches/maven-2.1-xbr/pom.xml Tue Apr 15 00:25:11 2008
@@ -225,7 +225,8 @@
     <plexusVersion>1.0-alpha-45-SNAPSHOT</plexusVersion>
     <wagonVersion>1.0-beta-2</wagonVersion>
   </properties>
-
+  
+  <!--start-->
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -236,6 +237,7 @@
   </dependencies>
 
   <dependencyManagement>
+    <!--end-->
     <dependencies>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
@@ -304,9 +306,16 @@
         <version>3.1</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>commons-cli</groupId>
+        <artifactId>commons-cli</artifactId>
+        <version>1.0</version>
+      </dependency>          
     </dependencies>
+    <!--start-->
   </dependencyManagement>
-
+  <!--end--> 
+   
   <distributionManagement>
     <site>
       <id>apache.website</id>