You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2007/07/24 12:27:13 UTC

[jira] Commented: (MIDEA-101) mvn idea:idea ignores the custom webResources configuration from war-plugin

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

Dennis Lundberg commented on MIDEA-101:
---------------------------------------

Currently there is no standard way for one plugin to get the configuration of another plugin. When such a mechanism exists this would be a nice feature addition.

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