You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2020/04/12 12:59:47 UTC

svn commit: r1876424 - in /maven/website/components/plugins-archives/maven-gpg-plugin-LATEST: index.html usage.html

Author: hboutemy
Date: Sun Apr 12 12:59:47 2020
New Revision: 1876424

Log:
fixed broken links

Modified:
    maven/website/components/plugins-archives/maven-gpg-plugin-LATEST/index.html
    maven/website/components/plugins-archives/maven-gpg-plugin-LATEST/usage.html

Modified: maven/website/components/plugins-archives/maven-gpg-plugin-LATEST/index.html
==============================================================================
--- maven/website/components/plugins-archives/maven-gpg-plugin-LATEST/index.html (original)
+++ maven/website/components/plugins-archives/maven-gpg-plugin-LATEST/index.html Sun Apr 12 12:59:47 2020
@@ -132,9 +132,9 @@
 <li><a href="./sign-and-deploy-file-mojo.html">gpg:sign-and-deploy-file</a> Signs artifacts and installs the artifact in the remote repository.</li></ul></div>
 <div class="section">
 <h3><a name="Usage"></a>Usage</h3>
-<p>General instructions on how to use the GPG Plugin can be found on the <a href="./usage.html">usage page</a>. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the <a class="externalLink" href="http://docs.codehaus.org/display/MAVENUSER/GPG+Plugin">plugin's wiki page</a>.</p>
-<p>In case you still have questions regarding the plugin's usage, please have a look at the <a href="./faq.html">FAQ</a> and feel free to contact the <a href="./mail-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching the <a href="./mail-lists.html">mail archive</a>.</p>
-<p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="./issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="./source-repository.html">source repository</a> and will find supplementary information in the <a class="externalLink" href="http://maven.apache.org/guides/development/guide-helping.html">guide to helping with Maven</a>.</p></div>
+<p>General instructions on how to use the GPG Plugin can be found on the <a href="./usage.html">usage page</a>.</p>
+<p>In case you still have questions regarding the plugin's usage, please have a look at the <a href="./faq.html">FAQ</a> and feel free to contact the <a href="./mailing-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching the <a href="./mailing-lists.html">mail archive</a>.</p>
+<p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="./issue-management.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="./scm.html">source repository</a> and will find supplementary information in the <a class="externalLink" href="/guides/development/guide-helping.html">guide to helping with Maven</a>.</p></div>
 <div class="section">
 <h3><a name="Examples"></a>Examples</h3>
 <p>To provide you with better understanding of some usages of the GPG Plugin, you can take a look at the following example:</p>

Modified: maven/website/components/plugins-archives/maven-gpg-plugin-LATEST/usage.html
==============================================================================
--- maven/website/components/plugins-archives/maven-gpg-plugin-LATEST/usage.html (original)
+++ maven/website/components/plugins-archives/maven-gpg-plugin-LATEST/usage.html Sun Apr 12 12:59:47 2020
@@ -143,7 +143,7 @@
 <p>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 <a class="externalLink" href="https://issues.apache.org/jira/browse/MGPG-9">MGPG-9</a>).</p></div>
 <div class="section">
 <h3><a name="Configure_passphrase_in_settings.xml"></a>Configure passphrase in settings.xml</h3>
-<p>Instead of specifying the passphrase on the command line, you can place it in your local <tt>settings.xml</tt> either in clear or <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-encryption.html">encrypted</a> text.</p>
+<p>Instead of specifying the passphrase on the command line, you can place it in your local <tt>settings.xml</tt> either in clear or <a class="externalLink" href="/guides/mini/guide-encryption.html">encrypted</a> text.</p>
 <div class="source"><pre class="prettyprint linenums">&lt;settings&gt;
   [...]
   &lt;servers&gt;