Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] The maven-release-plugin fails by release:prepare

When you configure <preparationGoals>tycho-versions:set-version</preparationGoals> on the maven-release-plugin, does the release-plugin provide a parameter with the new version to be set?

 

If it does, maybe the tycho-versions-plugin is just expecting a different parameter to be set?

 

Regards

Tobias

 

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of "Ilyes-Veisz, Gergö Gabor"
Sent: Dienstag, 8. Juli 2014 11:51
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] The maven-release-plugin fails by release:prepare

 

Hi!

 

We have some problems using the maven-release-plugin to make a release from our Eclipse 4 RCP project.

 

To sync versions in the project's configuration files (pom.xml, MANIFEST.MF, …) was our idea to call the tycho-versions:set-version goal of the tycho-versions-plugin as preparation goal from the maven-release-plugin. But when we call release:prepare on the project it fails with the following error:

 

[INFO] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-versions-plugin:0.20.0:set-version (default-cli) on project judok.designer: The parameters 'newVersion' for goal org.eclipse.tycho:tycho-versions-plugin:0.20.0:set-version are missing or invalid -> [Help 1]

 

Is it possible to make a release on this way?

 

Our SVN repository layout is as follows:

 

trunk

|- judok.desginer

|- judok.designer.core

|- judok.designer.installer

|- judok.designer.product

 

POMs of the project see as attachments.

 

mit freundlichen Grüßen / best regards / cordiales saludos / meilleures salutations

 

Gabor Ilyes-Veisz

 


Back to the top