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/06 12:01:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Anton Vinogradov updated IGNITE-19237:
--------------------------------------
    Description: 
Otherwice there is nothing to copy :( 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}

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.

  was:
Otherwice there is nothing to copy :( 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}


> 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
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Otherwice there is nothing to copy :( 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}
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)