| Package | Description |
|---|---|
| org.netbeans.modules.maven.api |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
PluginPropertyUtils.getPluginPropertyBuildable(org.apache.maven.project.MavenProject prj,
String groupId,
String artifactId,
String goal,
PluginPropertyUtils.ConfigurationBuilder<T> builder)
tries to figure out if the property of the given plugin is customized in
the current project and returns it's value if so, otherwise null
|
static <T> T |
PluginPropertyUtils.getPluginPropertyBuildable(Project prj,
String groupId,
String artifactId,
String goal,
PluginPropertyUtils.ConfigurationBuilder<T> builder)
tries to figure out if the property of the given plugin is customized in
the current project and returns it's value if so, otherwise null
|