HADOOP-11900. Add failIfNoTests=false to hadoop-build-tools pom. (gera)

(cherry picked from commit 3ddb260e30)

Conflicts:
	hadoop-build-tools/pom.xml
This commit is contained in:
Gera Shegalov 2015-05-01 15:57:42 -07:00
parent 58970d69de
commit 8564927a4e
2 changed files with 17 additions and 9 deletions

View File

@ -15,14 +15,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hadoop-main</artifactId>
<groupId>org.apache.hadoop</groupId>
<version>2.8.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hadoop-build-tools</artifactId>
<parent>
<artifactId>hadoop-main</artifactId>
<groupId>org.apache.hadoop</groupId>
<version>2.8.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hadoop-build-tools</artifactId>
<description>Apache Hadoop Build Tools Project</description>
<name>Apache Hadoop Build Tools</name>
</project>
<properties>
<failIfNoTests>false</failIfNoTests>
</properties>
</project>

View File

@ -133,6 +133,11 @@ Release 2.8.0 - UNRELEASED
HADOOP-11491. HarFs incorrectly declared as requiring an authority.
(Brahma Reddy Battula via gera)
HADOOP-11889. Make checkstyle runnable from root project
(Gera Shegalov via jeagles)
HADOOP-11900. Add failIfNoTests=false to hadoop-build-tools pom. (gera)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES