Package aQute.bnd.maven
Class MavenDeploy
java.lang.Object
aQute.bnd.maven.MavenDeploy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
deploy
(Project project, String jarName, InputStream jarStream) void
setProperties
(Map<String, String> map) Give the plugin the remaining properties.void
setReporter
(aQute.service.reporter.Reporter processor) Set the current reporter.
-
Constructor Details
-
MavenDeploy
public MavenDeploy()
-
-
Method Details
-
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
public void setReporter(aQute.service.reporter.Reporter processor) 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
-
deploy
-