Thanks, yes, I have tried that before sending this email, did not work
either. I "guess" Continuum loads all profiles at once and if duplicate
variables found, it will just pick up the one from the last profile in the
settings.xml.

Thanks.

LJ

On 10/22/06, Adam Hardy <[EMAIL PROTECTED]> wrote:

Try removing the space after -P

-Padmintool

L. J. on 17/10/06 01:11, wrote:
> I have multiple profiles in my settings.xml as below. While I run "clean
> install -P admintool -Dmaven.test.skip" in the Continuum, it does not
pick
> up <cvstag>ADMINTOOL_200609040300</cvstag> but it picks up
> <cvstag>DEV_HEAD_393</cvstag> from profile id r9. I have tried bouncing
the
> server and changiung the profile id. but can get it work. Can someone
help?
> thanks a lot!!
>
> <profiles>
> <profile>
> <id>r7</id>
>        <properties>
>           <cvstag>DEV_HEAD_391</cvstag>
>        </properties>
> </profile>
> <profile>
>    <id>r9</id>
>        <properties>
>           <cvstag>DEV_HEAD_393</cvstag>
>        </properties>
> </profile>
> <profile>
>    <id>admintool</id>
>        <properties>
>           <cvstag>ADMINTOOL_200609040300</cvstag>
>        </properties>
>    </profile>
> </profiles>


Reply via email to