improved notice about phases
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1389660 13f79535-47bb-0310-9956-ffa450edef68master
parent
b93ab8fca8
commit
b81e8af383
|
|
@ -32,8 +32,11 @@ import java.io.File;
|
|||
/**
|
||||
* Generate a plugin descriptor.
|
||||
* <br/>
|
||||
* <b>Note:</b> Since 3.0, <a href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">phase</a>
|
||||
* is after the "compilation" of any scripts.
|
||||
* <b>Note:</b> Since 3.0, for Java 5 plugin annotations support,
|
||||
* default <a href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">phase</a>
|
||||
* defined by this goal is after the "compilation" of any scripts. This doesn't override
|
||||
* <a href="/ref/current/maven-core/default-bindings.html#Bindings_for_maven-plugin_packaging">the default binding coded
|
||||
* at generate-resources phase</a> in Maven core.
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @version $Id$
|
||||
|
|
|
|||
Loading…
Reference in New Issue