I was hoping to define a unique profile based on the presence
of two properties on the CLI via -D.

Brad

-----Original Message-----
From: dan tran [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 28, 2006 10:27 AM
To: Maven Users List
Subject: Re: profile <activation> on multiple properties


what is your use case that requires more one properties?

-D


On 6/28/06, Brad Harper <[EMAIL PROTECTED]> wrote:
>
> Does anyone know off-hand if the following will work?
>
>   <activation>
>      <property>
>        <name>BLAH1</name>
>      </property>
>      <property>
>        <name>BLAH2</name>
>      </property>
>   </activation>
>
> I'm guessing it won't, since none of the examples I can find
> use more than a single property name or name/value pair.
>
> Brad
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to