Full name:
org.codehaus.mojo:appassembler-maven-plugin:1.10:create-repository
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
assembleDirectory | File | - | The directory that will be used to assemble the artifacts in and
place the bin scripts. Default value is: ${project.build.directory}/appassembler. |
Name | Type | Since | Description |
---|---|---|---|
installBooterArtifacts | boolean | - | Whether to install the booter artifacts into the repository. This
may be needed if you are using the Shell script generators. Default value is: false. |
outputFileNameMapping | String | 1.5 | The file name mapping to use when copying libraries to the
repository. If no file mapping is set (default) the files are
copied with their standard names.
Note: if you use this parameter, then the useTimestampInSnapshotFileName parameter will be ignored. |
repositoryLayout | String | - | The layout of the generated Maven repository. Supported types -
"default" (Maven2) | "legacy" (Maven1) | "flat" (flat
lib/ style). The style "legacy" is only supported if
you are running under Maven 2.2.1 and before. Default value is: default. |
repositoryName | String | 1.3.1 | Path (relative to assembleDirectory) of the desired
output repository. Default value is: repo. |
useTimestampInSnapshotFileName | boolean | 1.2.3 (create-repository), 1.3 (assemble and generate-daemons) | For those snapshots downloaded from a remote repo, replace the
timestamp part with "SNAPSHOT" instead. Default value is: true. |
Note: if you use this parameter, then the useTimestampInSnapshotFileName parameter will be ignored.
useTimestampInSnapshotFileName: