Skip to content

Commit

Permalink
Fixed the OpenLiberty javac compilation issue. (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: Buhake Sindi <[email protected]>
  • Loading branch information
TheEliteGentleman and Buhake Sindi authored Oct 16, 2024
1 parent 65cda66 commit 5838410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/liberty-car-booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<jakartaee-api.version>10.0.0</jakartaee-api.version>
<microprofile-api.version>6.1</microprofile-api.version>
<war-plugin.version>3.4.0</war-plugin.version>

<!-- We need only javac to use the release parameter. OpenLiberty doesn't depend on maven-compiler-plugin.' -->
<maven.compiler.source combine.self="override" />
<maven.compiler.target combine.self="override" />

<!--Strictly for OpenLiberty-->
<liberty.env.ENGINE_CACHE_DIR>${project.build.directory}/liberty/wlp/usr/shared/resources/lib/</liberty.env.ENGINE_CACHE_DIR>
Expand Down

0 comments on commit 5838410

Please sign in to comment.