Skip to content

Commit 4bbd349

Browse files
committed
Disable JRE lookup
1 parent 6865299 commit 4bbd349

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tycho-core/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,15 @@
6565
<groupId>org.codehaus.plexus</groupId>
6666
<artifactId>plexus-component-metadata</artifactId>
6767
</plugin>
68-
68+
<plugin>
69+
<groupId>org.apache.maven.plugins</groupId>
70+
<artifactId>maven-surefire-plugin</artifactId>
71+
<configuration>
72+
<systemPropertyVariables>
73+
<pde.jreProfile>none</pde.jreProfile>
74+
</systemPropertyVariables>
75+
</configuration>
76+
</plugin>
6977
<plugin>
7078
<artifactId>maven-compiler-plugin</artifactId>
7179
<executions>

0 commit comments

Comments
 (0)