Is it possible to build maven and scala on centos 6?

General support questions
Post Reply
613038475
Posts: 2
Joined: 2014/04/21 10:02:23

Is it possible to build maven and scala on centos 6?

Post by 613038475 » 2014/04/21 10:15:02

Hello, I'm trying to build scala on centos 6.
The thing is, scala reuqire maven, and maven require a lot of packages.
Finally I gave up on maven-local (from javapackages-tools).
Terrible dependency hell.
Anyone have experiences about it?

Regards.

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: Is it possible to build maven and scala on centos 6?

Post by toracat » 2014/04/21 16:13:32

I would check pkgs.org and see if the packages are available as rpms from dependable repositories.
CentOS Forum FAQ

613038475
Posts: 2
Joined: 2014/04/21 10:02:23

Re: Is it possible to build maven and scala on centos 6?

Post by 613038475 » 2014/04/23 08:49:32

pkgs.org let me get some srpm from jpackage.org.
I tried build them and failed :shock:.
Then I build from source, scala require ant >= 1.8, I build the newest ant and it give the error "package org.junit not found", I'm sure junit is installed.
Maybe best to wait centos 7.
Still thank you for giving information.

Post Reply