Re: Problem with filtering web resources

2014-04-24 Thread Paul Benedict
OK, I solved this. I've seen others on the web who complained of similar issues -- and the JIRA tickets may be related -- but here's the answer for posterity: The / tags need to be in the of the maven-war-plugin and NOT your . The former is for your web resources; the latter for your normal resou

Re: Problem with filtering web resources

2014-04-24 Thread Paul Benedict
I think my problem is regarding these open issues: http://jira.codehaus.org/browse/MWAR-301 http://jira.codehaus.org/browse/MWAR-305 I did a "debug dump" of my build and noticed that my filters are definitely not being included in the list of available properties. Unless someone else can give ad

Problem with filtering web resources

2014-04-24 Thread Paul Benedict
I am trying to filter my jboss-web.xml but am having problems. For sure, the file is getting processed because ${project.version} is substituted just fine, but any of my custom properties are not. It doesn't seem that the war plugin is paying attention to my list of filters. src/main/filte