filtering src/main/webapp/WEB-INF

2009-10-23 Thread John . C . Cartwright
Hello All, I'm trying to understand why token replacement doesn't take place on files in src/main/webapp/WEB-INF. It works OK on files w/in src/main/resources. Here's the config for maven-war-plugin: org.apache.maven.plugins maven-war-plugin

maven 1.1b2: war maven.war.classes.excludes property

2005-09-14 Thread John C Cartwright
Hello All, I'm trying to exclude test classes from the generated war, but the following doesn't seem to be working - e.g. the file "ArcimsMapserviceTest.class" appears in the generated webapp. maven.properties: maven.war.classes.excludes=**/*Test.class I see (via maven -X) that the scanner

Re: problem with genapp struts-jstl template

2005-07-15 Thread John C Cartwright
Hi Wendy, thanks for the suggestion. Changing to: xdoclet 1.2.3 didn't seem to make any difference. Is this the dependency that you had in mind? -- john Wendy Smoak wrote: From: "John C Cartwright" <[EMAIL PROTECTED]> I'm trying to get st

problem with genapp struts-jstl template

2005-07-15 Thread John C Cartwright
Hello All, I'm trying to get started with maven 1.0.2 and find that when using any of the webapp templates (like struts-jstl), I get a warning on the java:compile goal Tag library requested that is not present: 'maven' in plugin: 'maven-xdoclet-plugin-1.2' Can anyone help me identify the