You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/31 14:13:01 UTC

[flink-shaded] 05/47: Configure dependencyReducedPomLocation

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git

commit ca93f00104c90810b24e4295fe676a7316f84ca9
Author: zentol <ch...@apache.org>
AuthorDate: Tue Jun 27 14:36:12 2017 +0200

    Configure dependencyReducedPomLocation
---
 flink-shaded-guava-18/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-shaded-guava-18/pom.xml b/flink-shaded-guava-18/pom.xml
index 7e63fd0..56262b1 100644
--- a/flink-shaded-guava-18/pom.xml
+++ b/flink-shaded-guava-18/pom.xml
@@ -61,6 +61,7 @@ under the License.
                         </goals>
                         <configuration>
                             <createDependencyReducedPom>true</createDependencyReducedPom>
+                            <dependencyReducedPomLocation>${project.basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>
                             <artifactSet>
                                 <includes>
                                     <include>com.google.guava:*</include>