> if you look at both of the profiles except for id and surefire report 
> directory
> everything else are same, is there mandatory requirement for maven to uniquely
> identify a profile or else it will silently ignore the profile?, my 
> setting.xml does

The surefire plugin does not accept multiple values for the report
directory. Thus, one profile is writing over the other when it comes
to that param value.

This makes perfect sense. This is like trying to use 2 profiles for
the compiler plugin -- one that sets source to 1.5, another that sets
it to 1.6 -- clearly one has to overwrite the other.

What are you really trying to do here? Or is this just
"experimentation" and time wasting?

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to