[ http://jira.codehaus.org/browse/MNG-1674?page=comments#action_51951 ] 

Brett Porter commented on MNG-1674:
-----------------------------------

I think there is an open issue to do this WRT mock classes and maybe actually 
creating a mock source directory.

Other than that, I think adding features like this is a slippery slope. A lot 
of Maven's features work and are simple because of the 1 source directory, 1 
artifact rule. Anything that starts to product multiple artifacts with a subset 
of a source directory might not integrate well with other features.

> configure test-jar to include only special classes of the test source
> ---------------------------------------------------------------------
>
>          Key: MNG-1674
>          URL: http://jira.codehaus.org/browse/MNG-1674
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-jar-plugin
>     Reporter: Joerg Schaible
>     Priority: Minor

>
>
> The test-jar currently contains all test classes, but often you just want to 
> share only some parts of it, e.g. a specialized abstract TestCase or a test 
> toolkit or some mock classes, but not the complete unit test for an 
> asrtifact. The plugin configuration shoulds contain a section with an 
> includes/excludes pattern set.

-- 
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