Class 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 interface org.apache.maven.plugin.Mojo

        ROLE
    • 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.maven.plugin.AbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • ObrInstallFile

        public ObrInstallFile()
    • Method Detail

      • execute

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