> But when my source code is present, it adds asm-1.5.3.jar, > asm-attrs-1.5.3.jar, cglib-2.1_3.jar,xml-apis-1.0.b2.jar, .. etc .. (as I > said previously, these libraries crashes jboss server instance in staging. > If I take the jar files generated by empty project, then everything works > fine)
I just used your pom and ran "mvn package" in an otherwise empty project (though I added web.xml in the proper place). None of those libraries showed up in /target nor in the resulting war. Of course, I don't have your source code so I can't test with that. One thing I'll mention -- I don't have ojdbc14 installed, and you could have arguably built your own pom for that artifact which includes the asm, cglib, etc jars as dependencies, which might result in the problems you describe. You may want to consider using com.oracle/ojdbc14/10.2.0.2.0 since that pom is available in Central (no jar, of course). You could run "mvn -X" with no source and again with source, then run diff against the two outputs and try to locate the differences. Then post the diffs at pastebin.com and someone might be able to offer a suggestion. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
