try adding a "<id>default</id>" to the <profile>...

On 10/24/05, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> The activeByDefault doesn't work in the settings.xml, but it does in the
> pom:
> <profiles>
>  <profile>
>    <activation>
>     <activeByDefault>true</activeByDefault>
>    </activation>
>   <id>default</id>
>  <repositories>
>    <repository>
>     <id>snaps</id>
>     <url>http://cordella.mht.stchome.com:9999/repository</url>
>     <snapshots>
>     <enabled>true</enabled>
>     </snapshots>
>    <releases>
>     <enabled>false</enabled>
>    </releases>
>    </repository>
>  </repositories>
>  </profile>
> </profiles>
>
>
> In settings.xml, I need to set this:
> <activeProfiles>
> <activeProfile>default</activeProfile>
> </activeProfiles>
>
> before it works. Is this a docs bug or a maven bug?
>
>

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

Reply via email to