Author: vinodkv
Date: Tue Jul 15 23:00:48 2014
New Revision: 1610877
URL: http://svn.apache.org/r1610877
Log:
YARN-2233. Implemented ResourceManager web-services to create, renew and cancel
delegation tokens. Contributed by Varun Vasudev.
svn merge --ignore-ancestry -c 1610876 ../../trunk/
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/pom.xml
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/pom.xml?rev=1610877&r1=1610876&r2=1610877&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/pom.xml
(original)
+++ hadoop/common/branches/branch-2/hadoop-common-project/hadoop-auth/pom.xml
Tue Jul 15 23:00:48 2014
@@ -144,6 +144,17 @@
<attach>true</attach>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>