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

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: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.2/version configuration webResources resource

Re: Importing Maven projects in Eclipse

2012-03-08 Thread Marko Asplund
Hi Curtis, Thanks for the tip! Installing m2e-egit connector makes the Import Maven projects option available in the Eclipse Git Repository view, as you described. The other method seems to be working as well. thanks. marko Curtis wrote: I use m2e + EGit for all of my projects, and it works

Importing Maven projects in Eclipse

2012-03-07 Thread Marko Asplund
Hi, I'm using Maven 3 and the m2e Eclipse plugin. Normally i import my Maven projects into Eclipse using the Import / Existing Maven projects. There are some cases where this option doesn't seem to be available e.g. (with EGit) so I need an alternative method. Can I use the Maven eclipse:eclipse