Author: psharples
Date: Tue Oct 4 09:49:28 2011
New Revision: 1178743
URL: http://svn.apache.org/viewvc?rev=1178743&view=rev
Log:
Fix for dependencies of connector and parser modules having their dependencies
marked as optional. See WOOKIE-247.
Modified:
incubator/wookie/trunk/ant/ivy-java-common.xml
Modified: incubator/wookie/trunk/ant/ivy-java-common.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-java-common.xml?rev=1178743&r1=1178742&r2=1178743&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-java-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-java-common.xml Tue Oct 4 09:49:28 2011
@@ -236,7 +236,9 @@
</tstamp>
<ivy:makepom ivyfile="${basedir}/ivy.xml"
templatefile="${basedir}/pom-template.xml"
- pomfile="${dist.dir}/${ant.project.name}.pom"/>
+ pomfile="${dist.dir}/${ant.project.name}.pom">
+ <mapping conf="deploy" scope="compile"/>
+ </ivy:makepom>
<ivy:publish resolver="apache-snapshot"
pubrevision="${version}"
@@ -264,7 +266,10 @@
</tstamp>
<ivy:makepom ivyfile="${basedir}/ivy.xml"
templatefile="${basedir}/pom-template.xml"
- pomfile="${dist.dir}/${ant.project.name}.pom"/>
+ pomfile="${dist.dir}/${ant.project.name}.pom">
+ <mapping conf="deploy" scope="compile"/>
+ </ivy:makepom>
+
<ivy:publish resolver="local"
pubrevision="${version}"
forcedeliver="true"