elasticpath / mvnmin

Builds only changed maven modules, speeding up your multi-module maven project builds.
Apache License 2.0
44 stars 0 forks source link

mvnmin.xml ignore-module should accept a wildcard to reduce repetition #14

Open ivanjensen-ep opened 3 years ago

ivanjensen-ep commented 3 years ago

h2. Background

We temporarily had to ignore a block of modules, and we had to enumerate each one individually.

It would have been better to have a wildcard to ignore them all in one line

<module>com.project.plugins:*</module>