Package aQute.bnd.maven
Class MavenGroup
java.lang.Object
aQute.bnd.maven.MavenGroup
- All Implemented Interfaces:
BsnToMavenPath
,Plugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
void
setProperties
(Map<String, String> map) Give the plugin the remaining properties.void
setReporter
(Reporter processor) Set the current reporter.
-
Field Details
-
groupId
String groupId
-
-
Constructor Details
-
MavenGroup
public MavenGroup()
-
-
Method Details
-
getGroupAndArtifact
- Specified by:
getGroupAndArtifact
in interfaceBsnToMavenPath
-
setProperties
Description copied from interface:Plugin
Give the plugin the remaining properties. When a plugin is declared, the clause can contain extra properties. All the properties and directives are given to the plugin to use.- Specified by:
setProperties
in interfacePlugin
- Parameters:
map
- attributes and directives for this plugin's clause
-
setReporter
Description copied from interface:Plugin
Set the current reporter. This is called at init time. This plugin should report all errors and warnings to this reporter.- Specified by:
setReporter
in interfacePlugin
-