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

Emmanuel Bourg ebourg at apache.org
Mon Dec 21 21:30:06 UTC 2015


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:

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.5.1</version>
            </plugin>
        </plugins>
    </build>



More information about the pkg-java-maintainers mailing list