Hi Michael,

Regarding logging, each time i run the test, it creates a folder (timestamped) under test/target. Is there a limit to these folders? Does maven have a goal for cleaning up the existing folders. For example, can i do something like telling maven that i just want the last 10 log files, any older ones should be cleaned up. I think that the RollingFileAppender in Log4j is an option where it would create backups of existing log files, but i can still tell log4j to maintain x number of backups.

--
Karan Singh

Reply via email to