Class GemMojo

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

@Deprecated @Mojo(name="gem") public class GemMojo extends AbstractGemMojo
Deprecated.
goal to run gem with the given arguments.
DEPRECATED - DO NOT USE
  • Field Details

    • gemArgs

      @Parameter(property="gem.args") protected String gemArgs
      Deprecated.
      arguments for the gem command of JRuby.
  • Constructor Details

    • GemMojo

      public GemMojo()
      Deprecated.
  • Method Details