public abstract class AbstractJModMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
AbstractJModMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
executeCommand(org.codehaus.plexus.util.cli.Commandline cmd,
File outputDirectory) |
protected String |
getCommaSeparatedList(List<String> modules)
Convert a list into a
|
protected String |
getJModExecutable() |
org.apache.maven.project.MavenProject |
getProject() |
org.apache.maven.execution.MavenSession |
getSession() |
protected org.apache.maven.toolchain.Toolchain |
getToolchain() |
protected boolean |
projectHasAlreadySetAnArtifact() |
getLog, getPluginContext, setLog, setPluginContext
protected String getJModExecutable() throws IOException
IOException
protected boolean projectHasAlreadySetAnArtifact()
protected void executeCommand(org.codehaus.plexus.util.cli.Commandline cmd, File outputDirectory) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected String getCommaSeparatedList(List<String> modules)
modules
- The list of modules.,
.protected org.apache.maven.toolchain.Toolchain getToolchain()
public org.apache.maven.project.MavenProject getProject()
public org.apache.maven.execution.MavenSession getSession()
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.