Package org.apache.felix.obrplugin
Class ObrInstallFile
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.felix.obrplugin.AbstractFileMojo
-
- org.apache.felix.obrplugin.ObrInstallFile
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="install-file", requiresProject=false, defaultPhase=INSTALL) public final class ObrInstallFile extends AbstractFileMojo
Installs bundle details in the local 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 ObrInstallFile()
-
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
-
-