Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For bnd 4.3.0 release notes, see: https://github.com/bndtools/bnd/wiki/Changes-in-4.3.0 Also note: The Bnd Maven plugins are now marked thread safe and can be used with -T. It seems to work well so far as long as the features are build after the bundles so I've added the bundles BOM as dependency to the features POM. We still need to make SAT thread safe (openhab/static-code-analysis#200). When disabling SAT you can build using one thread per processor core by executing: mvn clean install -DskipChecks -T 1C This significantly speeds up Maven builds and puts all your processor cores to good use. :-) Signed-off-by: Wouter Born <github@maindrain.net>
- Loading branch information