Repository: cxf Updated Branches: refs/heads/2.7.x-fixes b0a74ced8 -> c0937735d
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/8523c780 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8523c780 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8523c780 Branch: refs/heads/2.7.x-fixes Commit: 8523c780e450c39619338eb2dd3c77cd2c456f9f Parents: b0a74ce Author: Daniel Kulp <[email protected]> Authored: Thu Mar 20 13:39:04 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu Mar 20 13:39:04 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/8523c780/osgi/bundle/all/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/all/pom.xml b/osgi/bundle/all/pom.xml index 93a240a..7f7508a 100644 --- a/osgi/bundle/all/pom.xml +++ b/osgi/bundle/all/pom.xml @@ -460,6 +460,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/8523c780/osgi/bundle/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/jaxrs/pom.xml b/osgi/bundle/jaxrs/pom.xml index 5946e4d..4d923f1 100644 --- a/osgi/bundle/jaxrs/pom.xml +++ b/osgi/bundle/jaxrs/pom.xml @@ -209,6 +209,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/8523c780/osgi/bundle/minimal/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/minimal/pom.xml b/osgi/bundle/minimal/pom.xml index 301c2fe..80f503a 100644 --- a/osgi/bundle/minimal/pom.xml +++ b/osgi/bundle/minimal/pom.xml @@ -268,6 +268,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>
