You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2020/06/09 20:56:00 UTC

[jira] [Closed] (MNG-6822) Maven build error when upgrade to 3.6.3

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

Michael Osipov closed MNG-6822.
-------------------------------
    Resolution: Invalid

Since {{org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde}} is not availabe in Central, I see no bug in Maven here.

> Maven build error when upgrade to 3.6.3
> ---------------------------------------
>
>                 Key: MNG-6822
>                 URL: https://issues.apache.org/jira/browse/MNG-6822
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.6.2, 3.6.3
>            Reporter: Kevin Su
>            Priority: Minor
>
> We use maven-3.6.2 or 3.6.3 to build Apache submarine, but got below error
> {code:java}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce) on project tony-mini: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
>  [ERROR] Failed while enforcing releasability the error(s) are [
>  [ERROR] Dependency convergence error for io.netty:netty:3.7.0.Final paths to dependency are:
>  [ERROR] +-com.linkedin.tony:tony-mini:0.3.21
>  [ERROR] +-org.apache.hadoop:hadoop-common:2.7.3
>  [ERROR] +-org.apache.zookeeper:zookeeper:3.4.6
>  [ERROR] +-io.netty:netty:3.7.0.Final
>  [ERROR] and
>  [ERROR] +-com.linkedin.tony:tony-mini:0.3.21
>  [ERROR] +-org.apache.hadoop:hadoop-hdfs:2.7.3
>  [ERROR] +-io.netty:netty:3.6.2.Final
>  [ERROR] and
>  [ERROR] +-com.linkedin.tony:tony-mini:0.3.21
>  [ERROR] +-org.apache.hadoop:hadoop-hdfs:2.7.3
>  [ERROR] +-io.netty:netty:3.6.2.Final
>  [ERROR] and{code}
> build command : 
> {code:java}
> git clone https://github.com/apache/submarine.git
> git submodule update --init --recursive
> mvn clean install package -DskipTests{code}
>  OS:  macOS Mojave 10.14.4
>  JDK: "1.8.0_221"
>  Maven: 3.6.2
>  latest submarine version
> If we use maven-3.6.1, it can successfully build the project.
> We can't resolve this problem in our community, so I post here and try to figure out the error. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)