I have build the below MANIFEST first project using maven3 with tycho: http://mattiasholmqvist.se/2010/06/building-with-tycho-part-3-testing-code-coverage-and-easier-development-using-target-definitions/
But I am trying to figure out what the best practices of the deploy goal should do for this kind of project. Obviously it should be set to deploy the bundles to a bundle repository like the nexus pro repository. But what about the update site/features and target definition? I don't think it makes sense to put those in a p2 repository (since the update site is a p2 repository on its own). Currently I manually copy the update site to tomcat server. A nice part of the deploy goal could be to push this site to the server automatically. Any suggestion on how to deploy a project (like the one at the above link) which consists of: parent ->bundle ->feature ->target definition ->update site ? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
