org.apache.maven.plugin.ContextEnabled
, org.apache.maven.plugin.Mojo
@Mojo(name="create", requiresDependencyResolution=COMPILE, defaultPhase=PACKAGE, requiresProject=true) public class JModCreateMojo extends AbstractJModMojo
create
goal is intended to create jmod
files which can be used for later linking via
maven-jlink-plugin. The jmod
files
can not be used as usual dependencies on the classpath only in relationship with maven-jlink-plugin
.Constructor | Description |
---|---|
JModCreateMojo() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
executeCommand, getCommaSeparatedList, getJModExecutable, getProject, getSession, getToolchain, projectHasAlreadySetAnArtifact
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.