This repository was archived by the owner on Oct 14, 2020. It is now read-only.

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