Full name:
org.codehaus.mojo:appfuse-maven-plugin:2.1-SNAPSHOT:install
Description:
This mojo is used to "install" generated artifacts (Java files, XML files) into an AppFuse project.
Attributes:
generate-sources.compile prior to executing itself.| Name | Type | Since | Description |
|---|---|---|---|
| destinationDirectory | String |
- |
The path where the generated artifacts will be placed. This is
intentionally not set to the default location for maven generated
sources. This is to keep these files out of the eclipse/idea
generated sources directory as the intention is that these files
will be copied to a source directory to be edited and modified and
not re generated each time the plugin is run. If you want to
regenerate the files each time you build the project just set this
value to ${basedir}/target/generated-sources or set the flag on
eclipse/idea plugin to include this file in your project file as a
source directory. Default value is: ${basedir}. |
| genericCore | boolean |
- |
(no description) Default value is: true. |
| sourceDirectory | String |
- |
The directory containing the source code. Default value is: ${basedir}/target/appfuse/generated-sources. |
The path where the generated artifacts will be placed. This is intentionally not set to the default location for maven generated sources. This is to keep these files out of the eclipse/idea generated sources directory as the intention is that these files will be copied to a source directory to be edited and modified and not re generated each time the plugin is run. If you want to regenerate the files each time you build the project just set this value to ${basedir}/target/generated-sources or set the flag on eclipse/idea plugin to include this file in your project file as a source directory.
java.lang.StringNo${appfuse.destinationDirectory}${basedir}(no description)
booleanNo${appfuse.genericCore}trueThe directory containing the source code.
java.lang.StringNo${appfuse.sourceDirectory}${basedir}/target/appfuse/generated-sources