improved (feedback appreciated) documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1353228 13f79535-47bb-0310-9956-ffa450edef68master
parent
71415e98eb
commit
2bf4bff377
|
|
@ -45,7 +45,10 @@ public final class PluginUtils
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Expression associated with class types to recognize Maven objects as components.
|
* Expression associated with class types to recognize Maven objects (injected in fact as parameters by
|
||||||
|
* <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html">
|
||||||
|
* maven-core's PluginParameterExpressionEvaluator</a>)
|
||||||
|
* like components ("real" components are injected by Plexus).
|
||||||
*/
|
*/
|
||||||
public static final Map<String, String> MAVEN_COMPONENTS;
|
public static final Map<String, String> MAVEN_COMPONENTS;
|
||||||
static
|
static
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue