You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "thierry lach (JIRA)" <ji...@codehaus.org> on 2005/07/28 16:51:59 UTC

[jira] Commented: (MPTEST-16) Test Plugin should support additional classpath entries

    [ http://jira.codehaus.org/browse/MPTEST-16?page=comments#action_43587 ] 

thierry lach commented on MPTEST-16:
------------------------------------

I think it would be more useful to allow dependencies to declare which classpaths they should be used in (default would be in all).  Then the pom would provide the configuration.  

> Test Plugin should support additional classpath entries
> -------------------------------------------------------
>
>          Key: MPTEST-16
>          URL: http://jira.codehaus.org/browse/MPTEST-16
>      Project: maven-test-plugin
>         Type: New Feature
>     Reporter: Steffen Dingel
>     Assignee: Jason van Zyl
>  Attachments: ModifiedTestGoal.txt
>
>
> 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).

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org