Package org.apache.felix.obrplugin
Class ObrDeployFile
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.felix.obrplugin.AbstractFileMojo
-
- org.apache.felix.obrplugin.ObrDeployFile
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="deploy-file", requiresProject=false, defaultPhase=DEPLOY) public final class ObrDeployFile extends AbstractFileMojo
Deploys bundle details to a remote OBR repository (command-line goal)- Author:
- Felix Project Team
-
-
Field Summary
-
Fields inherited from class org.apache.felix.obrplugin.AbstractFileMojo
file, obrXml
-
-
Constructor Summary
Constructors Constructor Description ObrDeployFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.felix.obrplugin.AbstractFileMojo
getProject
-
-