Skip to content

Commit

Permalink
[pom] Fix IT test names in all poms to match the folders
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Oct 15, 2023
1 parent 1bade8d commit 72e2b59
Show file tree
Hide file tree
Showing 22 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions src/it/MFINDBUGS-178/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>check</artifactId>
<name>check</name>
<artifactId>MFINDBUGS-178</artifactId>
<name>MFINDBUGS-178</name>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions src/it/change-xml-filename/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>change-filename</artifactId>
<name>change-filename</name>
<artifactId>change-xml-filename</artifactId>
<name>change-xml-filename</name>
<packaging>jar</packaging>
<reporting>
<excludeDefaults>true</excludeDefaults>
Expand Down
4 changes: 2 additions & 2 deletions src/it/check-fail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>check</artifactId>
<name>check</name>
<artifactId>check-fail</artifactId>
<name>check-fail</name>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions src/it/check-failThreshold/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>check</artifactId>
<name>check</name>
<artifactId>check-failThreshold</artifactId>
<name>check-failThreshold</name>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/it/check-multi-filter-dups/module1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>spotbugs-maven-plugin.it</groupId>
<artifactId>check-multi-parent-relative-path</artifactId>
<artifactId>check-multi-filter-dups</artifactId>
<version>testing</version>
<relativePath>..</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion src/it/check-multi-filter-dups/module2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>spotbugs-maven-plugin.it</groupId>
<artifactId>check-multi-parent-relative-path</artifactId>
<artifactId>check-multi-filter-dups</artifactId>
<version>testing</version>
<relativePath>..</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions src/it/check-multi-filter-dups/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>check-multi-parent-relative-path</artifactId>
<name>check-multi-parent-relative-path</name>
<artifactId>check-multi-filter-dups</artifactId>
<name>check-multi-filter-dups</name>
<packaging>pom</packaging>
<modules>
<module>module1</module>
Expand Down
2 changes: 1 addition & 1 deletion src/it/check-multi/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>spotbugs-maven-plugin.it</groupId>
<artifactId>multi</artifactId>
<artifactId>check-multi</artifactId>
<version>testing</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions src/it/check-multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>multi</artifactId>
<name>multi</name>
<artifactId>check-multi</artifactId>
<name>check-multi</name>
<packaging>pom</packaging>
<modules>
<module>modules</module>
Expand Down
4 changes: 2 additions & 2 deletions src/it/check-nofail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>check</artifactId>
<name>check</name>
<artifactId>check-nofail</artifactId>
<name>check-nofail</name>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/it/encoding-utf8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>basic-1</artifactId>
<artifactId>encoding-utf8</artifactId>
<name>encoding-utf8</name>
<packaging>jar</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/it/exclude-multi-list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>excludeFile-multi-list</artifactId>
<name>excludeFile-multi-list</name>
<artifactId>exclude-multi-list</artifactId>
<name>exclude-multi-list</name>
<packaging>jar</packaging>
<build>
<extensions>
Expand Down
4 changes: 2 additions & 2 deletions src/it/exclude-multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>excludeFile-multi</artifactId>
<name>excludeFile-multi</name>
<artifactId>exclude-multi</artifactId>
<name>exclude-multi</name>
<packaging>jar</packaging>
<build>
<extensions>
Expand Down
4 changes: 2 additions & 2 deletions src/it/exclude/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>excludeFile</artifactId>
<name>excludeFile</name>
<artifactId>exclude</artifactId>
<name>exclude</name>
<packaging>jar</packaging>
<build>
<extensions>
Expand Down
2 changes: 1 addition & 1 deletion src/it/excludeBugsFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>excludeBugsFiles</artifactId>
<name>excludeBugsFiless</name>
<name>excludeBugsFiles</name>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions src/it/html-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>check</artifactId>
<name>check</name>
<artifactId>html-report</artifactId>
<name>html-report</name>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions src/it/include-multi-list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>includeFile-multi-list</artifactId>
<name>includeFile-multi-list</name>
<artifactId>include-multi-list</artifactId>
<name>include-multi-list</name>
<packaging>jar</packaging>
<build>
<extensions>
Expand Down
4 changes: 2 additions & 2 deletions src/it/include-multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>includeFile-multi</artifactId>
<name>includeFile-multi</name>
<artifactId>include-multi</artifactId>
<name>include-multi</name>
<packaging>jar</packaging>
<build>
<extensions>
Expand Down
4 changes: 2 additions & 2 deletions src/it/include/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>includeFile</artifactId>
<name>includeFile</name>
<artifactId>include</artifactId>
<name>include</name>
<packaging>jar</packaging>
<build>
<extensions>
Expand Down
4 changes: 2 additions & 2 deletions src/it/verify-clean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>check</artifactId>
<name>check</name>
<artifactId>verify-clean</artifactId>
<name>verify-clean</name>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions src/it/verify-fail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>check</artifactId>
<name>check</name>
<artifactId>verify-fail</artifactId>
<name>verify-fail</name>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions src/it/verify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<version>testing</version>
<relativePath>../common.xml</relativePath>
</parent>
<artifactId>check</artifactId>
<name>check</name>
<artifactId>verify</artifactId>
<name>verify</name>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down

0 comments on commit 72e2b59

Please sign in to comment.