Matthew Adams created MCOMPILER-215:
---------------------------------------

             Summary: Add config parameter "skipTest", deprecate "skip"
                 Key: MCOMPILER-215
                 URL: https://jira.codehaus.org/browse/MCOMPILER-215
             Project: Maven Compiler Plugin
          Issue Type: Improvement
            Reporter: Matthew Adams
            Priority: Minor


Currently, the name of the config parameter to skip test compilation is "skip".

Issue MCOMPILER-132 provided the config parameter "skipMain" to skip main 
compilation.  For symmetry and the principle of least surprise, the parameter 
"skip" should be deprecated and a new parameter, "skipTest", should be added, 
which would behave exactly as "skip" does today.  Parameter "skip" should be 
supported indefinitely; a warning might be nice, directing the developer to the 
new "skipTest" config parameter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to