Package aQute.bnd.maven
Class MavenDeploy
java.lang.Object
aQute.bnd.maven.MavenDeploy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandeploy(Project project, String jarName, InputStream jarStream) private Jarprivate voidmaven_gpg_sign_and_deploy(Project b, File file, String classifier, File pomFile) private voidvoidsetProperties(Map<String, String> map) Give the plugin the remaining properties.voidsetReporter(Reporter processor) Set the current reporter.private voidprivate File
-
Field Details
-
Constructor Details
-
MavenDeploy
public MavenDeploy()
-
-
Method Details
-
setProperties
Description copied from interface:PluginGive 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:
setPropertiesin interfacePlugin- Parameters:
map- attributes and directives for this plugin's clause
-
setReporter
Description copied from interface:PluginSet the current reporter. This is called at init time. This plugin should report all errors and warnings to this reporter.- Specified by:
setReporterin interfacePlugin- Parameters:
processor-
-
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
-