We have a maven <version> for our incubating project which looks like:
2.3.0.incubating-SNAPSHOT
The dot before incubating is there to make the format fit the Eclipse
syntax of major.minor.micro.qualifier
When eclipse:eclipse updates the MANIFEST.MF, it changes this version to:
2.3.0.incubating.SNAPSHOT
This causes Eclipse 3.3 to complain that the format (which now contains
5 sections, separated by periods) is invalid.
Can I set some configuration parameter to get eclipse:eclipse to not
change the last "-" before SNAPSHOT to a period?
-Marshall Schor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]