Ahh, I see... I don't use spring so I don't have to replace anything :)

-Brill 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of James Carman
Sent: Monday, June 02, 2008 9:01 AM
To: users@wicket.apache.org
Subject: Re: maven deployment..?

The filtering replaces the maven properties in your "templates".  Take a
look at:

http://svn.carmanconsulting.com/public/wicket-advanced/trunk/src/main/resour
ces/META-INF/beans.xml

That's my spring configuration file.  All of the database settings, the
Wicket configurationType, etc. are all replaced by maven properties when
they are copied.

On Mon, Jun 2, 2008 at 8:56 AM, Brill Pappin <[EMAIL PROTECTED]> wrote:
> Why do you need the filtering?
>
>
> - Brill
>
> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of James Carman
> Sent: Monday, June 02, 2008 8:14 AM
> To: users@wicket.apache.org
> Subject: Re: maven deployment..?
>
> On Mon, Jun 2, 2008 at 7:55 AM, Nino Saturnino Martinez Vazquez Wael 
> <[EMAIL PROTECTED]> wrote:
>> it seems it's just not enough adding the stuff to the profiles, do 
>> you use the maven properties plugin aswell? or?
>
> Just adding the properties/profiles won't quite get it done.  You need 
> to turn on resource filtering in maven:
>
> <resources>
>  <resource>
>    <directory>src/main/resources</directory>
>    <includes>
>      <include>**/*.xml</include>
>      <include>**/*.properties</include>
>    </includes>
>    <filtering>true</filtering>
>  </resource>
> </resources>
>
> ---------------------------------------------------------------------
> 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]
>
>

---------------------------------------------------------------------
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