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:
Jason van Zyl 2005-09-24 13:33:38 +00:00
parent a910c7b12c
commit 3fefe6528c
1 changed files with 4 additions and 3 deletions

View File

@ -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"