1

What's the best way to test the validity of version-ranges in maven builds? For example, let's say I have a module that depends on slf4j versions [1.5.0,1.7.0). I think that the only way to be confident that the range is correct is to build and test against various versions in that range. Is there a way to get maven to attempt to build the module using the earliest and latest version in the range? How about multiple versions? How about ranges for multiple libraries?

Craig P. Motlin
  • 26,452
  • 17
  • 99
  • 126

0 Answers0