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
FieldsModifier and TypeFieldDescriptionprivate org.apache.maven.artifact.repository.ArtifactRepository
Local Repository.private String
OBR Repository.private List
Project types which this plugin supports.Fields inherited from class org.apache.felix.obrplugin.AbstractFileMojo
file, obrXml
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.felix.obrplugin.AbstractFileMojo
getProject
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
obrRepository
OBR Repository. -
supportedProjectTypes
Project types which this plugin supports. -
localRepository
@Parameter(defaultValue="${localRepository}", readonly=true, required=true) private org.apache.maven.artifact.repository.ArtifactRepository localRepositoryLocal Repository.
-
-
Constructor Details
-
ObrInstallFile
public ObrInstallFile()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-