public class MavenGroup extends java.lang.Object implements BsnToMavenPath, Plugin
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
groupId |
| Constructor and Description |
|---|
MavenGroup() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getGroupAndArtifact(java.lang.String bsn) |
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> map)
Give the plugin the remaining properties.
|
void |
setReporter(Reporter processor)
Set the current reporter.
|
public java.lang.String[] getGroupAndArtifact(java.lang.String bsn)
getGroupAndArtifact in interface BsnToMavenPathpublic void setProperties(java.util.Map<java.lang.String,java.lang.String> map)
PluginsetProperties in interface Pluginmap - attributes and directives for this plugin's clausepublic void setReporter(Reporter processor)
PluginsetReporter in interface Plugin