You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/01/22 20:35:51 UTC

svn commit: r614295 - in /maven/plugins/trunk/maven-dependency-plugin: pom.xml src/it/mdep-134/ src/site/apt/usage.apt

Author: brianf
Date: Tue Jan 22 11:35:44 2008
New Revision: 614295

URL: http://svn.apache.org/viewvc?rev=614295&view=rev
Log: (empty)

Removed:
    maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-134/
Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=614295&r1=614294&r2=614295&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Tue Jan 22 11:35:44 2008
@@ -74,6 +74,9 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
+  <properties>
+    <maven.version>2.0.8</maven.version>
+  </properties>
   <build>
     <plugins>
       <plugin>
@@ -134,22 +137,22 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
-      <version>2.0.7</version>
+      <version>${maven.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.7</version>
+      <version>${maven.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
-      <version>2.0.7</version>
+      <version>${maven.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
-      <version>2.0.7</version>
+      <version>${maven.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt?rev=614295&r1=614294&r2=614295&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/usage.apt Tue Jan 22 11:35:44 2008
@@ -21,7 +21,7 @@
   Allan Ramirez
   Brian Fox
   ------
-  Mar 2007
+  Jan 2008
   ------
 
 Usage
@@ -497,7 +497,7 @@
 
    Since: 2.0-alpha-2
    
-   This goal will output a classpath string of dependencies from the local repository to a file or log. For instance, the file would contain a classpath string like this:
+   This goal will output a classpath string of dependencies from the local repository to a file or log and optionally attach and deploy the file. For instance, the file would contain a classpath string like this:
 
 +---+
 /home/foo/.m2/repository/org/java/utils/util/util-1.0.jar:/home/foo/.m2/ ....