mirror of https://github.com/apache/maven.git
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:
parent
5008852983
commit
dfc3afb54b
|
@ -64,7 +64,6 @@ import java.util.regex.Pattern;
|
|||
* @version $Id$
|
||||
* @goal assembly
|
||||
* @requiresDependencyResolution test
|
||||
* @requiresDirectInvocation
|
||||
* @execute phase="package"
|
||||
* @aggregator
|
||||
*/
|
||||
|
|
|
@ -30,7 +30,6 @@ import java.io.IOException;
|
|||
*
|
||||
* @goal directory
|
||||
* @requiresDependencyResolution test
|
||||
* @requiresDirectInvocation
|
||||
* @execute phase="package"
|
||||
*/
|
||||
public class DirectoryMojo
|
||||
|
|
Loading…
Reference in New Issue