Configuring with apache ivy
bshi
bs1984+netty at gmail.com
Mon Apr 5 00:13:01 EDT 2010
Thomas,
As Trustin mentioned, netty uses bundles - the solution is to add an
additional <ivy:retrieve> call like so:
<target name="ivy-retrieve" depends="init,ivy-init">
<ivy:retrieve type="jar" conf="default"
pattern="${lib.dir}/[artifact]-[revision].[ext]"/>
<!-- Netty Maven repo uses "bundle" directory to store jars, so we need
the following to copy it. -->
<ivy:retrieve type="bundle" conf="default"
pattern="${lib.dir}/[artifact]-[revision].[ext]"/>
</target>
--
View this message in context: http://n2.nabble.com/Configuring-with-apache-ivy-tp4790241p4852205.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list