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 181f60b commit bf7bdc8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tycho-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>

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

0 comments on commit bf7bdc8

Please sign in to comment.