I'm using Tycho with Maven to create an eclipse plugin. Inspecting the plugin's manifest file creates a tyco pom.xml file for the meyev now both the manifest file and pom file is a plugin version and should be manually placed in sync. That's because I have optimized some of the generated POM file and every time I change the version in the manifest, I can not overwrite it.
My question is here, is there a way to automatically sync these versions using Tycho?
It looks like you typo-version-plugin (typo here 0.14 .0):
mvn -Dtycho.mode = maven org.eclipse.tycho: tycho-versions-plugin: set-version -DnewVersion = NEW_VERSION-SNAPSHOT
< / P>
This update includes POMs, MANIFESTs and feature.xml
Comments
Post a Comment