Re: Using --ignore in Maven packaging

2020-06-06 Thread Olek Wojnar
Hi Emmanuel, On Sat, Jun 6, 2020 at 2:25 PM Emmanuel Bourg wrote: > > The --ignore option in the .poms files means the module won't be built. > maven.ignoreRules specifies the dependencies that are ignored. It's two > different things. > > If you have a multi module project with a test module th

Re: libjinput-jni , outdated informations and wrong lib name !?

2020-06-06 Thread Emmanuel Bourg
Hi Bernd, Le 31/05/2020 à 22:24, Bernd Schatz a écrit : > The libjinput-jni contains > /usr/lib/jni/libjinput.so > but java is expecting it as jinput-linux64.so (on a x86_64 system). The code is patched to load the library from /usr/lib/jni/libjinput.so, see: https://salsa.debian.org/java-team/

Re: Using --ignore in Maven packaging

2020-06-06 Thread Emmanuel Bourg
Hi Olek, Le 03/06/2020 à 19:10, Olek Wojnar a écrit : > I have now tried using the "--ignore" parameter a few times in the > d/package_name.poms file for Maven packages. What seems to happen is > that packages I have listed in d/maven.ignoreRules produce errors > because they cannot be found for