Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Version range in tycho-surefire-plugin configuration dependency

Hi,

I need some extra dependencies for testing. The version tag is mandatory. I would like use the latest available version in the target platform. Maven supports this by using LATEST or RELEASE specifiers. This doesn't work for tycho-surefire-plugin. However it supports ranges in the form of [2.1.4,3.0.0). This works fine. Is there any better way like an open-ended range? The dependency resolution is always isolated to the target platform explicitly in this case?

Thanks!

Regards,
Balazs

Back to the top