For example:
so there should be
<groupId>xuggle</groupId>
<artifactId>xuggle-xuggler</artifactId>
<packaging>jar</packaging>
<version>1.18.142</version>
but there is:
<groupId>xuggle</groupId>
<artifactId>xuggler</artifactId>
<packaging>jar</packaging>
<version>working@ubuntu</version>
This is happening because we're generating the POM file from the ivy.xml in
the build tree, not the published ivy file. Also the published ivy module
names are wrong.
Original issue reported on code.google.com by art.cla...@gmail.com on 31 Mar 2009 at 4:51
Original issue reported on code.google.com by
art.cla...@gmail.com
on 31 Mar 2009 at 4:51