You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2014/12/10 04:34:09 UTC

[46/53] tez git commit: TEZ-1810. Do not deploy tez-ui war to maven repo (Hitesh Shah via Rajesh Balamohan)

TEZ-1810. Do not deploy tez-ui war to maven repo (Hitesh Shah via Rajesh Balamohan)


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

Branch: refs/heads/master
Commit: 50897b23e07262e02c474a73cf2410848f11418e
Parents: 1a2c5f8
Author: Rajesh Balamohan <rb...@hortonworks.com>
Authored: Tue Dec 2 08:42:29 2014 +0530
Committer: Rajesh Balamohan <rb...@hortonworks.com>
Committed: Tue Dec 2 08:42:29 2014 +0530

----------------------------------------------------------------------
 tez-ui/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/50897b23/tez-ui/pom.xml
----------------------------------------------------------------------
diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml
index 87e46b9..6741ac1 100644
--- a/tez-ui/pom.xml
+++ b/tez-ui/pom.xml
@@ -141,6 +141,14 @@
         </configuration>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+
     </plugins>
   </build>
 </project>