Skip to content

Commit

Permalink
Use skipTests instead of deprecated skipExec parameter of `tycho-…
Browse files Browse the repository at this point in the history
…surefire-plugin`
  • Loading branch information
Godin committed Oct 31, 2023
1 parent daa5334 commit 44d547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.ui.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<configuration>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<skipExec>${skipUITests}</skipExec>
<skipTests>${skipUITests}</skipTests>
<dependencies>
<dependency>
<!-- workaround for missing dependency in org.eclipse.e4.ui.services: https://bugs.eclipse.org/462862 -->
Expand Down

0 comments on commit 44d547a

Please sign in to comment.