[
https://issues.apache.org/jira/browse/IGNITE-19237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709629#comment-17709629
]
Anton Vinogradov commented on IGNITE-19237:
-------------------------------------------
Merget to the master.
[~timonin.maksim], thanks for the review!
> Dependency copying should happed on package phase instead of test-compile
> -------------------------------------------------------------------------
>
> Key: IGNITE-19237
> URL: https://issues.apache.org/jira/browse/IGNITE-19237
> Project: Ignite
> Issue Type: Improvement
> Reporter: Anton Vinogradov
> Assignee: Anton Vinogradov
> Priority: Major
> Fix For: 2.15
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> According to the [plugin usage
> examples|https://maven.apache.org/plugins/maven-dependency-plugin/usage.html]
> the phase shoul be the `package`.
> Lower phase may (will) cause sutuation when artifacts are not generated at
> multi-level projects.
> And you may gain the following:
> {noformat}
> Failed to execute goal
> org.apache.maven.plugins:maven-dependency-plugin:3.1.1:copy-dependencies
> (copy-libs) on project ignite-XXX-plugin: Artifact has not been packaged yet.
> When used on reactor artifact, copy should be executed after packaging: see
> MDEP-187.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)