Yes - if you run a 'mvn -Dassemble install' the update site ends up in a zip file in assembly/target. I'm about to update the feature to include your plugins too.
I've also done a load of work on the server plugin side of things, and it'll now cleanly start and shutdown a server regardless of whether its version string is openejb-3.0-SNAPSHOT or openejb-3.0-beta-2 etc etc. I just need to tidy up and test publishing modules to it. I'm hoping to get a couple of patches in Jira this weekend. Cheers Jon On Sat, Mar 29, 2008 at 3:06 PM, Daniel S. Haischt < [EMAIL PROTECTED]> wrote: > Jon, > > have you had time to figure out how to integrate the Eclipse update > site project into the main Maven build process? > > If not we may 'steal' from the Apache UIMA project: > > > http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-eclipse-update-site/build.xml?revision=635363&view=markup > > Jonathan Gallimore wrote: > > Ah right, thanks for letting me know. I was getting some strange error > > about not being able to find a jar inside the update site zip. I'll > > investigate further a little later on. > > > > Jon > > > > Daniel S. Haischt wrote: > >> Btw, I didn't look into integrating the generation of the update > >> site into Maven. basically the plugins and features need to be > >> copied to the update site folder I guess while doing a Maven > >> build. > >> > >> So for now one has to open the site.xml file of the update site > >> project right within Eclipse to generate the contents of the > >> update site. > >> > >> Jonathan Gallimore wrote: > >>> It looks like the .properties files are being included in the jars > >>> correctly now. I haven't managed to install the feature from the > >>> resulting update site, but give it a go this evening. > >>> > >>> Jon > >>> > >>> > >>> Daniel S. Haischt wrote: > >>>> okay that did the trick. Thanx for pointing this out. > >>>> I did checkin the changes. Could you verify that it is > >>>> working? > > > >
