Skip to content

Commit d19c4a9

Browse files
authored
PLUGINAPI-181 Update publishing info (#278)
1 parent 8ee9e1c commit d19c4a9

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group=org.sonarsource.api.plugin
22
version=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
44
org.gradle.jvmargs=-Xmx2048m

manifest/build.gradle

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

plugin-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/'

0 commit comments

Comments
 (0)