Enable incremental compilation
authorChristos KK Loverdos <loverdos@gmail.com>
Thu, 16 Aug 2012 06:35:35 +0000 (09:35 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Thu, 16 Aug 2012 06:35:35 +0000 (09:35 +0300)
pom.xml

diff --git a/pom.xml b/pom.xml
index 6cd97f3..3628cc8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>scala-maven-plugin</artifactId>
         <version>3.1.0</version>
         <configuration>
+          <recompileMode>incremental</recompileMode>
+          
           <charset>${project.build.sourceEncoding}</charset>
           <jvmArgs>
             <jvmArg>-Xmx1024m</jvmArg>