Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.2
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
when we stopped doing per goal compilation because of its verbosity, we decided anything that had a different meaning in different mojos within a plugin would need a different parameter name. The compiler plugin slipped through this - specifically the compilation parameters for tests.
What we probably want is to be able to specify the test parameters separately, defaulting to the normal compilation parameters, and then the general defaults.
I think this should depend on us first splitting the compilation parameters into a separate component however so that they can be different depending on whether it is a java compiler, c# compiler, etc.
Issue Links
- depends upon
-
MCOMPILER-16
ability to separate compilation parameters for different compilers / create a compilation configuration object
-
- duplicates
-
MCOMPILER-83
add separate configuration for test compiler
-
- is related to
-
MNG-3203
maven should execute compiler:compile and :test-compile in separate executions, to allow separate configuration
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Link | This issue depends upon MNG-1566 [ MNG-1566 ] |
| Project | Maven 2 [ 10500 ] | Maven 2.x Compiler Plugin [ 11130 ] |
| Key | MNG-1565 |
|
| Component/s | maven-compiler-plugin [ 11806 ] | |
| Workflow | Maven [ 42054 ] | jira [ 44068 ] |
| Type | Improvement [ 4 ] | Bug [ 1 ] |
| Workflow | jira [ 44068 ] | Maven [ 44706 ] |
| Fix Version/s | 2.1 [ 12304 ] |
| Workflow | Maven [ 44706 ] | Maven New [ 51778 ] |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
| Link |
This issue duplicates |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Resolution | Fixed [ 1 ] |
| Assignee | Oleg Gusakov [ olle ] | |
| Fix Version/s | 2.1 [ 12304 ] |
| Affects Version/s | 2.0.2 [ 12484 ] |
| Resolution | Duplicate [ 3 ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
I have added this capability in
MCOMPILER-83