Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 1.8
-
Labels:None
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).
Issue Links
- is duplicated by
-
MPTEST-47
It should be possible to add additional elements to the test classpath
-
I'd much rather we add a <category> to the <dependency>