You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2006/08/23 23:10:23 UTC

svn commit: r434180 - in /maven/sandbox/plugins/maven-plugin-management-plugin: ./ pom.xml

Author: jdcasey
Date: Wed Aug 23 14:10:23 2006
New Revision: 434180

URL: http://svn.apache.org/viewvc?rev=434180&view=rev
Log:
Changing name from plugin-test plugin to plugin-management plugin.

Added:
    maven/sandbox/plugins/maven-plugin-management-plugin/
      - copied from r430505, maven/sandbox/plugins/maven-plugin-test-plugin/
    maven/sandbox/plugins/maven-plugin-management-plugin/pom.xml
      - copied, changed from r431614, maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml

Copied: maven/sandbox/plugins/maven-plugin-management-plugin/pom.xml (from r431614, maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml)
URL: http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-plugin-management-plugin/pom.xml?p2=maven/sandbox/plugins/maven-plugin-management-plugin/pom.xml&p1=maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml&r1=431614&r2=434180&rev=434180&view=diff
==============================================================================
--- maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml (original)
+++ maven/sandbox/plugins/maven-plugin-management-plugin/pom.xml Wed Aug 23 14:10:23 2006
@@ -7,19 +7,20 @@
     <version>2-SNAPSHOT</version>
   </parent>
 
-  <artifactId>maven-plugin-test-plugin</artifactId>
+  <artifactId>maven-plugin-management-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <version>1.0-SNAPSHOT</version>
-  <name>Maven Plugin-testing Plugin</name>
+  <name>Maven Plugin-management Plugin</name>
   <url>http://maven.apache.org</url>
   <description>
     Manages the staging and de-staging of a Maven plugin into the local repository, to allow
-    plugin integration testing to proceed.
+    plugin integration testing to proceed. Also allows users to flush the plugin manager cache for
+    certain plugins.
   </description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-plugin-test-plugin</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-plugin-test-plugin</developerConnection>
-    <url>http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-plugin-test-plugin</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-plugin-management-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-plugin-management-plugin</developerConnection>
+    <url>http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-plugin-management-plugin</url>
   </scm>
 
   <dependencies>
@@ -66,7 +67,7 @@
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
         <configuration>
-          <goalPrefix>plugin-test</goalPrefix>
+          <goalPrefix>plugin-management</goalPrefix>
         </configuration>
       </plugin>
       <plugin>