Configurable excluded directories for less synchronizing
--------------------------------------------------------

         Key: MIDEA-20
         URL: http://jira.codehaus.org/browse/MIDEA-20
     Project: Maven 2.x Idea Plugin
        Type: Improvement

    Reporter: Geoffrey


When you switch from the maven console to IntelliJ, it synchronizes (most 
people prefer to set it automatically, but it can be set to do it manually).
This synchornizing take up minutes if you 've just build you 're maven site and 
included javadocs,
because IntelliJ indexes every single html file.
If you choose not to synchronized, then you can't edit anythign outside of 
IntelliJ, including images using the gimp, xdoc files using a WYSWYG editor or 
even the intellij configuration files using "mvn idea:idea".

There is a simple solution: exclude the site directory.
But of course there is more then the site that gets generated: everything in 
the target directory.
Maven1 offered the option to exclude the entire target directory.
For most cases this would work perfectly, except for projects using generated 
code in the target directory.
So I believe it should be configurable and a good default should exclude the 
site directory too.

-- 
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]

Reply via email to