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 <[email protected]> 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>
