Skip to content

Commit

Permalink
Disable JRE lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Sep 11, 2024
1 parent 86a5e7f commit 2c7c0df
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 2c7c0df

Please sign in to comment.