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 2017/06/27 12:37:22 UTC

flink-shaded git commit: Configure dependencyReducedPomLocation

Repository: flink-shaded
Updated Branches:
  refs/heads/master 75c797449 -> ca93f0010


Configure dependencyReducedPomLocation


Project: http://git-wip-us.apache.org/repos/asf/flink-shaded/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-shaded/commit/ca93f001
Tree: http://git-wip-us.apache.org/repos/asf/flink-shaded/tree/ca93f001
Diff: http://git-wip-us.apache.org/repos/asf/flink-shaded/diff/ca93f001

Branch: refs/heads/master
Commit: ca93f00104c90810b24e4295fe676a7316f84ca9
Parents: 75c7974
Author: zentol <ch...@apache.org>
Authored: Tue Jun 27 14:36:12 2017 +0200
Committer: zentol <ch...@apache.org>
Committed: Tue Jun 27 14:36:12 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/flink-shaded/blob/ca93f001/flink-shaded-guava-18/pom.xml
----------------------------------------------------------------------
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>