Re: log4j issue on mvn tomcat:run

2013-05-19 Thread Olivier Lamy
Hi, Can you open an issue here https://issues.apache.org/jira/browse/MTOMCAT with a project sample to reproduce the issue ? 2013/5/16 Stephane-3 mittiprove...@yahoo.se: Hello, When I run the command: mvn tomcat:run I get the following issue in the console output: 2013-05-15 10:59:02,610

Re: log4j issue on mvn tomcat:run

2013-05-19 Thread Stephane-3
Hi Olivier, Thanks for the advice. But I fixed the issue. I changed the doctype from: !DOCTYPE log4j:configuration SYSTEM quot;org/apache/log4j/xml/log4j.dtdquot; to: !DOCTYPE log4j:configuration PUBLIC quot;-//APACHE//DTD LOG4J 1.2//ENquot;

maven3 - getting error on mvn dependency:tree command

2013-05-19 Thread coolguy
I've a project that uses maven 3. I get the following error when I run mvn dependency:tree command. Could someone advise why would I get this error? [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.7:tree (default-cli) on project : Cannot build project dependency

Re: maven3 - getting error on mvn dependency:tree command

2013-05-19 Thread Hervé BOUTEMY
can you give us the result of mvn -version? Regards, Hervé Le vendredi 17 mai 2013 11:49:07 coolguy a écrit : I've a project that uses maven 3. I get the following error when I run mvn dependency:tree command. Could someone advise why would I get this error? [ERROR] Failed to execute

[ANN] License Maven Plugin 1.5 released

2013-05-19 Thread Tony Chemit
The Mojo team is pleased to announce the release of the License Maven Plugin, version 1.5. This plugin manages the license of a maven project and its dependencies (update file headers, download dependencies licenses, check thirdparty licenses, ...). Roadmap --- Note that next version

Multiple invocation of report goal with different configurations?

2013-05-19 Thread Mirko Friedenhagen
Hello, configuring-reports[1] states: If you want to choose only some reports from a plugin, or if you want to run a report *multiple times with a different configuration*, you need to configure report sets: I now tried this with the jacoco-maven-plugin to differentiate between unit and

Re: Module b needs jar from from Module a but needs to keep it _out_ of the classpath

2013-05-19 Thread Stephen Connolly
Closest I can think is add a dependency of type pom to fix the build order and use dependency:copy to grab the jar On Sunday, 19 May 2013, Benson Margulies wrote: I'm faced with a situation I've met before. I have a multi-module project. 'Module A' builds a jar file. That jar file is a

buildnumber-maven-plugin format

2013-05-19 Thread Thad Humphries
I'm attempting to use the buildnumber-maven-plugin ( http://mojo.codehaus.org/buildnumber-maven-plugin/http://mojo.codehaus.org/buildnumber-maven-plugin/usage.html) to give me a build based on a number that will increment when create my WAR file. Although I define a format and items as shown in