Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-tree mojo should take the POM artifact as the root instead of the JAR #12279

Merged
merged 1 commit into from
Sep 24, 2020

Conversation

aloubyansky
Copy link
Member

The JAR may not always be resolvable (e.g. in case the project has not yet been built and not available in the local maven repo), while the POM is always available.

Fixes #12257

@aloubyansky
Copy link
Member Author

Hm, looking at quarkus:generate-config it had a similar issue but instead of using POM it simply creates the output dir.

@geoand
Copy link
Contributor

geoand commented Sep 24, 2020

Is this ready to go @aloubyansky ?

@aloubyansky
Copy link
Member Author

Yes @geoand

@geoand geoand merged commit 29083b6 into quarkusio:master Sep 24, 2020
@geoand geoand added this to the 1.9.0 - master milestone Sep 25, 2020
@geoand geoand modified the milestones: 1.9.0 - master, 1.7.4.Final Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quarkus-bootstrap-maven-plugin:build-tree requires installed project in local maven repository
3 participants