-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest release
Area
testsuite
Describe the bug
As the documentation for the activeByDefault activation element states:
'This profile will automatically be active for all builds unless another profile in the same POM is activated using one of the previously described methods. All profiles that are active by default are automatically deactivated when a profile in the POM is activated on the command line or through its activation config.'
In the testsuite/integration-arquillian/servers/app-server/jboss/pom.xml, profile windows-properties-cli is implicitly enabled and the activeByDefault for WF app server is ignored same as the whole module.
You can see the WildFly app server module will not be built:
Version
999
Expected behavior
The module is built on Windows
Actual behavior
The module is not built on Windows
How to Reproduce?
mvn clean install -Dtest=UserTest -f testsuite/integration-arquillian/pom.xml
Anything else?
No response