You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/11/05 23:09:46 UTC

svn commit: r592161 - /maven/plugins/trunk/maven-source-plugin/src/site/apt/index.apt

Author: dennisl
Date: Mon Nov  5 14:09:46 2007
New Revision: 592161

URL: http://svn.apache.org/viewvc?rev=592161&view=rev
Log:
o Add the aggregate goal.

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

Modified: maven/plugins/trunk/maven-source-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/site/apt/index.apt?rev=592161&r1=592160&r2=592161&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-source-plugin/src/site/apt/index.apt Mon Nov  5 14:09:46 2007
@@ -10,13 +10,15 @@
 Maven 2 Source Plugin
 
  The Maven 2 Source Plugin creates a jar archive of the source files of the current project. The jar file is, by default,
- generated in the project's target directory.
+ created in the project's target directory.
 
 * Goals Overview
 
-   The Source Plugin has two goals:
+   The Source Plugin has three goals:
 
-   * {{{jar-mojo.html}source:jar}} is used to bundle the main sources of the project into a jar file.
+   * {{{aggregate-mojo.html}source:aggregate}} aggregrates sources for all modules in an aggregator project.
+
+   * {{{jar-mojo.html}source:jar}} is used to bundle the main sources of the project into a jar archive.
 
    * {{{test-jar-mojo.html}source:test-jar}} on the other hand, is used to bundle the test sources of the project into a
      jar archive.