Move dependency-reduced-pom to target dir
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3dd82ca4 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3dd82ca4 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3dd82ca4 Branch: refs/heads/2.6.x-fixes Commit: 3dd82ca4c8361286dc353763a387f3e238fa6ec1 Parents: e9bea23 Author: Daniel Kulp <[email protected]> Authored: Thu Mar 20 13:39:04 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu Mar 20 16:46:03 2014 -0400 ---------------------------------------------------------------------- osgi/bundle/all/pom.xml | 1 + osgi/bundle/jaxrs/pom.xml | 1 + osgi/bundle/minimal/pom.xml | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/3dd82ca4/osgi/bundle/all/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/all/pom.xml b/osgi/bundle/all/pom.xml index d7255b8..1423c21 100644 --- a/osgi/bundle/all/pom.xml +++ b/osgi/bundle/all/pom.xml @@ -435,6 +435,7 @@ <createSourcesJar>${createSourcesJar}</createSourcesJar> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <createDependencyReducedPom>true</createDependencyReducedPom> + <dependencyReducedPomLocation>${basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation> <filters> <filter> <artifact>${project.groupId}:${project.artifactId}</artifact> http://git-wip-us.apache.org/repos/asf/cxf/blob/3dd82ca4/osgi/bundle/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/jaxrs/pom.xml b/osgi/bundle/jaxrs/pom.xml index 9b6e33c..f86cbd6 100644 --- a/osgi/bundle/jaxrs/pom.xml +++ b/osgi/bundle/jaxrs/pom.xml @@ -206,6 +206,7 @@ <createSourcesJar>${createSourcesJar}</createSourcesJar> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <createDependencyReducedPom>true</createDependencyReducedPom> + <dependencyReducedPomLocation>${basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation> <filters> <filter> <artifact>${project.groupId}:${project.artifactId}</artifact> http://git-wip-us.apache.org/repos/asf/cxf/blob/3dd82ca4/osgi/bundle/minimal/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/minimal/pom.xml b/osgi/bundle/minimal/pom.xml index dd31d63..b33c673 100644 --- a/osgi/bundle/minimal/pom.xml +++ b/osgi/bundle/minimal/pom.xml @@ -260,6 +260,7 @@ <createSourcesJar>${createSourcesJar}</createSourcesJar> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <createDependencyReducedPom>true</createDependencyReducedPom> + <dependencyReducedPomLocation>${basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation> <filters> <filter> <artifact>${project.groupId}:${project.artifactId}</artifact>
