Class | Description |
---|---|
AbstractJModMojo |
This contains the code to handle toolchains and the execution of the command which is similar to code in
maven-jlink-plugin (maven-jdeps-plugin?).
|
HelpMojo |
Display help information on maven-jmod-plugin.
Call mvn jmod:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
JModCreateMojo |
The
create goal is intended to create jmod files which can be used for later linking via
maven-jlink-plugin. |
JModDescribeMojo |
This goal is to support the usage of
jmod describe . |
JModHashMojo |
jmod hash ...
|
JModListMojo |
This goal is to support the usage of
jmod list to show the content of a jmod file. |
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.