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/) to give me a build based on a number that will increment when create my WAR file. Although I define a and as shown in the usage p

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

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 in

[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 shoul

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 execu

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

2013-05-19 Thread Benson Margulies
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 plugin for Apache Solr. 'Module B' is an integration test. It needs to copy that Module A jar file into a Solr installation tree and start Solr. It really, really, needs to

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: 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: to: http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd";> and I no longer see the issue. As a matter of fact, my STS was also giving me a warning, which is what took me to

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 : > 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 ERROR [ContextLoade