Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Remove executions section in quarkus bootstrap maven plugin #251

Closed
wants to merge 1 commit into from

Conversation

Sgitario
Copy link
Contributor

The executions section is making the build of the app module to fail when using quarkus 999-SNAPSHOT.
Looking at Quarkus upstream, they are not using this executions section.

@Sgitario
Copy link
Contributor Author

The failure is caused by an unrelated issue. Fixed as part of #252.

@Sgitario
Copy link
Contributor Author

This solution is not working, the modules failed with:

java.lang.RuntimeException: target/app-metadata.properties not found, did you add the app-metadata extension?
Caused by: java.nio.file.NoSuchFileException: target/app-metadata.properties

@Sgitario Sgitario closed this Mar 26, 2021
@Sgitario Sgitario changed the title Remove executions section in quarkus-bootstrap-maven-plugin Fix quarkus-bootstrap-maven-plugin: App Metadata needs runtime dependencies for vertx-http Mar 26, 2021
@Sgitario Sgitario changed the title Fix quarkus-bootstrap-maven-plugin: App Metadata needs runtime dependencies for vertx-http Remove executions section in quarkus bootstrap maven plugin Mar 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant