Skip to content

Commit 6e2e484

Browse files
committed
Add explicit plugins to integration test
1 parent 4702aca commit 6e2e484

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

integration-tests/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,26 @@
133133
</execution>
134134
</executions>
135135
</plugin>
136+
<plugin>
137+
<groupId>org.apache.maven.plugins</groupId>
138+
<artifactId>maven-release-plugin</artifactId>
139+
<version>${maven-release-plugin-version}</version>
140+
</plugin>
141+
<plugin>
142+
<groupId>org.apache.maven.plugins</groupId>
143+
<artifactId>maven-resources-plugin</artifactId>
144+
<version>${maven-resources-plugin-version}</version>
145+
</plugin>
146+
<plugin>
147+
<groupId>org.apache.maven.plugins</groupId>
148+
<artifactId>maven-surefire-plugin</artifactId>
149+
<version>${maven-surefire-plugin-version}</version>
150+
</plugin>
151+
<plugin>
152+
<groupId>org.apache.maven.plugins</groupId>
153+
<artifactId>maven-jar-plugin</artifactId>
154+
<version>${maven-jar-plugin-version}</version>
155+
</plugin>
136156
</plugins>
137157
</build>
138158

0 commit comments

Comments
 (0)