Maarten, Internally maven-test-plugin uses junit's ant task to do the job junitxxxx.properties is generated by ant task. Therefore, i doubt maven can disable this generated file. Normally this file is removed automatically by ant task unless you interrupt it.
-Dan On Wed, 23 Jun 2004 17:03:36 +0200, Maarten Coene <[EMAIL PROTECTED]> wrote: > > Hi, > > everytime I execute my unit tests, maven creates a new file in my > basedir, e.g. "junit458743546.properties". These files never gets > deleted, so if you don't do this manually, after a while the basedir > contains a lot of these files. How can I tell the test-plugin to stop > generating this file, or how can I tell the clean-plugin to delete this > file? > > I'm using maven RC3. > > thanks, > Maarten > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
