Class InstallMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="install", defaultPhase=INSTALL) public class InstallMojo extends AbstractGemMojo
goal to locally install a given gem
  • Field Details

    • installArgs

      @Parameter(property="install.args") protected String installArgs
      arguments for the "gem install" command.
    • gem

      @Parameter(property="gem") protected File gem
      gem file to install locally.
      Note: this will install the gem in ${gem.home} so in general that is only useful if some other goal does something with it
  • Constructor Details

    • InstallMojo

      public InstallMojo()
  • Method Details