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
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
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
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