Skip to content

Commit

Permalink
explicit execution for maven-surefire-plugin with Tycho 4
Browse files Browse the repository at this point in the history
Due to changes in Tycho 4: the test mojo of the maven-surefire-plugin is
no longer part of the default life-cycle
  • Loading branch information
LorenzoBettini committed Mar 7, 2024
1 parent 8572674 commit c4ee74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-version}</version>
<!--
This is not needed now, but will be needed when switching to Tycho 4.0.0
This is needed due to changes in Tycho 4.0.0
see https://github.com/eclipse-tycho/tycho/blob/master/RELEASE_NOTES.md#using-integrationplugin-tests-with-eclipse-plugin-packaging
-->
<executions>
<execution>
<id>execute-unit-tests</id>
Expand All @@ -531,7 +532,6 @@
</goals>
</execution>
</executions>
-->
<configuration>
<!--
The Surefire Plugin excludes nested classes by default: http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#excludes
Expand Down

0 comments on commit c4ee74d

Please sign in to comment.