Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Use tycho-versions-plugin in conjunction with maven-release-plugin

I can't speak for other projects, but for m2e we declare milestone and
release builds more or less post-factum. We let tycho pick version
qualifier during each build and when we have a build we like we create
corresponding tag in git repository. For release builds, we do the same
but also call set-version to start next development cycle. There are
some aspects of this process that can be automated better, but I don't
believe maven-release-plugin would be of any use for us, even if it
worked seamlessly for tycho projects.

--
Regards,
Igor


On 2014-10-04, 17:30, Stephan Druskat wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear All,

Does anyone have (or know of) a working example of how to use the
tycho-versions-plugin in conjunction with the maven-release-plugin in
order to release an Eclipse RCP application, and automatically sync
the OSGi and POM version numbers in the release:prepare goal?

I'm looking for a solution that allows me to just do "mvn
release:prepare" and "mvn release:perform" without having to manually
set version numbers.

If this isn't possible (yet, I've seen a number of bug reports
around), is there a best practice for releasing an RCP app built with
Tycho? It's a fairly simple project, just a parent POM and a number of
plugins and features.

I'm sorry if this is the umpteenth duplicate of the same request, but
I couldn't find anything useful on the web, probably due to my own
inability to add 2 and 2 together.

Many thanks,
Stephan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJUMGb+AAoJEOa63YqBeAN2ObIIAK7p8YBp7Ntj6Nzz0nN6kbXk
cdKS5gguEpKUCd9NdfIqDRY9Os1gMiOeu+Z+DA3CeL4DRnN5O+7968cQ6vIk9PDA
RfuE9OBxZOH/4AekJVMbF0X+PA+EQQkhfpE81HucCIn/rD8vObPCQMwxpe25lJ3l
Fr60qscNxOGRWGABbwpiaPE0TT/w1NNDeaSkE0rnhrdXX8uL+TTWw21a+sQEABIp
xV/vjmsA3y4FBtIe3tC8nSKHRcRiyW51/74v3M5ubZRarKuEYbZbg9bW0y6AYQTn
t1NS1gjzSmgzjzcqNFv6o+9n90NSWeMboR7hL8WAX22o6TJSAcpkFhjUesV5kGw=
=25UK
-----END PGP SIGNATURE-----
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top