Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:N/A
-
Patch Submitted:Yes
-
Number of attachments :
Description
There should be a possibility to add arbritary resources to the classpath while executing the tests. These resources would only be available while executing the tests, so they won't be added in the archive.
i suggest a configuration element
<extendedClasspaths>
<extendedClasspath>some/path</extendedClasspath>
<extendedClasspath>/some/other/path</extendedClasspath>
</extendedClasspaths>
This issue somewhat related to http://jira.codehaus.org/browse/MJAR-13 / ability to exclude/include filtering in archiver/jar-plugin
Attachments
Issue Links
| This issue duplicates: | ||||
| SUREFIRE-117 | ability to add dependency to jvm's classpath rather in surefirebooter classloader |
|
|
|
| SUREFIRE-118 | Cannot override read-only parameter: classpathElements |
|
|
|
| This issue relates to: | ||||
| MJAR-13 | configure test-jar to include only special classes of the test source |
|
|
|
Patch which appends arbritary elements to the surefire classpaths