You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Gary Gregory <ga...@gmail.com> on 2018/07/21 13:33:06 UTC

Maven Warnings

What's up with these warnings:

[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for
org.apache.logging.log4j.samples:log4j-samples-flume-remote:war:3.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
found duplicate declaration of plugin
org.apache.maven.plugins:maven-deploy-plugin @
org.apache.logging.log4j.samples:log4j-samples-flume-remote:[unknown-version],
C:\vcs\git\apache\logging\logging-log4j2\log4j-samples\log4j-samples-flume-remote\pom.xml,
line 129, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for
org.apache.logging.log4j.samples:log4j-samples-flume-embedded:war:3.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
found duplicate declaration of plugin
org.apache.maven.plugins:maven-deploy-plugin @
org.apache.logging.log4j.samples:log4j-samples-flume-embedded:[unknown-version],
C:\vcs\git\apache\logging\logging-log4j2\log4j-samples\log4j-samples-flume-embedded\pom.xml,
line 141, column 15
[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]

?

Gary