Full name:
org.codehaus.mojo:ianal-maven-plugin:1.0-alpha-1:verify-legal-files
Description:
Verify that legal files are in all attached zip-encoded artifacts.
Attributes:
1.0-alpha-1.verify.| Name | Type | Since | Description |
|---|---|---|---|
| acceptableExtentions | String[] |
1.0-alpha-1 |
the list of alternative acceptable file extentions for legal files. |
| requiredFiles | String[] |
1.0-alpha-1 |
The list of required legal files. Default is LICENSE and NOTICE . |
| searchPaths | String[] |
1.0-alpha-1 |
The list of paths to search for legal files. |
| skip | boolean |
1.0-alpha-1 |
Set to true to disable verification. Default value is: false. |
| strict | boolean |
1.0-alpha-1 |
When set to true, fail the build when no legal files are found. Default value is: false. |
the list of alternative acceptable file extentions for legal files.
java.lang.String[]1.0-alpha-1NoThe list of required legal files. Default is LICENSE and NOTICE .
java.lang.String[]1.0-alpha-1NoThe list of paths to search for legal files.
java.lang.String[]1.0-alpha-1Noskip :
Set to true to disable verification.
boolean1.0-alpha-1Nofalsestrict :
When set to true, fail the build when no legal files are found.
boolean1.0-alpha-1Nofalse