You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (Jira)" <ji...@apache.org> on 2023/04/07 08:37:00 UTC

[jira] [Comment Edited] (IGNITE-19237) Dependency copying should happed on package phase instead of test-compile

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

Anton Vinogradov edited comment on IGNITE-19237 at 4/7/23 8:36 AM:
-------------------------------------------------------------------

Merged to the master.
[~timonin.maksim], thanks for the review!


was (Author: av):
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)