Definite's Extractor

My findings on Life, Linux, Open Source, and so on.

dchen’s apache-maven is updated to 3.3.3 for el7 and el6

The repo is located at:

https://repos.fedorapeople.org/dchen/apache-maven/

To install this for from yum:

cd /etc/yum.repos.d; sudo wget https://repos.fedorapeople.org/dchen/apache-maven/epel-apache-maven.repo

9 responses to “dchen’s apache-maven is updated to 3.3.3 for el7 and el6

  1. stdweird 2015/10/13 at 6:34 am

    we ran into http://stackoverflow.com/questions/31394456/java-6-unsupported-major-minor-version-51-0, the rpms do not seem to require java >= 7.
    (btw, thanks for providing the repos!)

    Like

  2. stdweird 2015/10/15 at 4:16 pm

    the rpms require ‘java-devel >= 1:1.7.0’, but openjdk 1.7 or 1.8 -devel rpms do no longer provide this.
    on centos6, eg openjdk1.7.0-devel provides java7-devel, and openjdk-1.8.0-devel is even worse (doesn’t provide anything that could be used for this). this could be a packaging issue on centos side, i have no immediate access to RHEL to check.

    Like

  3. greggomann 2015/10/17 at 6:13 am

    Hi Ding-Yi, thanks for the packages!! I’m having the same trouble as stdweird; I’m trying to install the new el6 Maven package alongside JDK 1.7.0, and it requires the capability `java-devel >= 1:1.7.0`, but this capability is not used by 1.7.0+. Instead, it looks like the 1.7.0 jdk-devel package has the capability `java7-devel = 1:1.7.0`.

    Like

  4. dingyichen 2015/10/19 at 4:59 pm

    3.3.3-3 is ready now.

    Like

  5. stdweird 2015/10/19 at 5:47 pm

    i’m totally confused by the centos rpms from openjdk. this is on centos6
    “`
    $ repoquery –whatprovides ‘java-devel >= 1.7.0’
    java-1.6.0-openjdk-devel-1:1.6.0.36-1.13.8.1.el6_7.x86_64
    java-1.6.0-openjdk-devel-1:1.6.0.35-1.13.7.1.el6_6.x86_64
    “`
    so no 1.7.0 or 1.8.0

    and i can now install the `apache-maven-3.3.3-3` on el6 with only openjdk 1.6.0 installed, which ofcourse doesn’t work.

    (on centos7, the 3.3.3-3 is installable and usable, yum install pulls in both openjdk 1.7.0 and 1.8.0)

    Like

Leave a comment