You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/05/01 16:55:12 UTC

svn commit: r940051 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/aggregate-dependency-sources.apt.vm

Author: bentmann
Date: Sat May  1 14:55:11 2010
New Revision: 940051

URL: http://svn.apache.org/viewvc?rev=940051&view=rev
Log:
o Improved example to use non-forking goals during lifecycle phases

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/aggregate-dependency-sources.apt.vm

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/aggregate-dependency-sources.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/aggregate-dependency-sources.apt.vm?rev=940051&r1=940050&r2=940051&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/aggregate-dependency-sources.apt.vm (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/aggregate-dependency-sources.apt.vm Sat May  1 14:55:11 2010
@@ -98,10 +98,10 @@ org.test:project-distro:0.1
             <phase>package</phase>
             <goals>
               <!-- produce source artifact for main project sources -->
-              <goal>jar</goal>
+              <goal>jar-no-fork</goal>
               
               <!-- produce source artifact for project test sources -->
-              <goal>test-jar</goal>
+              <goal>test-jar-no-fork</goal>
             </goals>
           </execution>
         </executions>
@@ -113,7 +113,7 @@ org.test:project-distro:0.1
 +-----+
 
   <<NOTE:>> If you don't intend to generate test javadocs that include dependency sources, you can omit the 
-  <<<test-jar>>> goal above.
+  <<<test-jar-no-fork>>> goal above.
   
   At this point, your project is ready to produce the artifacts necessary to support dependency-driven javadoc aggregation.
   The next time you install or deploy the project, the appropriate artifacts will be available for your distribution