Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
If you are heading that way, wouldn't you need then to test all possible combinations of library versions. Otherwise, this idea doesn't make sense. – Dmitry Beransky Nov 12 '11 at 1:41
I don't think so, but it couldn't hurt. – Craig P. Motlin Nov 22 '11 at 17:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.