Package aQute.bnd.maven
Class MavenDeploy
java.lang.Object
aQute.bnd.maven.MavenDeploy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
deploy
(Project project, String jarName, InputStream jarStream) private Jar
private void
maven_gpg_sign_and_deploy
(Project b, File file, String classifier, File pomFile) private void
void
setProperties
(Map<String, String> map) Give the plugin the remaining properties.void
setReporter
(Reporter processor) Set the current reporter.private void
private File
-
Field Details
-
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
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
-
split
-
maven_gpg_sign_and_deploy
private void maven_gpg_sign_and_deploy(Project b, File file, String classifier, File pomFile) throws Exception - Throws:
Exception
-
optional
-
javadoc
- Throws:
Exception
-
write
- Throws:
Exception
-