After not releasing a particular project of mine for a moment, I found that release:perform failed today. After some sleuthing, I discover that the problem is that running
mvn deploy site-deploy in this project results in stopping dead before even running compile. No failure, it just doesn't finish the lifecycle, and then the Leaving out the site-deploy fixes the problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
