Skip to content

Commit 5b2fce2

Browse files
committed
Fix scaladoc invocation warning, and enable javac warnings properly, with plugin config updates
1 parent 007762b commit 5b2fce2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,12 +613,13 @@
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>
@@ -633,7 +634,7 @@
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>

0 commit comments

Comments
 (0)