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 BsnToMavenPath
public void setProperties(java.util.Map<java.lang.String,java.lang.String> map)
Plugin
setProperties
in interface Plugin
map
- attributes and directives for this plugin's clausepublic void setReporter(Reporter processor)
Plugin
setReporter
in interface Plugin