You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/06/05 06:12:10 UTC

svn commit: r1746865 - in /maven/plugins/trunk/maven-jar-plugin/src/site: apt/examples/manifest-customization.apt.vm apt/index.apt.vm apt/usage.apt.vm fml/faq.fml

Author: hboutemy
Date: Sun Jun  5 06:12:09 2016
New Revision: 1746865

URL: http://svn.apache.org/viewvc?rev=1746865&view=rev
Log:
use relative link inside Maven site to avoid http vs https update: stay as user is

Modified:
    maven/plugins/trunk/maven-jar-plugin/src/site/apt/examples/manifest-customization.apt.vm
    maven/plugins/trunk/maven-jar-plugin/src/site/apt/index.apt.vm
    maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm
    maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-jar-plugin/src/site/apt/examples/manifest-customization.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/site/apt/examples/manifest-customization.apt.vm?rev=1746865&r1=1746864&r2=1746865&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/src/site/apt/examples/manifest-customization.apt.vm (original)
+++ maven/plugins/trunk/maven-jar-plugin/src/site/apt/examples/manifest-customization.apt.vm Sun Jun  5 06:12:09 2016
@@ -31,20 +31,20 @@ Manifest customization
 * The Default Manifest
 
   The default contents of the manifest is described in the documentation for
-  {{{http://maven.apache.org/shared/maven-archiver/examples/manifest.html}Maven Archiver}}.
+  {{{/shared/maven-archiver/examples/manifest.html}Maven Archiver}}.
 
   Starting with version 2.1, the maven-jar-plugin uses Maven Archiver ${mavenArchiverVersion}. This
   means that it no longer creates the Specification and Implementation details
   in the manifest by default. If you want them you have to say so explicitly in
   your plugin configuration. This is also is described in the documentation for
-  {{{http://maven.apache.org/shared/maven-archiver/examples/manifest.html}Maven Archiver}}.
+  {{{/shared/maven-archiver/examples/manifest.html}Maven Archiver}}.
 
 * Customization the Manifest
 
   The default manifest can be altered with the <<<archive>>> configuration
   element. Below you will find some of the configuration options that are
   available. For more info see the
-  {{{http://maven.apache.org/shared/maven-archiver/index.html}Maven Archiver reference}}.
+  {{{/shared/maven-archiver/index.html}Maven Archiver reference}}.
 
 +-----------------+
 <project>

Modified: maven/plugins/trunk/maven-jar-plugin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/site/apt/index.apt.vm?rev=1746865&r1=1746864&r2=1746865&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-jar-plugin/src/site/apt/index.apt.vm Sun Jun  5 06:12:09 2016
@@ -30,7 +30,7 @@ ${project.name}
 
   This plugin provides the capability to build jars.
   If you like to sign jars please use the 
-  {{{http://maven.apache.org/plugins/maven-jarsigner-plugin/}Maven Jarsigner Plugin}}.
+  {{{/plugins/maven-jarsigner-plugin/}Maven Jarsigner Plugin}}.
 
 * Goals Overview
 
@@ -96,9 +96,9 @@ ${project.name}
 
   The plugin use Maven Archiver to handle jar content and manifest configuration.
 
-  You can have a look at the {{{http://maven.apache.org/shared/maven-archiver/}Maven Archiver Documentation}} to understand how to setup this.
+  You can have a look at the {{{/shared/maven-archiver/}Maven Archiver Documentation}} to understand how to setup this.
 
-  You might also want to consult the {{{http://maven.apache.org/guides/mini/guide-manifest.html}Guide
+  You might also want to consult the {{{/guides/mini/guide-manifest.html}Guide
   to Working with Manifests}}.
 
 * Examples

Modified: maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm?rev=1746865&r1=1746864&r2=1746865&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm Sun Jun  5 06:12:09 2016
@@ -35,13 +35,13 @@ Usage
   configurations you should have a look at the 
   {{{./index.html#Examples}Example section}}.
   documentation for
-  {{{http://maven.apache.org/shared/maven-archiver/}Maven Archiver}}.
+  {{{/shared/maven-archiver/}Maven Archiver}}.
 
   To handle archiving this version of Maven JAR Plugin uses
-  {{{http://maven.apache.org/shared/maven-archiver/index.html}Maven Archiver}} ${mavenArchiverVersion}.
+  {{{/shared/maven-archiver/index.html}Maven Archiver}} ${mavenArchiverVersion}.
 
   <<Note:>> If you need to sign your JAR files you should use the 
-  {{{http://maven.apache.org/plugins/maven-jarsigner-plugin/}Maven Jarsigner Plugin}} instead. 
+  {{{/plugins/maven-jarsigner-plugin/}Maven Jarsigner Plugin}} instead. 
 
 * How to build a JAR file
 
@@ -75,6 +75,6 @@ mvn package
   the files from <<<src/main/resources>>>.
 
   Usually there is no need to mentioned the 'maven-jar-plugin' explicit cause it's bound to
-  the {{{http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html}Maven Build Life Cycle}}.
+  the {{{/guides/introduction/introduction-to-the-lifecycle.html}Maven Build Life Cycle}}.
 
   For full documentation, click {{{./plugin-info.html}here}}.

Modified: maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml?rev=1746865&r1=1746864&r2=1746865&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml Sun Jun  5 06:12:09 2016
@@ -31,7 +31,7 @@ under the License.
           The archive parameter is a class that resides outside of this plugin,
           in the Maven Archiver component. You can find the documentation for
           Maven Archiver
-          <a href="http://maven.apache.org/shared/maven-archiver/index.html">here</a>.
+          <a href="/shared/maven-archiver/index.html">here</a>.
         </p>
       </answer>
     </faq>