Skip to content

Commit

Permalink
Merge pull request #2 from gyk4j/20231207-disable-ci-surefire-tests
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
gyk4j authored Dec 7, 2023
2 parents 991a6bc + e4f5681 commit f670e3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>

<plugin>
Expand Down Expand Up @@ -202,4 +205,4 @@
</executions> </plugin> -->
</plugins>
</build>
</project>
</project>

0 comments on commit f670e3d

Please sign in to comment.