Hi,

If in my pom I have this:

[..]
<profile>
  <id>profile1</id>
  <activation>
    [..make sure this profile is active..]
  </activation>
  <properties>
    <blah>42</blah>
  </properties>
</profile>
<profile>
  <id>profile2</id>
  <activation>
    [..make sure this profile is active..]
  </activation>
  <properties>
    <blah>43</blah>
  </properties>
</profile>
[..]

Can I rely on it that the property "blah" will be 43 in the end? This boils down to the fact whether the evaluation order of profiles is always sequential or whether it can be random...

Thanks,

Kolos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to