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 613613 <plugin >
614614 <groupId >org.apache.maven.plugins</groupId >
615615 <artifactId >maven-compiler-plugin</artifactId >
616- <version >2.5 .1</version >
616+ <version >3 .1</version >
617617 <configuration >
618618 <source >${java.version} </source >
619619 <target >${java.version} </target >
620620 <encoding >UTF-8</encoding >
621621 <maxmem >1024m</maxmem >
622+ <fork >true</fork >
622623 </configuration >
623624 </plugin >
624625 <plugin >
633634 <plugin >
634635 <groupId >org.scalatest</groupId >
635636 <artifactId >scalatest-maven-plugin</artifactId >
636- <version >1.0-M2 </version >
637+ <version >1.0-RC2 </version >
637638 <configuration >
638639 <reportsDirectory >${project.build.directory} /surefire-reports</reportsDirectory >
639640 <junitxml >.</junitxml >
You can’t perform that action at this time.
0 commit comments