Hi there, I am trying to migrate some projects to maven layout. Now I stumbled across this issue I can't find any information about.
I am developing a webapp project and moved it to maven layout. I am working with maven 3.0.3 and eclipse indigo, m2e wtp plugin. When I run this webapp from within eclipse, everything is fine. But when I build the war and deploy this to our servers I get strange errors. After a while I figured out that maven does package libs which should not be there. There are multiple versions of some libs which actually are resolved once in pom but there are also libs which are not defined at all. I can't figure out how to get maven to make a clean build. Doing "mvn clean package" did not show any effect. The resulting war is always the same. The mailing list show some people with similar problems but I did not find any solution. Does someone know anything about this? -- Timo Heck Deutsche Nationalbibliothek Informationstechnik Adickesallee 1 D-60322 Frankfurt am Main Tel.: +49-69-1525-1792 Fax: +49-69-1525-1799 mailto:[email protected] http://www.dnb.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
