You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2014/12/18 23:16:42 UTC

tez git commit: TEZ-1850. Enable deploy for tez-ui war. (hitesh)

Repository: tez
Updated Branches:
  refs/heads/master 68780a1d1 -> e032431ee


TEZ-1850. Enable deploy for tez-ui war. (hitesh)


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

Branch: refs/heads/master
Commit: e032431ee16b400d9d8b04cede23106c885b8d32
Parents: 68780a1
Author: Hitesh Shah <hi...@apache.org>
Authored: Thu Dec 18 14:16:19 2014 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Thu Dec 18 14:16:19 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt    | 1 +
 tez-ui/pom.xml | 8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/e032431e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index d15c6c4..607c4a6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@ Release 0.6.0: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-1850. Enable deploy for tez-ui war.
   TEZ-1841. Remove range versions for dependencies in tez-ui.
   TEZ-1854. Failing tests due to host resolution timing out.
   TEZ-1860. mvn apache-rat:check broken for tez-ui.

http://git-wip-us.apache.org/repos/asf/tez/blob/e032431e/tez-ui/pom.xml
----------------------------------------------------------------------
diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml
index e13fc8e..ccd4e81 100644
--- a/tez-ui/pom.xml
+++ b/tez-ui/pom.xml
@@ -157,14 +157,6 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-
     </plugins>
   </build>
 </project>