-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When running `mvn clean install` on wildfly-core master branch, Maven reports a warning:
[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.wildfly.core:wildfly-elytron-integration:jar:12.0.0.Beta2-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.wildfly.core:wildfly-controller-client:jar -> duplicate declaration of version (?) @ org.wildfly.core:wildfly-elytron-integration:[unknown-version], /Users/jmesnil/Developer/wildfly-core/elytron/pom.xml, line 150, column 21 [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]
The org.wildfly.core:wildfly-elytron-integration Maven module defines twice a dependency to org.wildfly.core:wildfly-controller-client: one without a scope and the other with a test scope.
- is cloned by
-
JBEAP-21334 (7.3.z) Maven WARNING building wildfly-core-eap on 10.1.x and 11.0.x
- Closed