You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by se...@apache.org on 2013/06/26 01:29:13 UTC

svn commit: r1496670 - in /maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src: changes/changes.xml site/site.xml site/xdoc/download_commons-gpg-plugin.xml site/xdoc/index.xml

Author: sebb
Date: Tue Jun 25 23:29:13 2013
New Revision: 1496670

URL: http://svn.apache.org/r1496670
Log:
Fix up remaining Commons references

Removed:
    maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/xdoc/download_commons-gpg-plugin.xml
Modified:
    maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/changes/changes.xml
    maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/site.xml
    maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/xdoc/index.xml

Modified: maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/changes/changes.xml?rev=1496670&r1=1496669&r2=1496670&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/changes/changes.xml (original)
+++ maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/changes/changes.xml Tue Jun 25 23:29:13 2013
@@ -40,8 +40,8 @@ The <action> type attribute can be add,u
 
 <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
     <properties>
-        <title>Commons GpG Maven Plugin: Changes</title>
-        <author email="dev@commons.apache.org">Apache Commons developers</author>
+        <title>Apache Maven GpG Signfiles Mojo: Changes</title>
+        <author email="dev@maven.apache.org">Apache Maven developers</author>
     </properties>
 
     <!-- NOTE: 
@@ -61,7 +61,7 @@ The <action> type attribute can be add,u
     <body>
 
         <release version="0.1" date="2013-06-25" description="
-This is the initial release of the Commons Gpg Maven Plugin.
+This is the initial release of the Apache Maven Gpg Signfiles Mojo
 ">
             <!-- List each change individually so the changes html report is easier to read -->
         </release>

Modified: maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/site.xml?rev=1496670&r1=1496669&r2=1496670&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/site.xml (original)
+++ maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/site.xml Tue Jun 25 23:29:13 2013
@@ -16,15 +16,13 @@
  limitations under the License.
 -->
 <!--
-   $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/site/site.xml $
    $Revision: 1296548 $ $Date: 2012-03-03 01:35:18 +0000 (Sat, 03 Mar 2012) $
  -->
-<project name="Apache Commons Gpg Plugin">
+<project name="Apache Maven Gpg Signfiles Plugin">
 
     <body>
-        <menu name="Gpg Plugin">
+        <menu name="Gpg Signfiles Plugin">
             <item name="Overview"                href="index.html"/>
-            <item name="Download"                href="download_commons-gpg-plugin.cgi"/>
         </menu>
     </body>
 

Modified: maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/xdoc/index.xml?rev=1496670&r1=1496669&r2=1496670&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/xdoc/index.xml (original)
+++ maven/sandbox/trunk/plugins/maven-gpgsignfiles-plugin/src/site/xdoc/index.xml Tue Jun 25 23:29:13 2013
@@ -16,19 +16,18 @@
    limitations under the License.
 -->
 <!--
-   $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/site/xdoc/index.xml $
    $Revision: 1296463 $ $Date: 2012-03-02 21:08:10 +0000 (Fri, 02 Mar 2012) $
  -->
 <document>
 
     <properties>
-        <title>Commons Gpg Plugin: Overview</title>
-        <author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
+        <title>Apache Maven Gpg Signfiles Mojo: Overview</title>
+        <author email="dev@maven.apache.org">Apache Maven Documentation Team</author>
     </properties>
 
     <body>
 
-        <section name="Apache Commons Gpg Plugin">
+        <section name="Apache Maven Gpg Signfiles Plugin">
 
             <p>
             This is a <a href="http://maven.apache.org/">Maven 2.x</a> Plugin which is designed
@@ -36,7 +35,7 @@
             </p>
             <p>
             It is an extension of the standard 
-            <a href="http://maven.apache.org/plugins/maven-gpg-plugin/">Maven Gpg Plugin</a> that can generate signatures for
+            <a href="http://maven.apache.org/plugins/maven-gpg-plugin/">Apache Maven Gpg Plugin</a> that can generate signatures for
             any specified files (not just ones that are attached to the project).
             It is hoped that the functionality will eventually be added to the Maven plugin,
             at which point this plugin will become redundant.
@@ -57,8 +56,8 @@
             <p>
             Available Goals:
             <ul>
-                <li>commons-gpg:signfiles - generate gpg signatures of specified files</li>
-                <li>commons-gpg:help - display the plugin help as per help:describe</li>
+                <li>gpgsignfiles:signfiles - generate gpg signatures of specified files</li>
+                <li>gpgsignfiles:help - display the plugin help as per help:describe</li>
             </ul>
             </p>
         </section>
@@ -68,9 +67,9 @@
             Configure the plugin in the <code>&lt;build&gt;</code> section of the <code>pom.xml</code>
 <source><![CDATA[
 <plugin>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-gpg-plugin</artifactId>
-  <version>1.0</version>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-gpgsignfiles-plugin</artifactId>
+  <version>0.1-SNAPSHOT</version>
   <configuration>
     <includes>
       <include>target/releases/*.zip</include>
@@ -95,10 +94,10 @@
             <p>
             The list of files to process can also be specified on the command line:
 <pre>
-mvn commons-gpg:signfiles -Dgpg.files={comma-separated list of files}
+mvn gpgsignfiles:signfiles -Dmaven.gpg.files={comma-separated list of files}
 </pre>
             Note that the configuration items (apart from includes/excludes) are also supported as
-            properties with the prefix "gpg.".
+            properties with the prefix "maven.gpg.".
             </p>
         </section>