Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • a maven4 plugin (uses NEW Maven4 API!) just to show what plugin sees (it merely dumps out flags), example output: https://gist.github.com/cstamas/2831be5e56e330e14f29934867a16dd3
  • a modular project api, impl and far (api=slf4j-api, impl=slf4j-simple sources), where fat produces a "squashed module" out of api and impl, so 3 artifacts are being built w/ new "module" packaging
  • a modular consumer project that showcases consumption of these

...