[MPLUGIN-179] Clarify the goalPrefix (is there a default value for example) param
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1164587 13f79535-47bb-0310-9956-ffa450edef68master
parent
8a41324bbd
commit
20c5286c7c
|
|
@ -125,6 +125,17 @@ public class PluginReport
|
|||
|
||||
/**
|
||||
* The goal prefix that will appear before the ":".
|
||||
* By default, this plugin applies a heuristic to derive a heuristic from
|
||||
* the plugin's artifactId.
|
||||
*
|
||||
* It removes any occurrences of the regular expression <strong>-?maven-?</strong>,
|
||||
* and then removes any occurrences of <strong>-?plugin-?</strong>.
|
||||
* <p>
|
||||
* For example, horsefeature-maven-plugin becomes horsefeather.
|
||||
* </p>
|
||||
* <p>
|
||||
* (There is a special for maven-plugin-plugin; it is mapped to 'plugin'.
|
||||
* </p>
|
||||
*
|
||||
* @parameter expression="${goalPrefix}"
|
||||
* @since 2.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue