Skip to content

Commit

Permalink
Disable JRE lookup
Browse files Browse the repository at this point in the history
(cherry picked from commit 4bbd349)
  • Loading branch information
laeubi authored and eclipse-tycho-bot committed Sep 12, 2024
1 parent f3f7fd1 commit 03cb31d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tycho-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,15 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<pde.jreProfile>none</pde.jreProfile>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
Expand Down

0 comments on commit 03cb31d

Please sign in to comment.