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 Details

    • obrRepository

      @Parameter(property="obrRepository") private String obrRepository
      OBR Repository.
    • supportedProjectTypes

      @Parameter private 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.
  • Constructor Details

    • ObrInstallFile

      public ObrInstallFile()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException