mirror of https://github.com/apache/maven.git
o adding @description so it will show up in the generated doco
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a910c7b12c
commit
3fefe6528c
|
@ -56,12 +56,13 @@ import java.util.regex.Matcher;
|
|||
import java.util.regex.Pattern;
|
||||
|
||||
/**
|
||||
* Assemble an application bundle or distribution.
|
||||
*
|
||||
* Assemble an application bundle or distribution from an assembly descriptor.
|
||||
*
|
||||
* @goal assembly
|
||||
* @description Assemble an application bundle or distribution from an assembly descriptor.
|
||||
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
|
||||
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
|
||||
* @version $Id$
|
||||
* @goal assembly
|
||||
* @requiresDependencyResolution test
|
||||
* @requiresDirectInvocation
|
||||
* @execute phase="package"
|
||||
|
|
Loading…
Reference in New Issue