public class PomMojo extends AbstractJRubyMojo
| Modifier and Type | Field and Description |
|---|---|
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=... |
protected File |
tmpPom
temporary store generated pom.
|
addProjectClasspath, args, classRealm, DEFAULT_JRUBY_VERSION, eclipseRefresh, eclipseWatches, env, factory, JRUBY_COMPLETE, JRUBY_CORE, JRUBY_STDLIB, jrubyFork, jrubyJvmArgs, jrubySwitches, jrubyVerbose, libDirectory, localRepository, logger, project, repositorySystem, rubySourceDirectory| Constructor and Description |
|---|
PomMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeJRuby() |
execute, getJrubyVersion, getProjectClasspath, launchDirectory, newScriptFactory, resolveJRubyArtifact, resolveJRubyCompleteArtifact, resolveJRubyStdlibArtifactprotected File pom
protected boolean force
protected File tmpPom
protected File gemspec
protected File gemfile
public void executeJRuby()
throws org.apache.maven.plugin.MojoExecutionException,
ScriptException,
IOException
executeJRuby in class AbstractJRubyMojoorg.apache.maven.plugin.MojoExecutionExceptionScriptExceptionIOExceptionCopyright © 2015. All rights reserved.