HADOOP-11900. Add failIfNoTests=false to hadoop-build-tools pom. (gera)
(cherry picked from commit 3ddb260e30e7424363bcde68176bcea1ad8d6392)
Conflicts:
hadoop-build-tools/pom.xml
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8564927a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8564927a
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8564927a
Branch: refs/heads/branch-2
Commit: 8564927a4ea6af5be3fd528f8f6d22c45c56b258
Parents: 58970d6
Author: Gera Shegalov <[email protected]>
Authored: Fri May 1 15:57:42 2015 -0700
Committer: Gera Shegalov <[email protected]>
Committed: Fri May 1 19:07:04 2015 -0700
----------------------------------------------------------------------
hadoop-build-tools/pom.xml | 21 +++++++++++---------
hadoop-common-project/hadoop-common/CHANGES.txt | 5 +++++
2 files changed, 17 insertions(+), 9 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/hadoop/blob/8564927a/hadoop-build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-build-tools/pom.xml b/hadoop-build-tools/pom.xml
index afa0c06..51165f2 100644
--- a/hadoop-build-tools/pom.xml
+++ b/hadoop-build-tools/pom.xml
@@ -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>
\ No newline at end of file
+
+ <properties>
+ <failIfNoTests>false</failIfNoTests>
+ </properties>
+</project>
http://git-wip-us.apache.org/repos/asf/hadoop/blob/8564927a/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 91e6068..7bac3c9 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -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