Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
This repository was 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

@scottkurz

Description

@scottkurz

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions