File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11group =org.sonarsource.api.plugin
22version =13.5-SNAPSHOT
3- description =Plugin API for SonarQube, SonarCloud and SonarLint
3+ description =Plugin API for SonarQube Server, SonarQube Cloud and SonarQube for IDE
44org.gradle.jvmargs =-Xmx2048m
Original file line number Diff line number Diff line change @@ -17,6 +17,31 @@ publishing {
1717 publications {
1818 mavenJava(MavenPublication ) {
1919 artifactId = ' sonar-plugin-manifest'
20+ pom {
21+ name = ' Sonar Plugin API - Manifest'
22+ description = ' Sonar Plugin API - Manifest'
23+ url = ' https://www.sonarsource.com/'
24+ organization {
25+ name = ' SonarSource'
26+ url = ' https://www.sonarsource.com/'
27+ }
28+ licenses {
29+ license {
30+ name = ' GNU LGPL 3'
31+ url = ' https://www.gnu.org/licenses/lgpl-3.0.txt'
32+ distribution = ' repo'
33+ }
34+ }
35+ scm {
36+ url = ' https://github.com/SonarSource/sonar-plugin-api'
37+ }
38+ developers {
39+ developer {
40+ id = ' sonarsource-team'
41+ name = ' SonarSource Team'
42+ }
43+ }
44+ }
2045 artifact sourcesJar
2146 artifact javadocJar
2247 }
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ publishing {
7171 pom {
7272 name = ' Sonar Plugin API'
7373 description = project. description
74- url = ' https://www.sonarqube.org /'
74+ url = ' https://www.sonarsource.com /'
7575 organization {
7676 name = ' SonarSource'
7777 url = ' https://www.sonarsource.com/'
You can’t perform that action at this time.
0 commit comments