-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing some javadoc, remaining are due to Modello so skip javadoc fai…
…lure Signed-off-by: olivier lamy <[email protected]>
- Loading branch information
Showing
6 changed files
with
225 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,14 +29,16 @@ | |
import org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator; | ||
|
||
/** | ||
* <p> | ||
* Generate a plugin descriptor. | ||
* <br/> | ||
* </p> | ||
* <p> | ||
* <b>Note:</b> Since 3.0, for Java 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. | ||
* | ||
* </p> | ||
* @author <a href="mailto:[email protected]">Jason van Zyl</a> | ||
* @since 2.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.