Hi, I'm using Ivy to manage dependencies in my project.
We recently upgraded to Spring 3.0. For a reason I ignore (and only in the case of Spring 3.0), Ivy retrieves source artifacts even though I specify not to... <dependencies defaultconf="*->*,!sources,!javadoc"> <dependency org="org.springframework" name="org.springframework.beans" rev="3.0.0.RELEASE" transitive="false" /> <dependency org="org.springframework" name="org.springframework.context" rev="3.0.0.RELEASE" transitive="false" /> <dependency org="org.springframework" name="org.springframework.context.support" rev="3.0.0.RELEASE" transitive="false" /> <dependency org="org.springframework" name="org.springframework.core" rev="3.0.0.RELEASE" transitive="false" /> <dependency org="org.springframework" name="org.springframework.expression" rev="3.0.0.RELEASE" transitive="false" /> <dependency org="org.springframework" name="org.springframework.jms" rev="3.0.0.RELEASE" transitive="false" /> <dependency org="org.springframework" name="org.springframework.test" rev="3.0.0.RELEASE" transitive="false" /> <dependency org="org.springframework" name="org.springframework.transaction" rev="3.0.0.RELEASE" transitive="false" /> </dependencies> Can someone help me on this? Thanks. -- View this message in context: http://old.nabble.com/Ivy---Spring-3.0-tp27920447p27920447.html Sent from the ivy-user mailing list archive at Nabble.com.
