Skip to content
Snippets Groups Projects
Commit 66d8200e authored by dgelessus's avatar dgelessus
Browse files

Set Tycho version explicitly for all plugins

Fixes some Maven warnings.
parent 598de7be
Branches
No related tags found
No related merge requests found
Pipeline #99000 passed
...@@ -541,6 +541,7 @@ def artifact(artifactId,versionNumber) {""" ...@@ -541,6 +541,7 @@ def artifact(artifactId,versionNumber) {"""
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId> <artifactId>tycho-compiler-plugin</artifactId>
<version>\${tycho-version}</version>
<configuration> <configuration>
<source>1.8</source> <source>1.8</source>
<target>1.8</target> <target>1.8</target>
...@@ -560,6 +561,7 @@ def testArtifact(artifactId,versionNumber) {""" ...@@ -560,6 +561,7 @@ def testArtifact(artifactId,versionNumber) {"""
<plugin> <plugin>
<groupId>org.eclipse.tycho</groupId> <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId> <artifactId>tycho-surefire-plugin</artifactId>
<version>\${tycho-version}</version>
<configuration> <configuration>
<!-- <useUIHarness>true</useUIHarness> --> <!-- <useUIHarness>true</useUIHarness> -->
<!-- <useUIThread>true</useUIThread> --> <!-- <useUIThread>true</useUIThread> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment