[
https://issues.apache.org/jira/browse/IMPALA-15351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18115924#comment-18115924
]
ASF subversion and git services commented on IMPALA-15351:
----------------------------------------------------------
Commit 363382e90f320937e1bff64119cdf80b7fca1dd7 in impala's branch
refs/heads/master from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=363382e90 ]
IMPALA-15351: Split maven-enforcer-plugin rules in 2 passes
The goal is to be able to exclude specific artifacts in groups
pinned to specific versions. The include list in version pinned
groups have * for artifact, which would override the exclude rules.
Also removed a duplicate rule (org.bouncycastle:bcprov-jdk15on).
Change-Id: I8f496f95199af1d7131c528b65e0b1277ba3aaff
Reviewed-on: http://gerrit.cloudera.org:8080/24846
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Split maven-enforcer-plugin rules in 2 passes
> ---------------------------------------------
>
> Key: IMPALA-15351
> URL: https://issues.apache.org/jira/browse/IMPALA-15351
> Project: IMPALA
> Issue Type: Improvement
> Components: Frontend
> Reporter: Csaba Ringhofer
> Priority: Major
>
> The issues is with rules that pin versions:
> <exclude>org.apache.hive:*</exclude>
> +
> <include>org.apache.hive:*:${hive.version}</include>
> This doesn't allow adding a rule that forbids a specific artifact, e.g.:
> <exclude>org.apache.hive:hive-service-rpc</exclude>
> This rule would be negated by the include rule above which allows all
> artifacts for the given version.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]