The following issue has been updated:
Updater: Matthew McGowan (mailto:[EMAIL PROTECTED])
Date: Thu, 30 Sep 2004 9:53 AM
Changes:
Attachment changed to diff.txt
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/browse/MPIDEA-12?page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPIDEA-12
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPIDEA-12
Summary: exclude build output directory in module
Type: Improvement
Status: Open
Priority: Minor
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-idea-plugin
Assignee: Brett Porter
Reporter: Matthew McGowan
Created: Thu, 30 Sep 2004 9:52 AM
Updated: Thu, 30 Sep 2004 9:53 AM
Description:
The build directory is not excluded from the module, which can cause difficulties:
- in large projects, IDEA spends time indexing and re-indexing the output files after
running maven has been run externally.
- searching for classes and resources produces duplicates (the version in the source
dir and the version in target dir.)
A solution is to add a property 'maven.idea.target.exclude' that when set to true
excludes the target directory from the module, using an <excludeDir/> directive in the
module file.
The attached patch implements this.
---------------------------------------------------------------------
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]