Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.0-alpha-3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If I call:
this.project.getBuild().setDirectory(this.cloverOutputDirectory);
in a Mojo before the compiler plugin is executed, the outputDirectory remains the same. I would expect it to depend on the project.build.directory property.
Issue Links
- is related to
-
MNG-542
Allow properties to inherit from other properties
-
the project is not reinitialised between steps, you will need to set the output directory explicitly