AMBARI-18361. All classes recompiled due to Maven bug, even if none changed. 
(Attila Doroszlai via stoader)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3638a5b4
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3638a5b4
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3638a5b4

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 3638a5b42034a0d05f2496b683dd1eec25380eed
Parents: e16d916
Author: Attila Doroszlai <adorosz...@hortonworks.com>
Authored: Tue Sep 13 10:38:40 2016 +0200
Committer: Toader, Sebastian <stoa...@hortonworks.com>
Committed: Tue Sep 13 10:38:40 2016 +0200

----------------------------------------------------------------------
 ambari-server/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3638a5b4/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 45d3ce4..323ce22 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -104,7 +104,10 @@
       </plugin>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.0</version>
+        <version>3.2</version>
+        <configuration>
+          <useIncrementalCompilation>false</useIncrementalCompilation>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to