is there any maven respository for xuggle?
The one http://xuggle.googlecode.com/svn/trunk/repo/share/java
is broken because there are artifactId conflicts.
for instance
http://xuggle.googlecode.com/svn/trunk/repo/share/java/xuggle/xuggle-xuggler/xuggle-xuggler-1.18.142.pom
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>
Can someone please fix this issue?
Kind regards
Tomasz Zieleniewski