Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.14.1:validate-version

Hello guys,

i am new to the whole Headless RCP Tycho/Maven stuff and i am trying to convert a running eclipse RCP Application into a Maven-Tycho Application, so i can use it with Hudson. I have never done this before, the only experience i had was the tutroial from here: http://www.eclipsecon.org/2012/sessions/building-eclipse-plugins-and-rcp-applications-tycho

Some basic information:

- The Application can be started from within eclipse
- A prdouct file does not exist yet
- Parent POM: http://pastebin.com/6ZvsSFD4

When i run mvn clean install i get the following error:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.14.1:validate-version (default-validate-version) on project de.hswt.openmasp.lib.netcdf: OSGi version 1.0.0 must have .qualifier qualifier for SNAPSHOT builds -> [Help 1]

Plugin POM: http://pastebin.com/fCpy0xK5

If you need more information please feel free to ask.

Kind regards
Tobias



Back to the top