Re: XDOC Plugin Optimization

2005-04-24 Thread M. Sean Gilligan
hing. > >Brent > >- Original Message - >From: "M. Sean Gilligan" <[EMAIL PROTECTED]> >To: dev@maven.apache.org >Subject: XDOC Plugin Optimization >Date: Fri, 22 Apr 2005 07:08:21 -0700 > >> >> I've wanted to speed up the "mave

Re: XDOC Plugin Optimization

2005-04-22 Thread Brent Worden
- Original Message - From: "M. Sean Gilligan" <[EMAIL PROTECTED]> To: dev@maven.apache.org Subject: XDOC Plugin Optimization Date: Fri, 22 Apr 2005 07:08:21 -0700 > > I've wanted to speed up the "maven site" command be eliminating tranforms of > unchanged do

XDOC Plugin Optimization

2005-04-22 Thread M. Sean Gilligan
I've wanted to speed up the "maven site" command be eliminating tranforms of unchanged documents for some time now. I added some code to the XDOC plugin that seems to work: ${outFile} is up to date. DO TRANSFORM AS BEFORE Is there anything wrong with thi