Maybe I’m the wrong one to ask. I don’t actually build an update site for my product. We just use Tycho to build an RCP and then create installs for the materialized product. :) We’ve just had similar problems with finding dependencies when assembling
our product when we used to build the product in multiple passes. Moving everything to be driven by a single “aggregate” pom.xml solved all of those problems.
---Tom
I am running mvn clean verify from the root of my project, so it goes through and builds all of my bundles, then my features, and then tries to build the update site. Is that a single reactor or are those each a separate reactor?
To install them, is that something I add to my pom.xml or an argument I need to give at the command line? If I install bundles and features during one build, will those be wiped away for subsequent builds? What I mean is if I build and install my bundles
and features so maven can get them, then make some code changes and rerun the build, will the new build rebuild the bundle with the changed code and use it up the chain?
Thanks for your help!
Ken