| Constructor | Description |
|---|---|
MavenDeploy() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
deploy(Project project,
java.lang.String jarName,
java.io.InputStream jarStream) |
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> map) |
Give the plugin the remaining properties.
|
void |
setReporter(aQute.service.reporter.Reporter processor) |
Set the current reporter.
|
public 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(aQute.service.reporter.Reporter processor)
PluginsetReporter in interface Plugin