Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
The war:init has the following logic
<j:if test="$
{sourcesPresent == 'true'}">
<caller:call goalInterface="compile-java"/>
<attainGoal name="test:test"/>
</j:if>
This results in java:compile being invoked twice. While this by itself may be a minor annoyance it becomes a big issue if you have set up a preGoal for java:compile which does a lot.
Brett/Vincent,
if you like I can do this one, as I've been making changes to the war plugin lately.