You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/21 12:31:05 UTC

svn commit: r1495370 - /commons/proper/commons-gpg-plugin/trunk/src/site/xdoc/index.xml

Author: sebb
Date: Fri Jun 21 10:31:05 2013
New Revision: 1495370

URL: http://svn.apache.org/r1495370
Log:
Spacing

Modified:
    commons/proper/commons-gpg-plugin/trunk/src/site/xdoc/index.xml

Modified: commons/proper/commons-gpg-plugin/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-gpg-plugin/trunk/src/site/xdoc/index.xml?rev=1495370&r1=1495369&r2=1495370&view=diff
==============================================================================
--- commons/proper/commons-gpg-plugin/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/commons-gpg-plugin/trunk/src/site/xdoc/index.xml Fri Jun 21 10:31:05 2013
@@ -33,14 +33,20 @@
             <p>
             This is a <a href="http://maven.apache.org/">Maven 2.x</a> Plugin which is designed
             to be used in release profiles for packages such as source and binary archives.
+            </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
             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.
+            </p>
+            <p>
             Note: the signing is done using the same code as Maven Gpg Plugin 1.4; the same properties
             and configuration items are supported. In addition, this plugin supports includes/excludes,
             see below.
+            </p>
+            <p>
             As with the Maven Gpg Plugin, it is assumed that the user has installed and configured GnuPG or GnuPG2
             on their system.
             </p>