Customize classpath when running tests
--------------------------------------

         Key: MPTEST-57
         URL: http://jira.codehaus.org/browse/MPTEST-57
     Project: maven-test-plugin
        Type: Improvement
    Versions: 1.7    
 Reporter: Henning Schmiedehausen
 Attachments: classpath.patch

For some test scenarios (e.g. loading custom elements from the class path), it 
would be very convenient if one could manipulate the class path used to run the 
unit tests.

The attached patch allows a maven user to add a property

maven.test.classpath = foo.jar:bar.jar:baz.jar

to the project.properties and then the jar will be on the class path when the 
tests are run. This patch would help the Velocity project tremendously in 
running its unit tests, so please consider it for inclusion.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to