How to keep plug-in manifest version and pom version in sync in Maven with Tycho
Posted
by abhin4v
on Stack Overflow
See other posts from Stack Overflow
or by abhin4v
Published on 2010-05-17T11:43:54Z
Indexed on
2010/05/28
6:31 UTC
Read the original article
Hit count: 294
I am using Maven with Tycho to build an eclipse plugin. Tycho generates the pom.xml file for Maven by inspecting the manifest file of the plugin. Now both the manifest file and the pom file have the version of the plugin and they need to be kept in sync manually. This is because I have done some customization in the generated pom file and cannot overwrite it every time I change the version in the manifest.
My question here is, is there a way to keep these versions in sync automatically using Tycho?
© Stack Overflow or respective owner