Skip to content

Commit

Permalink
[NO JIRA] Fix not consistent maven module names (#4582)
Browse files Browse the repository at this point in the history
  • Loading branch information
alban-auzeill authored Nov 24, 2023
1 parent 5c4d5f5 commit 6f845f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-checks-test-sources/aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>aws</artifactId>

<name>SonarQube Java :: AWS Checks Test Sources</name>
<name>SonarQube Java :: Checks Test Sources :: AWS</name>

<properties>
<sonar.skip>true</sonar.skip>
Expand Down
2 changes: 1 addition & 1 deletion java-checks-test-sources/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>default</artifactId>

<name>SonarQube Java :: Default Checks Test Sources</name>
<name>SonarQube Java :: Checks Test Sources :: Default</name>

<properties>
<sonar.skip>true</sonar.skip>
Expand Down
2 changes: 1 addition & 1 deletion java-checks-test-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>java-checks-test-sources</artifactId>
<packaging>pom</packaging>

<name>SonarQube Java :: Test Sources</name>
<name>SonarQube Java :: Checks Test Sources :: Parent Pom</name>

<modules>
<module>aws</module>
Expand Down
1 change: 1 addition & 0 deletions java-checks-test-sources/test-classpath-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</parent>

<artifactId>test-classpath-reader</artifactId>
<name>SonarQube Java :: Checks Test Sources :: Test Classpath Reader</name>

<dependencies>
<dependency>
Expand Down

0 comments on commit 6f845f9

Please sign in to comment.