The following comment has been added to this issue:
Author: dion gillard
Created: Tue, 2 Dec 2003 12:39 AM
Body:
I'd much rather we add a <category> to the <dependency>
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPTEST-16
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPTEST-16
Summary: Test Plugin should support additional classpath entries
Type: New Feature
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-test-plugin
Assignee: Jason van Zyl
Reporter: Steffen Dingel
Created: Mon, 1 Dec 2003 4:45 AM
Updated: Tue, 2 Dec 2003 12:39 AM
Description:
When running tests, it is sometimes required to have JARs in the classpath which are
not required to compile the project or the test classes (for example a JDBC driver
JAR). This should not be in the dependency list in project.xml. Therefore I suggest
adding a propertery "maven.test.addionalPath" to configure such JARs. This can be
easily implemented by adding a line
<pathelement path="${maven.test.additionalPath}"/>
to the classpath in plugin.jelly (line 112 in the RC1 revision).
---------------------------------------------------------------------
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]