The following comment has been added to this issue:
Author: dion gillard
Created: Thu, 1 Apr 2004 9:46 PM
Body:
Brett/Vincent,
if you like I can do this one, as I've been making changes to the war plugin lately.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPWAR-24&page=comments#action_18083
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPWAR-24
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPWAR-24
Summary: war:init invokes java:compile twice
Type: Bug
Status: Open
Priority: Minor
Original Estimate: 1 day
Time Spent: Unknown
Remaining: 1 day
Project: maven-war-plugin
Assignee: Jason van Zyl
Reporter: Sri Sankaran
Created: Thu, 1 Apr 2004 9:38 PM
Updated: Thu, 1 Apr 2004 9:46 PM
Environment: All
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.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]