de.saumya.mojo.gem
Class SpecMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
de.saumya.mojo.jruby.AbstractJRubyMojo
de.saumya.mojo.gem.SpecMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Deprecated.
@Deprecated
public class SpecMojo
- extends AbstractJRubyMojo
Deprecated: just not really needed, use "gem:gem -Dargs=spec" instead
goal to run "gem spec".
|
Field Summary |
protected String |
gemfile
Deprecated. arguments for the gem command of JRuby. |
| Fields inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo |
args, classRealm, DEFAULT_JRUBY_VERSION, factory, JRUBY_COMPLETE, JRUBY_CORE, JRUBY_STDLIB, jrubyFork, jrubyJvmArgs, jrubySwitches, jrubyVerbose, jrubyVersion, libDirectory, localRepository, logger, project, repositorySystem, rubySourceDirectory |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Constructor Summary |
SpecMojo()
Deprecated. |
| 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 |
gemfile
protected String gemfile
- Deprecated.
- arguments for the gem command of JRuby.
SpecMojo
public SpecMojo()
- Deprecated.
executeJRuby
public void executeJRuby()
throws org.apache.maven.plugin.MojoExecutionException,
ScriptException,
IOException
- Deprecated.
- Specified by:
executeJRuby in class AbstractJRubyMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
ScriptException
IOException
Copyright © 2011. All Rights Reserved.