Re: Bug in maven-site-plugin

2006-02-02 Thread Carlos Sanchez
That's intended. Two projects can't be deployed to the same url! how would they? On 2/2/06, Michael Böckling <[EMAIL PROTECTED]> wrote: > Hi, > > this behaviour seems strange to me: I define the site URL in a parent > POM, and for every level I go down in the inheritance hierarchy, each > pom adds

Bug in maven-site-plugin

2006-02-02 Thread Michael Böckling
Hi, this behaviour seems strange to me: I define the site URL in a parent POM, and for every level I go down in the inheritance hierarchy, each pom adds its artifact-id to the site URL. IMHO, the URL should be used exactly as specified, nothing should be appended to it. I can define my own nam