On Sat, Feb 23, 2008 at 3:42 PM, Dan Fabulich <[EMAIL PROTECTED]> wrote: > Wendy Smoak wrote: > > > mvn deploy site:stage-deploy > > I still can't get that to work. I was never able to use it for Surefire > 2.4.2, even though "mvn site-deploy" worked just fine; it kept prompting > me for a password.
This only applies to plugins which use the maven-plugins parent or which have similar configuration in their own poms. I added the maven-site-plugin config in both of the Surefire plugins' poms and staged the sites (will take ~1 hour to sync): * http://maven.apache.org/plugins/maven-surefire-plugin-2.5-SNAPSHOT * http://maven.apache.org/plugins/maven-surefire-report-plugin-2.5-SNAPSHOT Staging the plugin sites worked, but I wasn't successful trying to stage the multi-module Surefire site. With a siteStagingURL in the parent, it deployed all the modules on top of one another to that single url. Without it, they go to /staging under each module, so they're not connected. (Prompting for a password would indicate server and repository ids not matching up somewhere... it works for me.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
