I have a parent pom which has a list of modules in it. One of the modules is a web application which has dependencies on other modules. The web app references a another simple module's resource (xml file), like in this example multi-module project: http://www.sonatype.com/books/mvnex-book/reference/multimodule-sect-simple-parent.html
When i run the web app within eclipse everything works fine. When i build the entire project, and grab the web applications war file, it isn't able to find the dependent resource. Any idea why this is happening? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
