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