[ http://jira.codehaus.org/browse/MPIDEA-12?page=all ]
Brett Porter closed MPIDEA-12:
------------------------------
Fix Version: 1.6
Resolution: Fixed
Assign To: Brett Porter
applied, thanks
> exclude build output directory in module
> ----------------------------------------
>
> Key: MPIDEA-12
> URL: http://jira.codehaus.org/browse/MPIDEA-12
> Project: maven-idea-plugin
> Type: Improvement
> Reporter: Matthew McGowan
> Assignee: Brett Porter
> Priority: Minor
> Fix For: 1.6
> Attachments: diff.txt, diff.txt
>
>
> 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.
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]