Re: Plugin snapshots + websites

2008-02-23 Thread Wendy Smoak
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 p

Re: Plugin snapshots + websites

2008-02-23 Thread Dan Fabulich
Wendy Smoak wrote: If you make a change to a plugin that affects the documentation (new parameter, etc.,) you can publish the updated website along with the snapshot jar with: 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

Plugin snapshots + websites

2008-02-23 Thread Wendy Smoak
If you make a change to a plugin that affects the documentation (new parameter, etc.,) you can publish the updated website along with the snapshot jar with: mvn deploy site:stage-deploy (Check that you're using a recent version of the maven-plugins parent which has the site plugin configuratio