You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/10/10 09:28:35 UTC

svn commit: r1396496 - /maven/plugins/trunk/maven-source-plugin/src/site/apt/usage.apt.vm

Author: andham
Date: Wed Oct 10 07:28:33 2012
New Revision: 1396496

URL: http://svn.apache.org/viewvc?rev=1396496&view=rev
Log:
[MSOURCES-63] Non-working links on doc site

Modified:
    maven/plugins/trunk/maven-source-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-source-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/site/apt/usage.apt.vm?rev=1396496&r1=1396495&r2=1396496&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-source-plugin/src/site/apt/usage.apt.vm Wed Oct 10 07:28:33 2012
@@ -24,8 +24,8 @@ mvn source:test-jar
 *Installing the sources along with your artifact
 
   There are two ways to do this. You can either bind this plugin to a phase or
-  you can add it to a profile.  The goals {{{jar-no-fork-mojo.html}source:jar-no-fork}} and 
-  {{{test-jar-no-fork-mojo.html}source:test-jar-no-fork}} are preferred for binding 
+  you can add it to a profile.  The goals {{{./jar-no-fork-mojo.html}source:jar-no-fork}} and 
+  {{{./test-jar-no-fork-mojo.html}source:test-jar-no-fork}} are preferred for binding 
   the goal to the build lifecycle.
 
 **Installing the sources using a phase binding