On Mon, 2003-06-02 at 15:46, Eelco Hillenius wrote: > > To make our lives easier for now (we haven't set up a ssh server yet), we > also wrote two custom targets like this: > > [snip]
> using (in build.properties): > > maven.repo.central.fileserver = E:/ > > where E:/ is a local share to the webserver dir. I was going to tell you that maven can already do that, but having just investigated it'd implemented only for the site plugin. You can set maven.site.deploy.method=fs and it'll copy files into the location specified by the <siteDirectory> element. Shame it hasn't been generalised into the deploy plugin... -Mark. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
