Author: ay
Date: Thu Aug  1 17:12:23 2013
New Revision: 1509333

URL: http://svn.apache.org/r1509333
Log:
avoid the side effect of CXF-5171 for dependency-reduced-pom

Modified:
    cxf/trunk/osgi/bundle/all/pom.xml
    cxf/trunk/osgi/bundle/jaxrs/pom.xml
    cxf/trunk/osgi/bundle/minimal/pom.xml

Modified: cxf/trunk/osgi/bundle/all/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/all/pom.xml?rev=1509333&r1=1509332&r2=1509333&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/all/pom.xml (original)
+++ cxf/trunk/osgi/bundle/all/pom.xml Thu Aug  1 17:12:23 2013
@@ -464,6 +464,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>

Modified: cxf/trunk/osgi/bundle/jaxrs/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/jaxrs/pom.xml?rev=1509333&r1=1509332&r2=1509333&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/jaxrs/pom.xml (original)
+++ cxf/trunk/osgi/bundle/jaxrs/pom.xml Thu Aug  1 17:12:23 2013
@@ -213,7 +213,7 @@
                             
<createSourcesJar>${createSourcesJar}</createSourcesJar>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             
<createDependencyReducedPom>true</createDependencyReducedPom>
-                            <filters>
+                            
<dependencyReducedPomLocation>${basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>
                            <filters>
                                 <filter>
                                     
<artifact>${project.groupId}:${project.artifactId}</artifact>
                                     <excludes>

Modified: cxf/trunk/osgi/bundle/minimal/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/minimal/pom.xml?rev=1509333&r1=1509332&r2=1509333&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/minimal/pom.xml (original)
+++ cxf/trunk/osgi/bundle/minimal/pom.xml Thu Aug  1 17:12:23 2013
@@ -272,6 +272,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>


Reply via email to