Optimize build
The goal is that a subsequent maven build will not touch the jars at all. In order to achieve that, the manifest is build in a separate directory and moved (with filtering) into the target/classes folder.
This should be update to maven-compiler-plugin 3.10.0 which should be released soon.
This redefines bnd plugin, latest updates was to 6.2.0 but you added 6.1.0?
This redefines bnd plugin, latest updates was to 6.2.0 but you added 6.1.0?
This redefines bnd plugin, latest updates was to 6.2.0 but you added 6.1.0?
The upgrade to 6.2.0 was done 2 days ago, while my upgrade to 6.1.0 was 2 months ago. Anyway, I have some pending changes for this PR, but this will depend on https://github.com/apache/maven-plugin-tools/pull/67 and https://github.com/codehaus-plexus/plexus-utils/pull/184. I'll have another look at this last PR to investigate the failing test.
This redefines bnd plugin, latest updates was to 6.2.0 but you added 6.1.0?
The upgrade to 6.2.0 was done 2 days ago, while my upgrade to 6.1.0 was 2 months ago. Anyway, I have some pending changes for this PR, but this will depend on apache/maven-plugin-tools#67 and codehaus-plexus/plexus-utils#184. I'll have another look at this last PR to investigate the failing test.
So @cstamas feel free to review https://github.com/codehaus-plexus/plexus-utils/pull/184 which I've just fixed !