Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
3.8.1
-
None
-
None
Description
Seems that the <parameters>true</parameters> flag just applies properly to the compile goal, but not to the testCompile goal.
Workaround: using the compilerArgs works for both goals compile and testCompile
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
Here on github you can find a working software with the current issue; the tests in master branch fail because of the usage of the <parameter> flag, instead in the branch using-compilerArgs the build is succesful.
Attachments
Issue Links
- duplicates
-
MCOMPILER-413 Parameters does not work when only release is specified
-
- Closed
-