Issue 15300

Does not run maven - for ala-names-generator

15300
Reporter: pfilipak
Assignee: dmartin
Type: Bug
Summary: Does not run maven - for ala-names-generator
Priority: Major
Status: Done
Created: 2014-02-28 21:11:32.228
Updated: 2014-03-27 10:25:18.297
        
        
Description: When the maven is run. It thows this error:

[ERROR] Plugin org.scala-tools:maven-scala-plugin:2.15.2-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.scala-tools:maven-scala-plugin:jar:2.15.2-SNAPSHOT: Failure to find org.scala-tools:maven-scala-plugin:pom:2.15.2-SNAPSHOT in http://scala-tools.org/repo-releases was cached in the local repository, resolution will not be reattempted until the update interval of scala-tools.org has elapsed or updates are forced -> [Help 1]

]]>
    


Author: pfilipak
Created: 2014-02-28 21:15:51.18
Updated: 2014-02-28 21:15:51.18
        
[Resolution]

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/

I change this:

Before:

   scala-tools.org
   Scala-Tools Maven2 Repository
   http://scala-tools.org/repo-releases


For this:

After:

     scala-tools.org
    Scala-Tools Maven2 Repository
    https://oss.sonatype.org/content/groups/scala-tools/