Skip to content

Commit 6a8daf8

Browse files
authored
Merge pull request #994 from hazendaz/next-up
[it] Fix some integration test errors that occur
2 parents c5ae627 + 95467a5 commit 6a8daf8

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

src/it/common.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@
135135
<skipTests>true</skipTests>
136136
</configuration>
137137
</plugin>
138-
<plugin>
139-
<groupId>org.apache.maven.plugins</groupId>
140-
<artifactId>maven-project-info-reports-plugin</artifactId>
141-
<version>@project-info.plugin@</version>
142-
<configuration>
143-
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
144-
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
145-
</configuration>
146-
</plugin>
138+
<plugin>
139+
<groupId>org.apache.maven.plugins</groupId>
140+
<artifactId>maven-project-info-reports-plugin</artifactId>
141+
<version>@project-info.plugin@</version>
142+
<configuration>
143+
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
144+
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
145+
</configuration>
146+
</plugin>
147147
</plugins>
148148
</pluginManagement>
149149
<plugins>

src/it/empty/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
<artifactId>maven-site-plugin</artifactId>
4343
<version>@site.plugin@</version>
4444
</plugin>
45+
<plugin>
46+
<groupId>org.apache.maven.plugins</groupId>
47+
<artifactId>maven-project-info-reports-plugin</artifactId>
48+
<version>@project-info.plugin@</version>
49+
</plugin>
4550
</plugins>
4651
</build>
4752

@@ -55,6 +60,7 @@
5560
<plugin>
5661
<groupId>com.github.spotbugs</groupId>
5762
<artifactId>spotbugs-maven-plugin</artifactId>
63+
<version>@pom.version@</version>
5864
<configuration>
5965
<xmlOutput>true</xmlOutput>
6066
</configuration>

src/it/skipEmpty/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
<artifactId>maven-site-plugin</artifactId>
5151
<version>@site.plugin@</version>
5252
</plugin>
53+
<plugin>
54+
<groupId>org.apache.maven.plugins</groupId>
55+
<artifactId>maven-project-info-reports-plugin</artifactId>
56+
<version>@project-info.plugin@</version>
57+
</plugin>
5358
</plugins>
5459
</build>
5560

0 commit comments

Comments
 (0)