Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Move runtime-specific enablement/disablement to POM profiles rather than Java logic #364

Open
scottkurz opened this issue Sep 5, 2019 · 0 comments

Comments

@scottkurz
Copy link
Contributor

scottkurz commented Sep 5, 2019

Easier to understand without reading through Java code.

We can use profile-based "skip", e.g.:
boost-maven/boost-maven-plugin/src/it/test-mpRestClient-1.2/pom.xml

    <profile>
        <id>tomee</id>
        <activation>
            ....
        </activation>
        <properties>
            <!-- https://github.com/dev-tools-for-enterprise-java/boost/issues/349 -->
            <skipITs>true</skipITs>
        </properties>

with exclusions configured too if we need to get more fine-grained..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant