Well, the "test" and "prod" profiles do have that property set to
"deployment".  The default properties just sets it to development.

On Fri, May 30, 2008 at 2:38 PM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
> Great:) Looks like we do a lot of stuff the same way:)
>
> So you just need to add this to your profile?:
>                       <properties>
>
>               <wicket.configuration>deployment</wicket.configuration>
>           </properties>
>
>
>
> James Carman wrote:
>>
>> You don't need different web.xml files.  You can use maven's filtering
>> capability to filter your web.xml file (actually I filter my spring
>> config files since I set up my application in a spring context).  Take
>> a look at my wicket-advanced example code for inspiration:
>>
>> http://svn.carmanconsulting.com/public/wicket-advanced/trunk
>>
>>
>>
>> On Fri, May 30, 2008 at 10:43 AM, Nino Saturnino Martinez Vazquez Wael
>> <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> Hi
>>>
>>> I use cargo, to deploy to tomcat and I would really like to automatically
>>> deploy wicket in deploy and not development. So what do you guys do..?
>>> Have
>>> different profiles that include different web.xml or?
>>>
>>> --
>>> -Wicket for love
>>>
>>> Nino Martinez Wael
>>> Java Specialist @ Jayway DK
>>> http://www.jayway.dk
>>> +45 2936 7684
>>>
>>>
>>> ---------------------------------------------------------------------
>>> 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]
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> ---------------------------------------------------------------------
> 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