JyotsnaT / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Generated maven .pom files have incorrect embedded version #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r291

Original comment by art.cla...@gmail.com on 31 Mar 2009 at 4:51