InitialFirst draft, may evolve based on feedback
Build Errors
Common build failures and their solutions
Symptoms
Build fails with Maven errors during qctl build or mvn compile.
Common Causes
Missing Dependencies
Error: Could not resolve dependencies
Solution:
pom.xml for correct qqq versionmvn dependency:resolve to diagnoseJava Version Mismatch
Error: Unsupported class file major version
Solution:
java -versionJAVA_HOME points to correct JDKpom.xml to specify Java 17Annotation Processing
Error: cannot find symbol for generated classes
Solution:
qctl build --cleanpom.xmlPrevention
pom.xmlqctl doctor to check environmentRelated
Was this helpful?
Help us improve this article. Feedback is used to prioritize content updates.