This is an automated email from the ASF dual-hosted git repository. yanxinyi pushed a commit to branch 4.16 in repository https://gitbox.apache.org/repos/asf/phoenix.git
commit e690a57e1b54590147b6a374c6c2cfcc674fb689 Author: Istvan Toth <[email protected]> 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 f7538d2..51d7a1e 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
