quarkus-bootstrap-maven-plugin:build-tree requires installed project in local maven repository #12257
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/maven
kind/bug
Something isn't working
Milestone
quarkus-bootstrap-maven-plugin:build-tree requires installed project in local maven repository, otherwise it fails with message similar to this: Failed to resolve application model org.acme:getting-started::jar:1.0-SNAPSHOT dependencies: Failed to resolve artifact org.acme:getting-started:jar:1.0-SNAPSHOT: Could not find artifact org.acme:getting-started:jar:1.0-SNAPSHOT
Quarkus 1.3.4 based quarkus-bootstrap-maven-plugin:build-tree command doesn't require to install local project into local maven repository first.
Workaround is to call
mvn clean install
before calling quarkus-bootstrap-maven-plugin:build-tree.It's a regression against Quarkus 1.3
Reproducer:
The text was updated successfully, but these errors were encountered: