Skip to content

Commit

Permalink
Merge pull request #994 from hazendaz/next-up
Browse files Browse the repository at this point in the history
[it] Fix some integration test errors that occur
  • Loading branch information
hazendaz authored Feb 9, 2025
2 parents c5ae627 + 95467a5 commit 6a8daf8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/it/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>@project-info.plugin@</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>@project-info.plugin@</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down
6 changes: 6 additions & 0 deletions src/it/empty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
<artifactId>maven-site-plugin</artifactId>
<version>@site.plugin@</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>@project-info.plugin@</version>
</plugin>
</plugins>
</build>

Expand All @@ -55,6 +60,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>@pom.version@</version>
<configuration>
<xmlOutput>true</xmlOutput>
</configuration>
Expand Down
5 changes: 5 additions & 0 deletions src/it/skipEmpty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<artifactId>maven-site-plugin</artifactId>
<version>@site.plugin@</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>@project-info.plugin@</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 6a8daf8

Please sign in to comment.