[ http://jira.codehaus.org/browse/MCOMPILER-35?page=all ]

Martin Zeltner updated MCOMPILER-35:
------------------------------------

    Attachment: 
patch-maven-compiler-plugin_never_skip_compiling_test_classes.patch

I've added as suggested a new parameter "neverSkipCompiling". By default it is 
set to false (current behaviour). If it is set to true the test classes will 
always be compiled. Patch is appended.

Cheers,
Martin

> Possibility to skip just the running of tests
> ---------------------------------------------
>
>                 Key: MCOMPILER-35
>                 URL: http://jira.codehaus.org/browse/MCOMPILER-35
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0, 2.0.1
>         Environment: All
>            Reporter: Bugittaa Pahasti
>         Attachments: 
> patch-maven-compiler-plugin_never_skip_compiling_test_classes.patch
>
>
> Currently setting -Dmaven.test.skip=true skips also compiling of the tests. 
> It would be really useful to have a property, which would still compile the 
> tests but skip running of them.
> Currently we need two continuum build definitions to achieve that (install 
> with skip tests and test-compile). It easily causes some confusion for 
> example when both main and test doens't compile, then main is  fixed and a 
> build mail is received saying build succeeded, but test aren't still 
> compiling.

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

        

Reply via email to