2.2.1. After not releasing a particular project of mine for a while, I found that release:perform failed today. After some sleuthing, I discover that the problem is that running
mvn deploy site-deploy in one module of this project results in stopping dead before even running compile. No failure, it just doesn't finish the lifecycle, and then the next subproject fails because this one didn't deliver it's result. Leaving out the site-deploy fixes the problem. I'll do more investigating tomorrow, but I wonder if this has some familiarity to someone? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
