Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
[MJAVADOC-474] Deprecate parameter additionalparam
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1765098 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
michael-o committed Oct 15, 2016
1 parent 599355d commit 0966d52
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -394,8 +394,11 @@ public abstract class AbstractJavadocMojo
/**
* Set an additional parameter(s) on the command line. This value should include quotes as necessary for
* parameters that include spaces. Useful for a custom doclet.
*
* @deprecated Does not properly support multiple options at once and has a bad name
*/
@Parameter( property = "additionalparam" )
@Deprecated
private String additionalparam;

/**
Expand Down

0 comments on commit 0966d52

Please sign in to comment.