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

skip packaging #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

skip packaging #62

wants to merge 2 commits into from

Conversation

VSVDEv
Copy link

@VSVDEv VSVDEv commented Sep 11, 2023

create parameter skipJar to skip packaging

Added skipJar parameter to skip packaging
Update AbstractJarMojo.java
Copy link
Contributor

@elharo elharo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a JIRA, docs, and a CLA

@@ -286,6 +292,10 @@ public void execute() throws MojoExecutionException {
+ "Please see the >>Major Version Upgrade to version 3.0.0<< on the plugin site.");
}

if (skipJar) {
getLog().info("Skipping packaging ");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to skip anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants