[
https://issues.apache.org/jira/browse/SLING-10423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Norman updated SLING-10423:
--------------------------------
Description:
For situation where you want skip a launch if certain pre-conditions are not
met.
For example:
{noformat}
...
<launch>
<id>sling-12-oak-mongo</id>
<skip>${docker.skip}</skip>
...{noformat}
was:For situation where you want skip a launch if certain pre-conditions are
not met.
> Add support to skip a launch
> ----------------------------
>
> Key: SLING-10423
> URL: https://issues.apache.org/jira/browse/SLING-10423
> Project: Sling
> Issue Type: Improvement
> Reporter: Eric Norman
> Assignee: Eric Norman
> Priority: Major
> Fix For: Feature Launcher Maven Plugin 0.1.2
>
>
> For situation where you want skip a launch if certain pre-conditions are not
> met.
> For example:
>
> {noformat}
> ...
> <launch>
> <id>sling-12-oak-mongo</id>
> <skip>${docker.skip}</skip>
> ...{noformat}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)