You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by av...@apache.org on 2017/10/16 18:52:23 UTC

ambari git commit: AMBARI-22238 : Maven cleanup of ambari utility, logsearch and ambari metrics modules. (Commit 2) (avijayan)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 336182a2c -> f7d9fd518


AMBARI-22238 : Maven cleanup of ambari utility, logsearch and ambari metrics modules. (Commit 2) (avijayan)


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

Branch: refs/heads/branch-2.6
Commit: f7d9fd5189ac783bca5355e8f072c194f23034df
Parents: 336182a
Author: Aravindan Vijayan <av...@hortonworks.com>
Authored: Mon Oct 16 11:52:11 2017 -0700
Committer: Aravindan Vijayan <av...@hortonworks.com>
Committed: Mon Oct 16 11:52:16 2017 -0700

----------------------------------------------------------------------
 ambari-logsearch/ambari-logsearch-assembly/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f7d9fd51/ambari-logsearch/ambari-logsearch-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-logsearch/ambari-logsearch-assembly/pom.xml b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
index a017db1..247c3fe 100644
--- a/ambari-logsearch/ambari-logsearch-assembly/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-assembly/pom.xml
@@ -122,9 +122,9 @@
                       <sources>
                         <source>
                           <location>${solr.client.dir}/target/package</location>
-                          <exclude>
+                          <excludes>
                             <exclude>libs/checkstyle*.jar</exclude>
-                          </exclude>
+                          </excludes>
                         </source>
                       </sources>
                     </mapping>