You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2022/12/01 15:48:00 UTC

[jira] [Updated] (PHOENIX-6842) Clean up maven-dependency-plugin config

     [ https://issues.apache.org/jira/browse/PHOENIX-6842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Istvan Toth updated PHOENIX-6842:
---------------------------------
    Description: 
We're currently adding a number of ignores in the dependency plugin configuration for artifacts in compile scope that are not directly used in the code, but are necessary (f.e omid artifacts)

We should change those dependencies to runtime scope, and configure the dependency plugin to ignore runtime dependencies instead. (Which it does not do by default, for some reason)

  was:
We're currently adding a number of ignores for dependency plugin for modules in compile scope that are not directly used in the code, but are necessary (f.e omid artifacts)

We should change those dependencies to runtime scope, and configure the dependency plugin to ignore runtime dependencies instead. (Which it does not do by default, for some reason)


> Clean up maven-dependency-plugin config
> ---------------------------------------
>
>                 Key: PHOENIX-6842
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6842
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>            Reporter: Istvan Toth
>            Priority: Trivial
>
> We're currently adding a number of ignores in the dependency plugin configuration for artifacts in compile scope that are not directly used in the code, but are necessary (f.e omid artifacts)
> We should change those dependencies to runtime scope, and configure the dependency plugin to ignore runtime dependencies instead. (Which it does not do by default, for some reason)



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