|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
de.saumya.mojo.jruby.AbstractJRubyMojo
de.saumya.mojo.gem.PomMojo
public class PomMojo
goal to converts a gemspec file into pom.xml.
| Field Summary | |
|---|---|
protected boolean |
force
force overwrite of an existing pom Command line -Dpom.force=... |
protected File |
gemfile
use Gemfile to generate a pom Command line -Dpom.gemfile=... |
protected File |
gemspec
use a gemspec file to generate a pom Command line -Dpom.gemspec=... |
protected File |
pom
the pom file to generate Command line -Dpom=... |
| 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 | |
|---|---|
PomMojo()
|
|
| Method Summary | |
|---|---|
void |
executeJRuby()
|
| Methods inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo |
|---|
execute, launchDirectory, newScriptFactory, newScriptFactory, resolveJRubyArtifact, resolveJRubyCompleteArtifact, retrieveStdlibArtifact |
| 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 |
|---|
protected File pom
protected boolean force
protected File gemspec
protected File gemfile
| Constructor Detail |
|---|
public PomMojo()
| Method Detail |
|---|
public void executeJRuby()
throws org.apache.maven.plugin.MojoExecutionException,
ScriptException,
IOException
executeJRuby in class AbstractJRubyMojoorg.apache.maven.plugin.MojoExecutionException
ScriptException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||