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 2005/10/27 17:36:03 UTC

svn commit: r328895 - in /maven/components/trunk/maven-plugins: maven-help-plugin/ maven-help-plugin/pom.xml maven-help-plugin/src/ maven-projecthelp-plugin/ pom.xml

Author: jdcasey
Date: Thu Oct 27 08:35:56 2005
New Revision: 328895

URL: http://svn.apache.org/viewcvs?rev=328895&view=rev
Log:
Moving maven-projecthelp-plugin to maven-help-plugin.

Added:
    maven/components/trunk/maven-plugins/maven-help-plugin/
      - copied from r326908, maven/components/trunk/maven-plugins/maven-projecthelp-plugin/
    maven/components/trunk/maven-plugins/maven-help-plugin/pom.xml
      - copied, changed from r328894, maven/components/trunk/maven-plugins/maven-projecthelp-plugin/pom.xml
    maven/components/trunk/maven-plugins/maven-help-plugin/src/
      - copied from r328894, maven/components/trunk/maven-plugins/maven-projecthelp-plugin/src/
Removed:
    maven/components/trunk/maven-plugins/maven-projecthelp-plugin/
Modified:
    maven/components/trunk/maven-plugins/pom.xml

Copied: maven/components/trunk/maven-plugins/maven-help-plugin/pom.xml (from r328894, maven/components/trunk/maven-plugins/maven-projecthelp-plugin/pom.xml)
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-help-plugin/pom.xml?p2=maven/components/trunk/maven-plugins/maven-help-plugin/pom.xml&p1=maven/components/trunk/maven-plugins/maven-projecthelp-plugin/pom.xml&r1=328894&r2=328895&rev=328895&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-projecthelp-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-help-plugin/pom.xml Thu Oct 27 08:35:56 2005
@@ -5,9 +5,9 @@
     <version>2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-projecthelp-plugin</artifactId>
+  <artifactId>maven-help-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Maven Project-Help Plugin</name>
+  <name>Maven Help Plugin</name>
   <version>2.0-beta-2-SNAPSHOT</version>
   <inceptionYear>2001</inceptionYear>
   

Modified: maven/components/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=328895&r1=328894&r2=328895&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/pom.xml (original)
+++ maven/components/trunk/maven-plugins/pom.xml Thu Oct 27 08:35:56 2005
@@ -166,13 +166,13 @@
     <module>maven-eclipse-plugin</module>
     <module>maven-ear-plugin</module>
     <module>maven-ejb-plugin</module>
+    <module>maven-help-plugin</module>
     <module>maven-idea-plugin</module>
     <module>maven-install-plugin</module>
     <module>maven-jar-plugin</module>
     <module>maven-javadoc-plugin</module>
     <module>maven-plugin-plugin</module>
     <module>maven-pmd-plugin</module>
-    <module>maven-projecthelp-plugin</module>
     <module>maven-project-info-reports-plugin</module>
     <module>maven-rar-plugin</module>
     <module>maven-release-plugin</module>