[
https://issues.apache.org/jira/browse/MCOMPILER-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15636932#comment-15636932
]
A. Di Matteo edited comment on MCOMPILER-284 at 11/4/16 4:49 PM:
-----------------------------------------------------------------
I also confirm this regression, as reported on Stack Overflow
http://stackoverflow.com/q/40427602/5606016
The issue is always reproducible with the simplest pom file switching between
the two plugin versions and trying to use the maven.test.skip option.
Moreover, the issue is also always reproducible by passing the skip
configuration entry directly to the default-testCompile default execution of
the testCompile goal (hence, no maven.test.skip passed from the command line).
was (Author: antdim):
I also confirm this regression, as reported on Stack Overflow
http://stackoverflow.com/q/40427602/5606016
The issue is always reproducible with the simplest pom file switching between
the two plugin versions and trying to use the maven.test.skip option.
Moreover, the issue is also always reproducible by passing the skip
configuration entry directly to the default-testCompile default execution of
the testCompile goal (hence, no maven.test.skip passed from CLI).
> maven.test.skip doesn't skip test compilation
> ---------------------------------------------
>
> Key: MCOMPILER-284
> URL: https://issues.apache.org/jira/browse/MCOMPILER-284
> Project: Maven Compiler Plugin
> Issue Type: Bug
> Affects Versions: 3.6.0
> Reporter: Michael Simacek
>
> setting maven.test.skip property to true doesn't skip compilation of test
> sources (despite printing a log message that says so)
> [INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @
> foo ---
> [INFO] Not compiling test sources
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1008 source files to XXX
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)