Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.7
-
Fix Version/s: 2.2.0
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Number of attachments :
Description
Currently, it's impossible to configure the two default maven-compiler-plugin mojos in the jar lifecycle (:compile and :test-compile) separately without the configuration for one affecting both. This is because they are both executed in the same (default) execution. We should be assigning these to different execution id's, to allow separate configuration.
Issue Links
- relates to
-
MCOMPILER-15
ability to have different test compilation parameters to general compilation parameters
-
-
MNG-3401
Plugin parameters must be specified outside an execution block when they are invoked from the command line
-
-
MNG-4919
Plugin execution contributed by lifecycle mapping gets lost when same goal is bound multiple times
-