You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement to build a Quarkus Amazon Lambda project Docker Image in JVM mode, it requires "quarkus-app" jar's but with default packaging for "Quarkus Amazon Lambda" it seems it does not create quarkus-app folder.
And It does not allow me to change the package type of "Quarkus Amazon Lambda project,
mvn dependency:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have a requirement to build a Quarkus Amazon Lambda project Docker Image in JVM mode, it requires "quarkus-app" jar's but with default packaging for "Quarkus Amazon Lambda" it seems it does not create quarkus-app folder.
And It does not allow me to change the package type of "Quarkus Amazon Lambda project,
mvn dependency:
For a example following "-D quarkus.package.type=fast-jar" do nothing.
mvn clean package -D quarkus.package.type=fast-jar
(I tried application.properties, pom it self, same result)
Please let me know any other alternative way of achieving this (other than the native approach :))
Similar kind of discussion noted under https://stackoverflow.com/questions/68432656/quarkus-dependencies-not-included-in-uber-jar-jvm-mode
Thanks you in Advance!
Any comment from you highly appreciated.
Best Regards,
Ashan Bakmeedeniya.
Beta Was this translation helpful? Give feedback.
All reactions