Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] maven prepare on Tycho

Hello,

I'm trying to release a updatesite which contains a feature and a plugin.

My pom.xml are all at 0.0.6-SNAPSHOT. Feature.xml and manifest.mf are at 0.0.6.qualifier.

I can "clean install" without any problem. But when I try to "release", the process change the pom version to 0.0.6 and stop because the feature.xml/Manifest.mf stay on 0.0.6.qualifier.
How to warn maven to change also the manifest.mf/feature.xml  ?

Thanks in advance.

Vincent

Back to the top