Every time I run mvn install, I get a file called 'test-database.xml' created in the current directory. Usually current/struts/action, assuming I'm installing from the top.
$ grep -r "test-database" . ./mailreader-dao/src/test/org/apache/struts/apps/mailreader/dao/impl/memory/Memo ryUserDatabaseTest.java: protected String defaultPathName = "test-database.xml"; This file is causing a problem with the 'mvn release:prepare' goal, which sees that file as a local modification and refuses to continue with the release process. If someone has time to take a look at this, I'd appreciate it. Thanks, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]