Author: dennisl Date: Wed Sep 6 09:06:20 2006 New Revision: 440750 URL: http://svn.apache.org/viewvc?view=rev&rev=440750 Log: o Change from <phase>packaging</phase> to <phase>package</phase>.
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?view=diff&rev=440750&r1=440749&r2=440750 ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt (original) +++ maven/plugins/trunk/maven-assembly-plugin/src/site/apt/usage.apt Wed Sep 6 09:06:20 2006 @@ -228,7 +228,7 @@ <executions> <execution> <id>make-assembly</id> <!-- this is used for inheritance merges --> - <phase>packaging</phase> <!-- append to the packaging phase. --> + <phase>package</phase> <!-- append to the packaging phase. --> <goals> <goal>attached</goal> <!-- goals == mojos --> </goals> @@ -280,7 +280,7 @@ <executions> <execution> <id>make-assembly</id> <!-- this is used for inheritance merges --> - <phase>packaging</phase> <!-- append to the packaging phase. --> + <phase>package</phase> <!-- append to the packaging phase. --> <goals> <goal>directory-inline</goal> <!-- goals == mojos --> </goals>