Author: bentmann
Date: Sat May 29 10:20:05 2010
New Revision: 949370
URL: http://svn.apache.org/viewvc?rev=949370&view=rev
Log:
o Fixed typos
Modified:
maven/plugins/trunk/maven-gpg-plugin/src/site/apt/usage.apt.vm
maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml
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=949370&r1=949369&r2=949370&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 May 29
10:20:05 2010
@@ -76,4 +76,4 @@ mvn release:perform -Darguments=-Dgpg.pa
+----------+
This accounts for the fact, that the Release Plugin forks Maven and system
properties of the current Maven session are
- unfortunately not automatically propagated to the forked Maven session (see
also {{{http://jira.codehaus.org/browse/MGPG-9}MGPG-9}}.
+ unfortunately not automatically propagated to the forked Maven session (see
also {{{http://jira.codehaus.org/browse/MGPG-9}MGPG-9}}).
Modified: maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml?rev=949370&r1=949369&r2=949370&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml Sat May 29
10:20:05 2010
@@ -37,7 +37,7 @@ under the License.
<answer>
<p>
The <code>site.xml</code> that can be deployed alongside parent POMs
was originally attached to the project in such a
- way that the GPG Plugin could not get a hold of it. To enable signing
of the site descriptor, you need to update to
+ way that the GPG Plugin could not get hold of it. To enable signing
of the site descriptor, you need to update to
Maven Site Plugin 2.1.1+ which contains the required fix (see also
<a href="http://jira.codehaus.org/browse/MSITE-478">MSITE-478</a>).
</p>