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(quarkus): add native-sources profile #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ebaron
Copy link
Member

@ebaron ebaron commented Mar 10, 2022

Adds a profile to build with the native-sources packaging type. The resulting native-sources directory is assembled into a tarball. This also makes the quarkus-container-image-docker extension used only when not doing a native-sources build, as it will fail. Building is done with mvn -Dnative-sources <goals>.

Fixes: #16

Depends on #4

@ebaron ebaron added feat New feature or request build labels Mar 10, 2022
@github-actions
Copy link

This PR/issue depends on:

@mergify mergify bot added the safe-to-test label Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support building in native-sources package type
1 participant