Parameter |
Description |
Default value |
Expression |
|---|---|---|---|
pluginKey |
Key for plugin. Should contain only letters and digits and be unique among all plugins. |
constructed from ${project.artifactId} |
${sonar.pluginKey} |
pluginClass |
|
|
${sonar.pluginClass} |
pluginName |
|
${project.name} |
${sonar.pluginName} |
pluginDescription |
|
${project.description} |
|
pluginUrl |
|
${project.url} |
|
pluginIssueTrackerUrl |
|
${project.issueManagement.url} |
|
pluginTermsConditionsUrl |
|
|
${sonar.pluginTermsConditionsUrl} |
addMavenDescriptor |
|
true |
${sonar.addMavenDescriptor} |
skipDependenciesPackaging |
|
false |
${sonar.skipDependenciesPackaging} |
useChildFirstClassLoader |
|
false |
|
includes |
List of files to include |
**/** |
|
excludes |
List of files to exclude |
**/package.html |
|
Labels

