Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.7
-
None
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.
Attachments
Attachments
Issue Links
- relates to
-
MCOMPILER-15 ability to have different test compilation parameters to general compilation parameters
- Closed
-
MNG-3401 Plugin parameters must be specified outside an execution block when they are invoked from the command line
- Closed
-
MNG-4919 Plugin execution contributed by lifecycle mapping gets lost when same goal is bound multiple times
- Closed