Re: Webapp resource filtering

2012-05-03 Thread Marko Asplund
Wayne Fay wrote: >> Is this the correct way to do JSP filtering? > > Looks reasonable to me. What kind of JSP filtering are you doing? I'm just replacing a version number placeholder included in a JSP file. >> This seems to have some side effects with the JRebel plugin starting >> to generate a

Re: Webapp resource filtering

2012-04-23 Thread Wayne Fay
> Is this the correct way to do JSP filtering? Looks reasonable to me. What kind of JSP filtering are you doing? > This seems to have some side effects with the JRebel plugin starting > to generate a different kind of rebel.xml file. > I'm using Maven 3.0. What specifically are you running into?

Webapp resource filtering

2012-04-23 Thread Marko Asplund
Hi, What's the best way to do property value interpolation on JSP file contents in a webapp project? The following pom.xml snippet seems to do the trick: org.apache.maven.plugins maven-war-plugin 2.2 src/main/webapp/WEB-INF/jsp WEB-INF/jsp true ... Is this the correct way to do JSP filter