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)
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.maven.artifact.repository.ArtifactRepository
localRepository
Local Repository.private java.lang.String
obrRepository
OBR Repository.private java.util.List
supportedProjectTypes
Project types which this plugin supports.-
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
-
-
-
-
Field Detail
-
obrRepository
@Parameter(property="obrRepository") private java.lang.String obrRepository
OBR Repository.
-
supportedProjectTypes
@Parameter private java.util.List supportedProjectTypes
Project types which this plugin supports.
-
localRepository
@Parameter(defaultValue="${localRepository}", readonly=true, required=true) private org.apache.maven.artifact.repository.ArtifactRepository localRepository
Local Repository.
-
-