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:15:54 UTC

svn commit: r1746868 - /maven/shared/trunk/maven-archiver/src/site/apt/examples/classpath.apt

Author: hboutemy
Date: Sun Jun  5 06:15:53 2016
New Revision: 1746868

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

Modified:
    maven/shared/trunk/maven-archiver/src/site/apt/examples/classpath.apt

Modified: maven/shared/trunk/maven-archiver/src/site/apt/examples/classpath.apt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/src/site/apt/examples/classpath.apt?rev=1746868&r1=1746867&r2=1746868&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/src/site/apt/examples/classpath.apt (original)
+++ maven/shared/trunk/maven-archiver/src/site/apt/examples/classpath.apt Sun Jun  5 06:15:53 2016
@@ -163,7 +163,7 @@ Class-Path: plexus-utils-1.1.jar commons
   \[{{{Contents}Top}}\]
 
  Sometimes it is useful to be able to alter the classpath, for example when
- {{{http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.html}creating skinny war-files}}.
+ {{{/plugins/maven-war-plugin/examples/skinny-wars.html}creating skinny war-files}}.
  This can be achieved with the <<<\<classpathPrefix\>>>> configuration element.
 
 +-----+
@@ -364,7 +364,7 @@ Class-Path: WEB-INF/lib/org/codehaus/ple
   Depending on how you construct your archive, you may have the ability to specify whether 
   snapshot dependency archives are included with the version suffix <<<'-SNAPSHOT'>>>, or
   whether the unique timestamp and build-number for that archive is used. For instance,
-  the {{{http://maven.apache.org/plugins/maven-assembly-plugin}Assembly Plugin}} allows
+  the {{{/plugins/maven-assembly-plugin}Assembly Plugin}} allows
   you to make this decision in the <<<\<outputFileNameMapping\>>>> element of its 
   <<<\<dependencySet>>>> descriptor section.