Skip to content

Commit 042ddfe

Browse files
SONARPHP-1666 Add missing information in generated pom (#1410)
1 parent 48dbecb commit 042ddfe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sonar-php-plugin/build.gradle.kts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,14 @@ publishing {
9797
artifact(tasks.javadocJar)
9898
}
9999
}
100+
101+
publishingConfiguration {
102+
pomName = "SonarSource PHP Analyzer"
103+
scmUrl = "https://github.com/SonarSource/sonar-php"
104+
105+
license {
106+
name = "SSALv1"
107+
url = "https://sonarsource.com/license/ssal/"
108+
distribution = "repo"
109+
}
110+
}

0 commit comments

Comments
 (0)