Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

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

Name of the plugin.

${project.name}

${sonar.pluginName}

pluginDescription

Plugin description.

${project.description}

 

pluginUrl

Plugin homepage.

${project.url}

 

pluginIssueTrackerUrl

Plugin issue tracker URL.

${project.issueManagement.url}

 

pluginTermsConditionsUrl

Plugin Terms & Conditions URL.

 

${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
  • None