You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2015/03/23 21:32:42 UTC

tomee git commit: upgrading scala + dont fork to keep same jvm - seems scalatest fork just reies on java which is weak on a CI

Repository: tomee
Updated Branches:
  refs/heads/master 838e93f78 -> d60d52322


upgrading scala + dont fork to keep same jvm - seems scalatest fork just reies on java which is weak on a CI


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d60d5232
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/d60d5232
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/d60d5232

Branch: refs/heads/master
Commit: d60d523228b22d24bebfdc129698f64a5db70974
Parents: 838e93f
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Mon Mar 23 21:32:30 2015 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Mon Mar 23 21:32:30 2015 +0100

----------------------------------------------------------------------
 examples/scala-basic/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/d60d5232/examples/scala-basic/pom.xml
----------------------------------------------------------------------
diff --git a/examples/scala-basic/pom.xml b/examples/scala-basic/pom.xml
index 7890db8..48f6936 100644
--- a/examples/scala-basic/pom.xml
+++ b/examples/scala-basic/pom.xml
@@ -31,7 +31,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     <scala.version>2.11</scala.version>
-    <scala.full-version>${scala.version}.0</scala.full-version>
+    <scala.full-version>${scala.version}.6</scala.full-version>
   </properties>
 
   <repositories>
@@ -82,6 +82,7 @@
         <artifactId>scalatest-maven-plugin</artifactId>
         <version>1.0</version>
         <configuration>
+          <forkMode>never</forkMode>
           <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
           <junitxml>.</junitxml>
           <filereports>TestSuite.txt</filereports>