Back in February, I blogged about how to add associate sites to an update site generated w/ the Buckminster or B3 aggregator.
Since we've moved our build infrastructure to use Tycho + Maven, I had to port the script over to work there for our update site aggregation.
Here are the moving pieces:
- pom.xml that builds the site, listing input sites as
<repository>
entries, and a shout-out tobuild.xml
, below, to do extra stuff during theinstall
phase - build.xml ant script called by
pom.xml
, above, to do additional work after the creation of thesite_assembly.zip
update site zip - aggregateSite.jbosstools.properties properties file listing the aggregate sites to add
0 comments:
Post a Comment