[ 
https://issues.apache.org/jira/browse/IGNITE-13987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264172#comment-17264172
 ] 

Peter Ivanov commented on IGNITE-13987:
---------------------------------------

The work done is awesome.

But we need a bit deeper maven refactoring if we want to really improve in 
Ignite 3.0:
# All parameters should be moved to parent pom.
# PluginManagement and DependencyManagement sections should be added to parent 
pom with all required plugins and dependencies across the project.
# Versions in PluginManagement and DependencyManagement sections should be 
passed via parameters to ensure that we have one version for connected 
dependencies (spring for instance).
# Module poms in its turn should have no versions in dependencies and plugins 
declarations.

> Improve dependencies management.
> --------------------------------
>
>                 Key: IGNITE-13987
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13987
>             Project: Ignite
>          Issue Type: Improvement
>          Components: build
>            Reporter: Andrey Mashenkov
>            Assignee: Andrey Mashenkov
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Let's avoid hardcoded dependency versions in module pom files and use 
> properties for versions as it is done Ignite 2.x.
> As more than one module can have same dependency, the proper place to define 
> versions is the parent pom.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to