mojohaus / versions

Versions Maven Plugin
https://www.mojohaus.org/versions/versions-maven-plugin/
Apache License 2.0
337 stars 267 forks source link

"Includes" in the set-properties goal does not seem to respect wildcards of the form com.foo.* #1027

Closed BenManifold closed 10 months ago

BenManifold commented 10 months ago

It isn't clear if this is supported from documentation, but CI scripting in one of my projects broke, in such a way that no includes of the form com.foo.* are respected, where we expect that to match to anything like "com.foo.bar". Instead, we have to list every possible groupID of that form, which creates a maintenance problem.

We're using 2.13.0

slawekjaranowski commented 10 months ago

can you try with the latest version - 2.16.2?

BenManifold commented 10 months ago

Was this a fixed issue? Sorry, I couldn't get a list of closed issues to come up.

BenManifold commented 10 months ago

My apologies, please disregard. This was shell variable shenanigans, and not a problem with the plugin.