[ http://jira.codehaus.org/browse/MIDEA-40?page=comments#action_72563 ] 
            
Geoffrey De Smet commented on MIDEA-40:
---------------------------------------

It's fixed in 2.0 as
module A : JAR module output and copy file to: /WEB-INF/lib/jarname.jar
This is probably indeed the best way in most cases.

Can be closed, although having a property to switch to the first way would be 
nice.

> war module-dependencies are jarred and copied to /WEB-INF/classes
> -----------------------------------------------------------------
>
>                 Key: MIDEA-40
>                 URL: http://jira.codehaus.org/browse/MIDEA-40
>             Project: Maven 2.x Idea Plugin
>          Issue Type: Bug
>            Reporter: Geoffrey De Smet
>
> A mulitproject with a jar module A and a war module B, where B depends on A, 
> will be configured so that:
> In web module settings, under "Modules and libraries to package":
> module A : JAR module output and copy file to: /WEB-INF/classes
> This should either be
> module A : copy module output to: /WEB-INF/classes
> or
> module A : JAR module output and copy file to: /WEB-INF/lib/jarname.jar
> Both should be supported a believe, as the second one mimics maven and the 
> real way of doing it, but the first one is a lot faster

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