Skip to content

Commit

Permalink
Incremental compilation ftw.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Nov 12, 2012
1 parent 07cd770 commit d5b437e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
</extensions>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.15.3-SNAPSHOT</version>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>compile</id>
Expand All @@ -141,6 +141,7 @@
<!--<arg>-Xprint:typer</arg>-->
<!--<arg>-explaintypes</arg>-->
</args>
<recompileMode>incremental</recompileMode>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d5b437e

Please sign in to comment.