Repository: incubator-drill Updated Branches: refs/heads/master 108d29fce -> a147bfce0
DRILL-1720: Enable incremental maven builds Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/a147bfce Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/a147bfce Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/a147bfce Branch: refs/heads/master Commit: a147bfce09e26820221acf6a825f242702d2d78c Parents: 108d29f Author: Aditya Kishore <a...@apache.org> Authored: Sat Nov 15 16:26:02 2014 -0800 Committer: Aditya Kishore <a...@apache.org> Committed: Tue Nov 18 23:25:03 2014 -0800 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a147bfce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 26189fd..9499ebf 100644 --- a/pom.xml +++ b/pom.xml @@ -261,6 +261,7 @@ <source>1.7</source> <target>1.7</target> <maxmem>2048m</maxmem> + <useIncrementalCompilation>false</useIncrementalCompilation> <fork>true</fork> </configuration> </plugin> @@ -361,7 +362,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.0</version> + <version>3.2</version> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId>