Mark Proctor-4 wrote:
> 
> 
> <settings>
>   <profiles>
>     <profile>
>       <id>default</id>
>       <activation>
>         <activeByDefault/>
>       </activation>
>  ...
>     </profile>
>   </profiles>
> </settings>
> 
> 

I've used settings.xml interpolation with success.

I'm curious about what maven thinks is the value for "activateByDefault" in
the above.  Is it true or false?  My hunch is "false".

So, here are two different suggestions:  1) try
"<activateByDefault>true</activateByDefault> or 2) try 'mvn -Pdefault
install'.

Hope this helps,
John

-- 
View this message in context: 
http://www.nabble.com/properties-in-settings.xml-do-not-interpolate-tf3396926s177.html#a9477885
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to