[ http://jira.codehaus.org/browse/MPIDEA-37?page=comments#action_46718 ] 

Geoffrey commented on MPIDEA-37:
--------------------------------

It does this already, but not as source directories, but as library directories 
(else you also need to specify each property extension in idea)

However there is a bug in m1.1-b2, this is the solution:


            <resource>
                <directory>${basedir}/src/resources</directory>
                <targetPath></targetPath><!-- It should be '' instead of null 
for the idea 1.6 plugin in m1.1-b2 -->
            </resource>

> Add resources dirs as source directories
> ----------------------------------------
>
>          Key: MPIDEA-37
>          URL: http://jira.codehaus.org/browse/MPIDEA-37
>      Project: maven-idea-plugin
>         Type: Improvement
>     Reporter: Eirik Maus

>
>
> We use spring for configuration of the modules in a large project. The spring 
> xml files of the respective modules are of course in the resources / test 
> resources directories as specified in the maven POM.  With the current IDEA 
> plugin we have to map these directories as source manually each time we 
> regenerate the idea project file from the POMs (at least once a day). The 
> Idea plugin should set up this by default. 

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