The following comment has been added to this issue:
Author: Zhang Yang
Created: Thu, 12 Aug 2004 8:55 PM
Body:
sorry!
maven.war.classes.includes=** ../test-classes/** can not walkaround it.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPWAR-29?page=comments#action_23063
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPWAR-29
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPWAR-29
Summary: in the property "maven.war.classes.includes", Classes are relative to
${maven.build.dir}?
Type: Bug
Status: Open
Priority: Trivial
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-war-plugin
Assignee: Jason van Zyl
Reporter: Zhang Yang
Created: Wed, 11 Aug 2004 10:07 PM
Updated: Thu, 12 Aug 2004 8:55 PM
Description:
I don't know it's a bug or not, or just my misunderstanding, in the Doc for
1.7-SNAPSHOT(current version), in the properties page
http://maven.apache.org/reference/plugins/war/properties.html. here have two
properties (maven.war.classes.includes, maven.war.classes.excludes),the description
*NOTE* the classes relative to ${maven.build.dir}, but after i checked the source
code(plugin.jelly) in the cvs,i find it relatives to the ${maven.build.dest}.
Because sometimes we need put some cacuts test case classes into the WEB-INF/classes,
i think the path relative to the ${maven.build.dir} will be better.
anyway, now i have walkaround it by write down
maven.war.classes.includes=** ../test-classes/**
in the project.properties,not
maven.war.classes.includes=classes/** test-classes/**.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]