Bug#808691: jboss-xnio: FTBFS: duplicate class: org.xnio._private.Messages_$logger

2015-12-23 Thread Markus Koschany
On Mon, 21 Dec 2015 22:30:06 +0100 Emmanuel Bourg  wrote:
> Le 21/12/2015 21:59, Markus Koschany a écrit :
> 
> > At the moment I don't see a way to fix this in jboss-xnio
> > or undertow though.
> 
> We can workaround this issue by reverting to the compiler plugin 2.5.
> Build depending on libmaven-compiler-plugin-2.5-java and adding the
> following to the pom works for jboss-xnio:
> 
> 
> 
> 
> org.apache.maven.plugins
> maven-compiler-plugin
> 2.5.1
> 
> 
> 
> 

I tried the same workaround for undertow but I haven't had any luck so
far. I added the same snippet to all pom.xml files but the package still
FTBFS. I have pushed the changes to Git master. Any hint is welcome.

Markus



signature.asc
Description: OpenPGP digital signature


Bug#808619: Bug#808691: jboss-xnio: FTBFS: duplicate class: org.xnio._private.Messages_$logger

2015-12-21 Thread Emmanuel Bourg
Le 21/12/2015 21:59, Markus Koschany a écrit :

> At the moment I don't see a way to fix this in jboss-xnio
> or undertow though.

We can workaround this issue by reverting to the compiler plugin 2.5.
Build depending on libmaven-compiler-plugin-2.5-java and adding the
following to the pom works for jboss-xnio:




org.apache.maven.plugins
maven-compiler-plugin
2.5.1