I create a parent pom for the organization where I define default values to use for all projects. (parentMaven.pom)
In this parent pom, I declare the base url for scm and site.

If a project declare this pom as parent, all url are corrects (<baseUrl>/project).

From this parent pom, I declare other 2 sub-parent pom for the 2 types of projects we have. (buid1Parent, and build2Parent). So this pom declare parentMaven as parent.

If a project declare the build1Parent as parent, The url are of type: <baseUrl>/build1Parent/<project>. This is not what I expect. Is this a bug or what is the correct way to do it ?

Benoit


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to