Author: jdcasey Date: Mon Feb 18 17:13:41 2008 New Revision: 628946 URL: http://svn.apache.org/viewvc?rev=628946&view=rev Log: [MASSEMBLY-258] Cleaning up directory structure for standard use.
Submitted by: Benjamin Bentmann Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt?rev=628946&r1=628945&r2=628946&view=diff ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt (original) +++ maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt Mon Feb 18 17:13:41 2008 @@ -75,7 +75,7 @@ single invocation. Alternatively, we've created a custom assembly descriptor called - <<<src.xml>>> in the <<<src/assembly>>> directory (see the + <<<src.xml>>> in the <<<src/main/assembly>>> directory (see the {{{#Resources}Resources}} section for more information), we can tell the Assembly Plugin to use it instead: @@ -89,7 +89,7 @@ <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> - <descriptor>src/assembly/src.xml</descriptor> + <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> </configuration> [...]