Re: OT: Wicket web.xml configuration settings and maven

2008-03-02 Thread Doug Leeper

Thanks all for the input.

I didn't use resource filter but did use maven profiles which worked just
find for our needs.  

Is there any issues with using profiles over resource filter?
-- 
View this message in context: 
http://www.nabble.com/OT%3A-Wicket-web.xml-configuration-settings-and-maven-tp15744999p15793424.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



OT: Wicket web.xml configuration settings and maven

2008-02-28 Thread Doug Leeper

This is slightly off topic but it has todo with our wicket app and utilizing
maven to create the builds.

Maven is new to us and slightly understand the profiling concept in maven
but not sure how to the following...on our production build, we would like
to have the web.xml configuration setting changed from development to
production without checking out and manually modifying before building.

Is there any easy way to do this in maven or do we have have set the java
runtime parameter -Dwicket.configuration=production

Any suggestion or best practice?

TIA,

- Doug


-- 
View this message in context: 
http://www.nabble.com/OT%3A-Wicket-web.xml-configuration-settings-and-maven-tp15744999p15744999.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: OT: Wicket web.xml configuration settings and maven

2008-02-28 Thread Igor Vaynberg
see maven resource filtering

-igor


On Thu, Feb 28, 2008 at 12:15 PM, Doug Leeper [EMAIL PROTECTED] wrote:

  This is slightly off topic but it has todo with our wicket app and utilizing
  maven to create the builds.

  Maven is new to us and slightly understand the profiling concept in maven
  but not sure how to the following...on our production build, we would like
  to have the web.xml configuration setting changed from development to
  production without checking out and manually modifying before building.

  Is there any easy way to do this in maven or do we have have set the java
  runtime parameter -Dwicket.configuration=production

  Any suggestion or best practice?

  TIA,

  - Doug


  --
  View this message in context: 
 http://www.nabble.com/OT%3A-Wicket-web.xml-configuration-settings-and-maven-tp15744999p15744999.html
  Sent from the Wicket - User mailing list archive at Nabble.com.


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