Author: bimargulies Date: Sun Jul 17 19:58:03 2011 New Revision: 1147706 URL: http://svn.apache.org/viewvc?rev=1147706&view=rev Log: Fix up index page for all four goals.
Modified: maven/jxr/trunk/maven-jxr-plugin/src/site/apt/index.apt Modified: maven/jxr/trunk/maven-jxr-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/src/site/apt/index.apt?rev=1147706&r1=1147705&r2=1147706&view=diff ============================================================================== --- maven/jxr/trunk/maven-jxr-plugin/src/site/apt/index.apt (original) +++ maven/jxr/trunk/maven-jxr-plugin/src/site/apt/index.apt Sun Jul 17 19:58:03 2011 @@ -32,13 +32,18 @@ Maven JXR Plugin * Goals Overview - The JXR Plugin has 2 goals: + The JXR Plugin has 4 goals: * {{{./jxr-mojo.html}jxr:jxr}} is used to generate a cross-reference page of the project's main sources. The generated JXR files can be linked to the javadocs of the project. + * {{{./aggregate-mojo.html}jxr:aggregate}} is used to generate an aggregated cross-reference page of the project's main sources. The generated JXR + files can be linked to the javadocs of the project. + * {{{./test-jxr-mojo.html}jxr:test-jxr}} on the other hand, is used to generate a cross-reference page of the project's test sources. + * {{{./test-aggregate-mojo.html}jxr:test-aggregate}} on the other hand, is used to generate an aggregated cross-reference page of the project's test sources. + * Usage General instructions on how to use the JXR Plugin can be found on the {{{./usage.html}usage page}}. Some more