You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/02/05 20:59:44 UTC

[phoenix] branch 4.x updated: PHOENIX-6114 Create shaded phoenix-pherf and remove lib dir from assembly (addendum: sync shade-plugin config to master)

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 0d5bb3e  PHOENIX-6114 Create shaded phoenix-pherf and remove lib dir from assembly (addendum: sync shade-plugin config to master)
0d5bb3e is described below

commit 0d5bb3e8a10b27e3812d386721103f901dd422c1
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Feb 5 21:53:41 2021 +0100

    PHOENIX-6114 Create shaded phoenix-pherf and remove lib dir from assembly (addendum: sync shade-plugin config to master)
---
 phoenix-pherf/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 632b1c2..1c80b75 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -191,6 +191,7 @@
 					<configuration>
 						<promoteTransitiveDependencies>false</promoteTransitiveDependencies>
 						<shadeTestJar>false</shadeTestJar>
+						<dependencyReducedPomLocation>${basedir}/target/pom.xml</dependencyReducedPomLocation>
 						<transformers>
 							<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
 							<transformer