Hi, you could configure the wicket.configuration with JVM properties too, so you can have always enabled the production mode in web.xml, and override it with your dev server JVM property. See the JavaDoc for Application#getConfigurationType.
Regards, Peter 2010-07-19 19:10 keltezéssel, Gustavo Henrique írta: > Hi! > I'm using wicket in development mode but I need to change to deployment mode > when maven is called. How I configure maven to change that mode when it is > to generate war file? > > thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
