Repository: hadoop
Updated Branches:
  refs/heads/YARN-2928 506ebff5f -> 10b26bb9f


YARN-5138. fix "no findbugs output file" error for 
hadoop-yarn-server-timelineservice-hbase-tests. (Vrushali C via gtcarrera9)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/10b26bb9
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/10b26bb9
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/10b26bb9

Branch: refs/heads/YARN-2928
Commit: 10b26bb9fb20822d91b00aa7d394be102a292a2d
Parents: 506ebff
Author: Li Lu <gtcarre...@apache.org>
Authored: Thu May 26 11:12:31 2016 -0700
Committer: Li Lu <gtcarre...@apache.org>
Committed: Thu May 26 11:12:31 2016 -0700

----------------------------------------------------------------------
 .../hadoop-yarn-server-timelineservice-hbase-tests/pom.xml    | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/10b26bb9/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
----------------------------------------------------------------------
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
index b5dc3c0..a8e5195 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
@@ -362,6 +362,13 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+         <configuration>
+          <includeTests>true</includeTests>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-jar-plugin</artifactId>
         <executions>
           <execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to