This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
Add skip
options to goals
#732
Labels
Comments
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
Nice starter task which should be implemented to guarantee consistency. |
rhuss
added
cat/feature
Feature request
cat/starter
Easy issue, ideally for starting with fabric-maven-plugin
labels
Oct 5, 2018
@rhuss @rohanKanojia @lordofthejars Every mojo has a skip option already..I don't follow why we need skip.build ..skip.push etc properties ? |
@dev-gaur : These properties are needed to skip only specific goals. Most people use fmp's 2-3 goals at once, for example:
If you use |
rhuss
pushed a commit
that referenced
this issue
Jan 10, 2019
bohmber
pushed a commit
to bohmber/fabric8-maven-plugin
that referenced
this issue
Jan 10, 2019
bohmber
pushed a commit
to bohmber/fabric8-maven-plugin
that referenced
this issue
Jan 10, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Description
Similar in spirit to the
skip
goals of d-m-p, fabric8 should support options to skip certain goals:resource
(fabric8.skip.resource
)build
(already supported viadocker.skip.build
, should have a correspondentfabric8.skip.build
)push
(already supported viadocker.skip.push
, should have a correspondentfabric8.skip.push
)apply
(fabric8.skip.apply
)deploy
(fabric8.skip.deploy
)The text was updated successfully, but these errors were encountered: