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 @@ import java.util.regex.Pattern;
* @version $Id$
* @goal assembly
* @requiresDependencyResolution test
* @requiresDirectInvocation
* @execute phase="package"
* @aggregator
*/

View File

@ -30,7 +30,6 @@ import java.io.IOException;
*
* @goal directory
* @requiresDependencyResolution test
* @requiresDirectInvocation
* @execute phase="package"
*/
public class DirectoryMojo