File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 613
613
<plugin >
614
614
<groupId >org.apache.maven.plugins</groupId >
615
615
<artifactId >maven-compiler-plugin</artifactId >
616
- <version >2.5 .1</version >
616
+ <version >3 .1</version >
617
617
<configuration >
618
618
<source >${java.version} </source >
619
619
<target >${java.version} </target >
620
620
<encoding >UTF-8</encoding >
621
621
<maxmem >1024m</maxmem >
622
+ <fork >true</fork >
622
623
</configuration >
623
624
</plugin >
624
625
<plugin >
633
634
<plugin >
634
635
<groupId >org.scalatest</groupId >
635
636
<artifactId >scalatest-maven-plugin</artifactId >
636
- <version >1.0-M2 </version >
637
+ <version >1.0-RC2 </version >
637
638
<configuration >
638
639
<reportsDirectory >${project.build.directory} /surefire-reports</reportsDirectory >
639
640
<junitxml >.</junitxml >
You can’t perform that action at this time.
0 commit comments