From 0b275ffde033751e5da9fe8bfa79c082a4a3e984 Mon Sep 17 00:00:00 2001 From: Andres March Date: Sat, 24 Nov 2012 12:05:52 -0600 Subject: [PATCH] upgrade to scala 2.10.0-RC2. changed maven scala plugin --- pom.xml | 83 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index 9fef84cba..fb8b11591 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,21 @@ com.gravity goose - 2.1.22 + 2.2-SNAPSHOT jar goose http://maven.apache.org UTF-8 + 2.10.0-RC2 - + + + scala-tools.org + Scala-tools Maven2 Repository + http://scala-tools.org/repo-releases + + junit @@ -46,14 +53,29 @@ org.scala-lang scala-compiler - 2.9.0-1 + ${scala.version} compile org.scala-lang scala-library - 2.9.0-1 + ${scala.version} + runtime + + + + org.scala-lang + scala-actors + ${scala.version} + runtime + + + + org.scala-lang + scala-reflect + ${scala.version} + runtime @@ -72,7 +94,25 @@ Hey... since we're open source, let's compile the source and javadocs into jars as well --> + src/main/scala + src/test/scala + + net.alchim31.maven + scala-maven-plugin + 3.1.0 + + + + compile + testCompile + + + + + ${scala.version} + + org.apache.maven.plugins maven-surefire-plugin @@ -88,40 +128,7 @@ - - org.scala-tools - maven-scala-plugin - 2.14.3 - - UTF-8 - - -Xmx1024m - - - - - compile - - compile - - compile - - - test-compile - - testCompile - - test-compile - - - process-resources - - compile - - - - - + org.apache.maven.plugins maven-source-plugin