On Sun, Aug 16, 2009 at 12:02 PM, Wes Wannemacher<w...@wantii.com> wrote:
> No Martin, my point is that the problem is that one of the steps deployed 
> stuff
> to a place where it shouldn't go. I'm sure that each of the steps works fine,
> but when issuing this command -
>
> mvn release:perform
>
> for the struts-master (or was it struts-parent), it generated a skeletal site
> and pushed it out to the location served by the struts.apache.org domain. I
> have a few theories as to why it did this for me, despite the docs on the
> release process indicating that it is the right thing to do... For instance,
> maybe since I am a bit overzealous about keeping ssh keys in place so that
> scps, etc. happen w/o trouble.

The default goals for release:perform are 'deploy site-deploy'.

http://maven.apache.org/plugins/maven-release-plugin/examples/perform-release.html

I haven't looked at it, but you might consider
 - changing the site url in <distributionManagement> so the parent pom
isn't pointed at the top level site.
 - configuring the goals for the release plugin so it doesn't publish
the site automatically

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to