quarkus:dev not working in 2.8.2.Final #25205
Unanswered
SvenMarien
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Befor submitting an official bug or issue I would like to know if someone else is experiencing the same exception as I have. After upgrading quarkus to version 2.8.2.Final I get the following exception when starting mvn quarkus:dev
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:2.8.2.Final:dev
Caused by: java.lang.NullPointerException
at io.quarkus.maven.DevMojo.addProject (DevMojo.java:741)
at io.quarkus.maven.DevMojo.newLauncher (DevMojo.java:1028)
at io.quarkus.maven.DevMojo$DevModeRunner. (DevMojo.java:858)
Looking at the code of DevMojo it is due to this variable being null and called upon on line 741:
final ArtifactSources sources = module.getSources();
Is this due to one of my maven modules not having sources or resources? Bit stuck here...
Beta Was this translation helpful? Give feedback.
All reactions