Csaba Ringhofer created IMPALA-15351:
----------------------------------------

             Summary: 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


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)

Reply via email to