-
Task
-
Resolution: Done
-
Major
-
17.0.0.Beta2
-
None
The following warning is shown when wildfly-core is built:
[WARNING] [WARNING] Some problems were encountered while building the effective model for org.wildfly.core:wildfly-core-testsuite-standalone:jar:17.0.0.Beta3-SNAPSHOT [WARNING] 'dependencies.dependency.scope' for org.wildfly.core:wildfly-core-testbom:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 42, column 20 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING]
At the wildfly-core-testsuite-standalone module level, we are using the import scope to incorporate the maven dependencies from wildfly-core-testbom with the intention of overriding those that come from the parent module, however, the import scope is only supported in the dependencyManagement section.
It's opened as a task because the dependencies are correctly being overridden by the testbom declaration.