[
https://issues.apache.org/jira/browse/CAMEL-11187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013905#comment-16013905
]
ASF GitHub Bot commented on CAMEL-11187:
----------------------------------------
GitHub user johnpoth opened a pull request:
https://github.com/apache/camel/pull/1700
CAMEL-11187 fix Maven WARN message on Java 9
https://issues.apache.org/jira/browse/CAMEL-11187
Thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/johnpoth/camel CAMEL-11187
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1700.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1700
----
commit 5caa6cffe7b7bf48baf6469c32dc789ff9008d19
Author: jpoth <[email protected]>
Date: 2017-05-17T12:05:09Z
CAMEL-11187 fix Maven WARN message on Java 9
----
> Java 9 - building camel-spring has a maven WARN
> -----------------------------------------------
>
> Key: CAMEL-11187
> URL: https://issues.apache.org/jira/browse/CAMEL-11187
> Project: Camel
> Issue Type: Task
> Components: build system
> Reporter: Claus Ibsen
> Assignee: John Poth
> Priority: Minor
> Fix For: 2.20.0
>
>
> davsclaus:/Users/davsclaus/workspace/camel/components/camel-spring (master)/$
> mvn clean install -P fastinstall
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.camel:camel-spring:jar:2.19.0-SNAPSHOT
> [WARNING] 'profiles.profile[jdk9-build].plugins.plugin.(groupId:artifactId)'
> must be unique but found duplicate declaration of plugin
> org.apache.maven.plugins:maven-antrun-plugin @
> org.apache.camel:camel-spring:[unknown-version],
> /Users/davsclaus/workspace/camel/components/camel-spring/pom.xml, line 676,
> column 19
> [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]
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)