Re: build war for jboss, exclude log4j

2006-11-27 Thread Christofer Jennings
Thanks Chris, I also want to be able to run the web-app with mvn jetty:run so I had to set it up like this... === in my top-level pom === dependency groupIdlog4j/groupId artifactIdlog4j/artifactId version1.2.13/version scopeprovided/scope /dependency === in my web-app's pom

Re: build war for jboss, exclude log4j

2006-11-18 Thread Chris Michiels
Hi Chris, Simple, just use : dependency groupIdlog4j/groupId artifactIdlog4j/artifactId version1.2.9/version scopeprovided/scope /dependency Chris 2006/11/18, Christofer Jennings [EMAIL PROTECTED]: Hi All, How can I exclude log4j stuff from a war? The log4j stuff

build war for jboss, exclude log4j

2006-11-17 Thread Christofer Jennings
Hi All, How can I exclude log4j stuff from a war? The log4j stuff is conflicting with jboss. Thanks! ,chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]