OpenLiberty / ci.maven

Maven plugins for managing Liberty profile servers #devops
Apache License 2.0
126 stars 90 forks source link

Enhance multi-module conflict check for dev mode #1800

Closed awisniew90 closed 6 months ago

awisniew90 commented 7 months ago

With this change we are:

  1. Determining the upstream and final downstream projects that are relevant to dev mode.
  2. Skipping final downstream projects that are jar projects
  3. Honoring the "skip" configuration in the plugin to apply to sub-modules.