Remove @requiresDirectInvocation, so assemblies can be built using

executions in the pom.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@325883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2005-10-17 12:22:55 +00:00
parent 5008852983
commit dfc3afb54b
2 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@
* @version $Id$ * @version $Id$
* @goal assembly * @goal assembly
* @requiresDependencyResolution test * @requiresDependencyResolution test
* @requiresDirectInvocation
* @execute phase="package" * @execute phase="package"
* @aggregator * @aggregator
*/ */

View File

@ -30,7 +30,6 @@
* *
* @goal directory * @goal directory
* @requiresDependencyResolution test * @requiresDependencyResolution test
* @requiresDirectInvocation
* @execute phase="package" * @execute phase="package"
*/ */
public class DirectoryMojo public class DirectoryMojo