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

    Reporter: Geoffrey De Smet
     Fix For: 2.0


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