[
https://issues.apache.org/jira/browse/FLINK-9091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16488431#comment-16488431
]
Chesnay Schepler edited comment on FLINK-9091 at 5/24/18 5:18 AM:
------------------------------------------------------------------
Another option would be to disable the enforcer by default, and setup things on
travis so that we're always checking against the dependency-reduced poms. This
is what we're interested in anyway.
With this we would resolve convergence errors for shaded dependencies with
dependency management entries in the respective module, and for other
dependencies in the root pom.
was (Author: zentol):
Another option would be to disable the enforcer by default, and setup things on
travis so that we're always checking against the dependency-reduced poms.
For cross-module dependencies this is what we're interested in anyway.
With this we would resolve convergence errors for shaded dependencies with
dependency management entries in the respective module, and for other
dependencies in the root pom.
> Failure while enforcing releasability in building flink-json module
> -------------------------------------------------------------------
>
> Key: FLINK-9091
> URL: https://issues.apache.org/jira/browse/FLINK-9091
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Reporter: Ted Yu
> Assignee: Hai Zhou
> Priority: Major
> Attachments: f-json.out
>
>
> Got the following when building flink-json module:
> {code}
> [WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence
> failed with message:
> Failed while enforcing releasability. See above detailed error message.
> ...
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce
> (dependency-convergence) on project flink-json: Some Enforcer rules have
> failed. Look above for specific messages explaining why the rule failed. ->
> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)