-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
As description, see the following output:
$ mvn clean install -DallTests | head -n 15 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.wildfly:wildfly-ee-feature-pack-product-conf:jar:100000.0.1.TEST-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.sonatype.central:central-publishing-maven-plugin is missing. @ line 78, 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] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] WildFly: Parent Aggregator [pom] [INFO] WildFly: Naming Subsystem [jar] [INFO] WildFly: EE [jar]
The org.sonatype.central:central-publishing-maven-plugin with a specific version is activated in WildFly via a maven-central-release profile, however for the testsuite wildfly-ee-feature-pack-product-conf the plugin is always available and has no version at all.