You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by toyboxman <gi...@git.apache.org> on 2018/06/20 06:24:23 UTC

[GitHub] incubator-griffin pull request #316: update scala maven plugin to lastest ve...

GitHub user toyboxman opened a pull request:

    https://github.com/apache/incubator-griffin/pull/316

    update scala maven plugin to lastest verson

    as I hit maven build error like below, I check pom build file and find scala-maven-plugin is a bit old, so I make a change to refresh.
    
    [INFO] Compiling 124 source files to /home/king/source/github/incubator-griffin/measure/target/classes at 1529052254149
    [ERROR] error: error while loading <root>, Error accessing /home/king/.m2/repository/com/esotericsoftware/kryo-shaded/3.0.3/kryo-shaded-3.0.3.jar
    [ERROR] error: scala.reflect.internal.MissingRequirementError: object java.lang.Object in compiler mirror not found.
    [ERROR]         at scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.scala:17)
    [ERROR]         at scala.reflect.internal.MissingRequirementError$.notFound(MissingRequirementError.scala:18)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/toyboxman/incubator-griffin feature/update_measure_pom

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-griffin/pull/316.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #316
    
----
commit 83c7115f5442c64cfd2f159adf1b17caa68986c9
Author: Eugene <to...@...>
Date:   2018-06-20T06:07:40Z

    update scala maven plugin to lastest verson

----


---

[GitHub] incubator-griffin issue #316: update scala maven plugin to lastest verson

Posted by toyboxman <gi...@git.apache.org>.
Github user toyboxman commented on the issue:

    https://github.com/apache/incubator-griffin/pull/316
  
    sure, you are right. I'm using  maven 3.5.3. I have changed to 3.4.1 in latest update, pls review again


---

[GitHub] incubator-griffin pull request #316: update scala maven plugin to lastest ve...

Posted by toyboxman <gi...@git.apache.org>.
Github user toyboxman closed the pull request at:

    https://github.com/apache/incubator-griffin/pull/316


---

[GitHub] incubator-griffin issue #316: update scala maven plugin to lastest verson

Posted by bhlx3lyx7 <gi...@git.apache.org>.
Github user bhlx3lyx7 commented on the issue:

    https://github.com/apache/incubator-griffin/pull/316
  
    Hi @toyboxman , thanks for you PR, but it didn't pass the CI build. 
    I've checked about this, for the scala-maven-plugin, 3.4.1 requires maven 3.5.3, but in CI the maven version is 3.5.2. You need to modify the version of scala-maven-plugin to 3.3.1 to make it work. Thanks.


---

[GitHub] incubator-griffin issue #316: update scala maven plugin to lastest verson

Posted by guoyuepeng <gi...@git.apache.org>.
Github user guoyuepeng commented on the issue:

    https://github.com/apache/incubator-griffin/pull/316
  
    hi
    for compatible, we need scala-maven-plugin as 3.3.1
    
    Thanks,
    William


---