Author: dennisl
Date: Sat Mar 19 10:28:22 2011
New Revision: 1083152

URL: http://svn.apache.org/viewvc?rev=1083152&view=rev
Log:
o Tweak the site.

Modified:
    
maven/plugins/trunk/maven-gpg-plugin/src/site/apt/examples/deploy-signed-artifacts.apt
    maven/plugins/trunk/maven-gpg-plugin/src/site/apt/usage.apt.vm
    maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml

Modified: 
maven/plugins/trunk/maven-gpg-plugin/src/site/apt/examples/deploy-signed-artifacts.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/site/apt/examples/deploy-signed-artifacts.apt?rev=1083152&r1=1083151&r2=1083152&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-gpg-plugin/src/site/apt/examples/deploy-signed-artifacts.apt
 (original)
+++ 
maven/plugins/trunk/maven-gpg-plugin/src/site/apt/examples/deploy-signed-artifacts.apt
 Sat Mar 19 10:28:22 2011
@@ -3,7 +3,7 @@
  ------
  Dennis Lundberg
  ------
- 10 December 2006
+ 2011-03-19
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -44,15 +44,15 @@ mvn deploy -Dgpg.passphrase=thephrase
 
 
 
-Issue with invalid signatures on the pom files
+* Issue with invalid signatures on the POM files
   
-  Maven 2.0.5 fixes a problem where the pom files would end up changing 
between 
-  signing them and deploying them.   If the signatures on the pom files are 
invalid, 
+  Maven 2.0.5 fixes a problem where the POM files would end up changing between
+  signing them and deploying them.   If the signatures on the POM files are 
invalid,
   make sure you upgrade to Maven 2.0.5.
 
 
-Install/Deploy without configuring the plugin in the pom
- 
+* Install/Deploy without configuring the plugin in the POM
+
   Currently this is not easily accomplished.   gpg signs the artifacts 
attached to the
   build at the point that gpg runs.   However, we want to "inject" the gpg 
into the phases.
   What MIGHT work is:
@@ -61,4 +61,4 @@ Install/Deploy without configuring the p
 mvn verify gpg:sign install:install deploy:deploy
 +----------+
 
-  However, if there are other plugins configured for phases after the verify 
phase, they will not be run.
+  However, if there are other plugins configured for phases after the 
<<<verify>>> phase, they will not be run.

Modified: maven/plugins/trunk/maven-gpg-plugin/src/site/apt/usage.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/site/apt/usage.apt.vm?rev=1083152&r1=1083151&r2=1083152&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-gpg-plugin/src/site/apt/usage.apt.vm Sat Mar 19 
10:28:22 2011
@@ -3,7 +3,7 @@
  ------
  Dennis Lundberg
  ------
- 10 December 2006
+ 2011-03-19
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -68,7 +68,7 @@ mvn verify -Dgpg.passphrase=thephrase
 
   If you don't specify a passphrase, it will prompt for one.
 
-  <Note:> When using the GPG Plugin in combination with the Maven Release 
Plugin, you might need to specify the passphrase
+  <<Note:>> When using the GPG Plugin in combination with the Maven Release 
Plugin, you might need to specify the passphrase
   like this:
 
 +----------+

Modified: maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml?rev=1083152&r1=1083151&r2=1083152&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml Sat Mar 19 10:28:22 
2011
@@ -21,8 +21,7 @@ under the License.
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Maven GPG plugin">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>


Reply via email to