]
Jeff Mesnil updated WFCORE-3915:
--------------------------------
Priority: Minor (was: Major)
Do not deploy test suite modules
--------------------------------
Key: WFCORE-3915
URL:
https://issues.jboss.org/browse/WFCORE-3915
Project: WildFly Core
Issue Type: Bug
Components: Build System
Affects Versions: 5.0.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Priority: Minor
3 modules inside Core test suite uses wildfly-core-parent as their parent instead of
wildfly-core-testsuite:
* shared
* test-runner
* vault-test-feature-pack
One consequence is that when Core is released, these 3 artifacts are included in the
release while they should not be (no other test suite modules is part of a release)
They do not use wildfly-core-testsuite for good reason (cyclic dependencies, etc.) but
they must be flagged to skip maven deployment with maven.deploy.skip set to true.