I am using Damage Control on my project to run automated builds. As part of the automated build, I want to deploy a snapshot jar and build the site. DC is therefore executing "maven clean jar:deploy-snapshot site". Unfortunately, this causes the unit tests to execute twice, once for jar:deploy and once for site. Is this the expected behavior?
-- Craig McDaniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]