[
https://issues.apache.org/jira/browse/IGNITE-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15363912#comment-15363912
]
ASF GitHub Bot commented on IGNITE-3393:
----------------------------------------
GitHub user shroman opened a pull request:
https://github.com/apache/ignite/pull/853
IGNITE-3393: Maven build warning on duplicate dependency declaration
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shroman/ignite master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/853.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 #853
----
commit 34b62610bd4e3be34946b8df943fb26111c8805a
Author: shtykh_roman <[email protected]>
Date: 2016-07-06T07:25:19Z
IGNITE-3393: Maven build warning on duplicate dependency declaration
----
> Mvn build warning
> -----------------
>
> Key: IGNITE-3393
> URL: https://issues.apache.org/jira/browse/IGNITE-3393
> Project: Ignite
> Issue Type: Bug
> Environment: mac os
> Reporter: lukasz gintowt
> Assignee: Roman Shtykh
>
> command `mvn build`
> yeilds:
> {code}
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.ignite:ignite-spring:jar:1.7.0-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> be unique: com.h2database:h2:jar -> duplicate declaration of version
> ${h2.version} @ line 121, 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]
> ------------------------------------------------------------------------
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)