Full name:
com.commsen.maven:bom-helper-maven-plugin:0.5.0:sort
Description:
Attributes:
validate
.Name | Type | Since | Description |
---|---|---|---|
backupFileName | String |
- |
The name of the file to copy the original POM to if `inplace` and
`makeBackup` are set to `true` Default value is: pom-original.xml .User property is: bom-helper.backupFile . |
inplace | boolean |
- |
If true, the current POM will be replaced with the one generated by
this goal Default value is: false .User property is: bom-helper.inplace . |
makeBackup | boolean |
- |
Should the goal make copy of the original POM when `inplace` is set
to `true` Default value is: true .User property is: bom-helper.backup . |
outputFileName | String |
- |
The name of the file to save the pom generated by this goal Default value is: pom-bom-update.xml .User property is: bom-helper.outputFile . |
replaceBackup | boolean |
- |
Should the goal replace an existing copy of the original POM when
`inplace` and `makeBackup` are set to `true` Default value is: false .User property is: bom-helper.backupFile.replace . |
java.lang.String
No
bom-helper.backupFile
pom-original.xml
boolean
No
bom-helper.inplace
false
boolean
No
bom-helper.backup
true
java.lang.String
No
bom-helper.outputFile
pom-bom-update.xml
boolean
No
bom-helper.backupFile.replace
false