lesfurets / partial-build-plugin

A maven plugin for partially building multi-module projects based on changes in the Git repository.
MIT License
40 stars 13 forks source link

Skip version in output file #34

Closed sconrads closed 6 months ago

sconrads commented 3 years ago

When working with monorepos it might be usefull to get a list over all changed modules, but as all modules in a monorepo use the same version, we can skip that part. This change introduce a parameter thar makes it possible to skip version in the output file.