[ 
http://jira.codehaus.org/browse/MIDEA-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103150
 ] 

Fabio Kung commented on MIDEA-101:
----------------------------------

Thanks for the feedback.

You already did it on AbstractIdeaMojo.getPluginSetting(). I will submit a 
patch soon.

> mvn idea:idea ignores the custom webResources configuration from war-plugin
> ---------------------------------------------------------------------------
>
>                 Key: MIDEA-101
>                 URL: http://jira.codehaus.org/browse/MIDEA-101
>             Project: Maven 2.x IDEA Plugin
>          Issue Type: Improvement
>            Reporter: Fabio Kung
>
> The plugin must generate the web module resources from custom war-plugin 
> webResources:
>  
>         <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-war-plugin</artifactId>
>           <configuration>
>             <webResources>
>               <resource>
>                 <directory>${basedir}/resources</directory>
>               </resource>
>             </webResources>
>           </configuration>
>         </plugin>
> The generated web module should have two web resources: resources/ and 
> src/main/webapp/

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

        

Reply via email to