You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Geoffrey (JIRA)" <ji...@codehaus.org> on 2005/04/22 09:58:46 UTC

[jira] Commented: (MPIDEA-12) exclude build output directory in module

     [ http://jira.codehaus.org/browse/MPIDEA-12?page=comments#action_37932 ]
     
Geoffrey commented on MPIDEA-12:
--------------------------------

This would be indeed quite handy for larger projects.
Now we have to mark them excluded everytime we do a idea:multiproject

> 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
>     Priority: Minor
>  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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org