YARN-1748. Excluded core-site.xml from hadoop-yarn-server-tests package's jar and thus avoid breaking downstream tests. Contributed by Sravya Tirukkovalur.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1690856b24
commit
5bf449e402
|
@ -378,6 +378,9 @@ Release 2.4.0 - UNRELEASED
|
|||
configuration files and thus fix failures in downstream tests. (Xuan Gong via
|
||||
vinodkv)
|
||||
|
||||
YARN-1748. Excluded core-site.xml from hadoop-yarn-server-tests package's jar
|
||||
and thus avoid breaking downstream tests. (Sravya Tirukkovalur via vinodkv)
|
||||
|
||||
Release 2.3.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -138,6 +138,11 @@
|
|||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/core-site.xml</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<phase>test-compile</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
Loading…
Reference in New Issue