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>

LJ

Reply via email to