Skip to content

Commit

Permalink
globally set the jdt.buildtime flag in the parent target-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jan 11, 2024
1 parent 7667824 commit b68c2ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@
<arch>aarch64</arch>
</environment>
</environments>
<dependency-resolution>
<profileProperties>
<!-- this is to disable some requirements only important for installtime but not for compile time in JDT-->
<org.eclipse.jdt.buildtime>true</org.eclipse.jdt.buildtime>
</profileProperties>
</dependency-resolution>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b68c2ce

Please sign in to comment.