Hi list,

It seems that a profile marked "activeByDefault" is never active...
Is that a bug or have I missed something?

I haved defined a profile in a POM that is active by default, e.g:

<profiles>
  <profile>
    <id>some-profile</id>
    <activation>
      <activeByDefault>true</activeByDefault>
    </activation>
    ...
  </profile>
</profiles>

"mvn install" does not take the profile into account
"mvn -Psome-profile install" takes the profile into account

Is there something else to do in order to activate a profile
by default?

Thanks,

--
Julien

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

Reply via email to