Repository: ambari Updated Branches: refs/heads/branch-2.6 3417682d9 -> d69fc3716
AMBARI-22389. Exclude test scope jars from Log Search / Log Feeder rpm/deb packages (oleewere) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d69fc371 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d69fc371 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d69fc371 Branch: refs/heads/branch-2.6 Commit: d69fc37167838669a5cfaace1a61c334f2c31eef Parents: 3417682 Author: Oliver Szabo <[email protected]> Authored: Thu Nov 9 13:56:45 2017 +0100 Committer: Oliver Szabo <[email protected]> Committed: Thu Nov 9 14:10:27 2017 +0100 ---------------------------------------------------------------------- ambari-logsearch/ambari-logsearch-logfeeder/pom.xml | 2 +- ambari-logsearch/ambari-logsearch-portal/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d69fc371/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml b/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml index cf64a36..e006a1b 100644 --- a/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml +++ b/ambari-logsearch/ambari-logsearch-logfeeder/pom.xml @@ -224,12 +224,12 @@ </goals> <configuration> - <artifactItems>*</artifactItems> <outputAbsoluteArtifactFilename>true</outputAbsoluteArtifactFilename> <outputDirectory>${basedir}/target/libs</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>false</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> + <includeScope>compile</includeScope> </configuration> </execution> </executions> http://git-wip-us.apache.org/repos/asf/ambari/blob/d69fc371/ambari-logsearch/ambari-logsearch-portal/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-portal/pom.xml b/ambari-logsearch/ambari-logsearch-portal/pom.xml index 53d6e8b..ae1cf5e 100755 --- a/ambari-logsearch/ambari-logsearch-portal/pom.xml +++ b/ambari-logsearch/ambari-logsearch-portal/pom.xml @@ -123,12 +123,12 @@ <goal>copy-dependencies</goal> </goals> <configuration> - <artifactItems>*</artifactItems> <outputAbsoluteArtifactFilename>true</outputAbsoluteArtifactFilename> <outputDirectory>${basedir}/target/libs</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>false</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> + <includeScope>compile</includeScope> </configuration> </execution> </executions> @@ -265,12 +265,12 @@ <goal>copy-dependencies</goal> </goals> <configuration> - <artifactItems>*</artifactItems> <outputAbsoluteArtifactFilename>true</outputAbsoluteArtifactFilename> <outputDirectory>${basedir}/target/libs</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>false</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> + <includeScope>compile</includeScope> </configuration> </execution> </executions> @@ -429,12 +429,12 @@ <goal>copy-dependencies</goal> </goals> <configuration> - <artifactItems>*</artifactItems> <outputAbsoluteArtifactFilename>true</outputAbsoluteArtifactFilename> <outputDirectory>${basedir}/target/libs</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>false</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> + <includeScope>compile</includeScope> </configuration> </execution> </executions>
