Skip to content

Commit 03394c3

Browse files
committed
prepare
1 parent fe74791 commit 03394c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

integration-test/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@
148148
</executions>
149149
</plugin>
150150
<!-- Run integration tests -->
151+
<plugin>
152+
<groupId>org.apache.maven.plugins</groupId>
153+
<artifactId>maven-failsafe-plugin</artifactId>
154+
<configuration>
155+
<skipTests>true</skipTests>
156+
<skipITs>true</skipITs>
157+
</configuration>
158+
</plugin>
151159
<plugin>
152160
<groupId>org.apache.maven.plugins</groupId>
153161
<artifactId>maven-failsafe-plugin</artifactId>

0 commit comments

Comments
 (0)