[
https://issues.jboss.org/browse/ISPN-4812?page=com.atlassian.jira.plugin....
]
Dan Berindei edited comment on ISPN-4812 at 10/30/14 12:08 PM:
---------------------------------------------------------------
Mikhail, the 4.2 branch is for reference only, we no longer make any changes there.
Anyway, you should also be able to configure the new repository in your
{{~/.m2/settings.xml}}.
was (Author: dan.berindei):
Mikhail, the 4.2 branch is for reference only, we no longer make any changes there.
Anyway, you should also be able to configure the new repository in your
{{.m2/settings.xml}}.
4.2 branch doesnt build because pom.xml points to unsupported
scala-tools repo URL
----------------------------------------------------------------------------------
Key: ISPN-4812
URL:
https://issues.jboss.org/browse/ISPN-4812
Project: Infinispan
Issue Type: Bug
Reporter: Mikhail Dobrinin
Assignee: Mircea Markus
Priority: Blocker
{noformat}
<repositories>
<repository>
<id>scala-tools.org</id>
<name>Scala-tools Maven2 Repository</name>
<
url>http://scala-tools.org/repo-releases</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>
{noformat}
This URL is no longer supported, as demonstrated by the nice message you get at the site:
{quote}
scala-tools.org is in no longer serving jars. Please change your configurations to point
to Sonatype's Maven repository at
https://oss.sonatype.org/content/groups/scala-tools/
or
https://oss.sonatype.org/content/repositories/snapshots/.
We are no longer providing any support for
scala-tools.org.
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)