Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] tycho-versions set-version always skips child projects

Hi all,

Per the documentation,
I think I should be able to call tycho-versions on a parent project to set versions on child projects, as it's described to execute as an aggregator plugin.

I'm calling like so:
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.0.0.20131205222700

This works on a single project but the other child projects are marked as SKIPPED.

Note that my parent project includes the child projects via the <modules> block; the child projects have a totally different project set as parent.
I have experimented with setting my parent project as the parent in the child project and the child projects are still skipped.

I'm using tycho version 0.19 as for some reason I could not resolve version 0.20 even when trying to include the correct plugin repository.

Any suggestions?

thanks
Tamar

Back to the top