"James Strachan" <[EMAIL PROTECTED]> wrote on 07/01/2003 04:26:04 PM:
> Incidentally I was wondering about having a small common file included by > each maven.xml, then we could share common build goals across each tag > library. e.g. we could leave in the resource copying instructions, in a > shared maven.xml (maybe even conditionally based on the Maven version). Then > each maven.xml for each taglib could look like... > > <project default="java:jar" xmlns:j="jelly:core"> > <j:include uri="../sharedMaven.xml"/> > </project> That'd work fine. But it sounds awfully like a maven plugin :) > I've been meaning to introduce the same thing in Maven's plugin build to > avoid cut-n-paste of common goals across plugins. In the last few days, Jason's added a script to the reactor tags attributes in Maven, and I did a 'plugin' plugin last week, which should make the goals available across other projects. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>