Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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

 

Attachment: judok.designer.core_pom.xml
Description: judok.designer.core_pom.xml

Attachment: judok.designer.installer_pom.xml
Description: judok.designer.installer_pom.xml

Attachment: judok.designer.product_pom.xml
Description: judok.designer.product_pom.xml

Attachment: judok.designer_pom.xml
Description: judok.designer_pom.xml


Back to the top