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

Skipping artifact deployment #108

Open
NyashMyash99 opened this issue Nov 9, 2022 · 1 comment
Open

Skipping artifact deployment #108

NyashMyash99 opened this issue Nov 9, 2022 · 1 comment

Comments

@NyashMyash99
Copy link

maven.deploy.skip doesn't work with takari:deploy, I didn't find properties with similar functionality either.

@cstamas
Copy link
Member

cstamas commented Aug 25, 2024

Each takari mojo have skip configuration, hence, you can add to deploy mojo config:

<configuration>
  <skip>${maven.deploy.skip}</skip>
</configuration>

But yes, nothing out of the box.

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

No branches or pull requests

2 participants