Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Mapping Version Range including beta?

I am not sure I understand the problem.

m2e uses Maven version range syntax and I believe both "[1.0-beta-4,)"
and "[1.0-beta4,)" ranges are expected to work [1].

If the target plugin uses versioning scheme incompatible with Maven
version range syntax, then you'd need to define separate
<pluginExecution> for each known version of the plugin.

[1] http://maven.apache.org/plugins/maven-enforcer-plugin/rules/versionRanges.html

--
Regards,
Igor

On 11-11-30 11:01 PM, Pino Silvaggio wrote:
How would you go about this.

Suppose there is only 2 versions of a plugin: 1.0-beta-4 and 1.0-beta-5

I would like to map all version from 1.0-beta-4 and over.

What about if the plugin didn't follow the "guide lines" and
the versions are 1.0-beta4 and 1.0-beta5?

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top