thanks for the feed back. I always know you are always around :-) -D
On Fri, Dec 5, 2008 at 8:07 AM, Benjamin Bentmann <[EMAIL PROTECTED]> wrote: > Hi Dan, > >> Revision >> 8229 <http://fisheye.codehaus.org/changelog/mojo/?cs=8229> >> Author >> dantran >> Date >> 2008-12-05 01:04:05 -0600 (Fri, 05 Dec 2008) >> >> >> Log Message >> >> port over scp upload from stage plugin >> >> >> + File zipFile; >> + zipFile = File.createTempFile( "wagon", ".zip" ); >> + zipFile.deleteOnExit(); > > Please consider to explicitly delete the temp file when the mojo is done > with it. Relying on JVM shutdown hooks like deleteOnExit() isn't very > embedder-friendly, e.g. when Maven runs third of the day in the IDE. > > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
