You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2016/10/12 01:42:59 UTC

[2/4] ambari git commit: AMBARI-18504. Build fails at verify step due to leftover findbugs html file (Attila Doroszlai via magyari_sandor)

AMBARI-18504. Build fails at verify step due to leftover findbugs html file (Attila Doroszlai via magyari_sandor)


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

Branch: refs/heads/branch-feature-AMBARI-18456
Commit: f725e33ecee3374ea32bcc604f53756c9b39cddf
Parents: 3e4b368
Author: Attila Doroszlai <ad...@hortonworks.com>
Authored: Tue Oct 11 19:08:33 2016 +0200
Committer: Sandor Magyari <sm...@hortonworks.com>
Committed: Tue Oct 11 19:08:33 2016 +0200

----------------------------------------------------------------------
 ambari-server/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f725e33e/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index d3ec9ad..e02b7a5 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -549,6 +549,9 @@
           <transformationSets>
             <transformationSet>
               <dir>${project.basedir}/target/findbugs</dir>
+              <includes>
+                <include>*.xml</include>
+              </includes>
               <outputDir>${project.basedir}/target/findbugs</outputDir>
               <stylesheet>fancy-hist.xsl</stylesheet>
               <fileMappers>