Skip to content

Commit 1b4e94a

Browse files
committed
SONARJAVA-5651 Deployed pom files should comply with sonatype maven central requirements
1 parent 46ba663 commit 1b4e94a

18 files changed

Lines changed: 28 additions & 12 deletions

File tree

check-list/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<artifactId>check-list</artifactId>
1414

1515
<name>SonarQube Java :: Check List</name>
16+
<description>Code Analyzer for Java :: Generate the list of checks at build time</description>
1617
<inceptionYear>2024</inceptionYear>
1718

1819
<dependencies>

docs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<packaging>pom</packaging>
1313

1414
<name>SonarQube Java :: Documentation</name>
15+
<description>Code Analyzer for Java :: Documentation Parent POM</description>
1516

1617
<modules>
1718
<module>java-custom-rules-example</module>

external-reports/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<artifactId>external-reports</artifactId>
1212

1313
<name>SonarQube Java :: External Reports Sensor</name>
14+
<description>Code Analyzer for Java :: External Reports Plugin</description>
1415

1516
<dependencies>
1617
<dependency>

its/plugin/plugins/java-extension-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>sonar-plugin</packaging>
1212

1313
<name>SonarQube Java :: ITS :: Plugin :: Java Extension Plugin</name>
14-
<description>Java Extension</description>
14+
<description>Code Analyzer for Java :: Integration Tests :: Plugin :: Java Extension Plugin</description>
1515

1616
<properties>
1717
<sonar.pluginClass>org.sonar.samples.java.JavaExtensionPlugin</sonar.pluginClass>

its/plugin/plugins/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<packaging>pom</packaging>
1313

1414
<name>SonarQube Java :: ITs :: Plugin :: Plugins</name>
15+
<description>Code Analyzer for Java :: Plugin :: Integration Tests parent</description>
1516

1617
<modules>
1718
<module>java-extension-plugin</module>

its/plugin/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@
1212
<packaging>pom</packaging>
1313

1414
<name>SonarQube Java :: ITs :: Plugin</name>
15+
<description>Code Analyzer for Java :: Integration Tests :: Plugin :: Parent POM</description>
1516
<inceptionYear>2013</inceptionYear>
1617

17-
<organization>
18-
<name>SonarSource</name>
19-
<url>http://www.sonarsource.com</url>
20-
</organization>
21-
2218
<modules>
2319
<module>plugins</module>
2420
<module>tests</module>

its/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<packaging>pom</packaging>
1313

1414
<name>SonarQube Java :: ITs</name>
15+
<description>Code Analyzer for Java :: Integration Tests :: Parent POM</description>
1516

1617
<modules>
1718
<module>autoscan</module>

java-checks-aws/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<artifactId>java-checks-aws</artifactId>
1212

1313
<name>SonarQube Java :: AWS Checks</name>
14+
<description>Code Analyzer for Java :: Analyzer's checks for AWS</description>
1415

1516
<dependencies>
1617
<dependency>

java-checks-common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<artifactId>java-checks-common</artifactId>
1212

1313
<name>SonarQube Java :: Checks Common</name>
14+
<description>Code Analyzer for Java :: Common utilities for analyzer's checks</description>
1415

1516
<dependencies>
1617
<dependency>

java-checks-test-sources/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<packaging>pom</packaging>
1515

1616
<name>SonarQube Java :: Checks Test Sources :: Parent Pom</name>
17+
<description>Code Analyzer for Java :: Checks Test Sources :: Parent POM</description>
1718

1819
<modules>
1920
<module>aws</module>

0 commit comments

Comments
 (0)