Re: Does anyone know enough about maven to answer one simple question?

2011-08-15 Thread Tobias Rübner
is there is any way to make that happen ? Karl Sent from my Nokia phone -Original Message- From: Piergiorgio Lucidi Sent: 09/08/2011, 10:21 AM To: connectors-dev@incubator.apache.org Subject: Re: Does anyone know enough about maven to answer one simple question? Hi Karl

Does anyone know enough about maven to answer one simple question?

2011-08-09 Thread Karl Wright
The maven files use the maven-dependency-plugin to copy wars out of the repository into a place where testing and execution code can find them. This currently requires a build-time dependency, but in fact the wars are not needed unless a test is being run. I would like to somehow set the scope

Re: Does anyone know enough about maven to answer one simple question?

2011-08-09 Thread Karl Wright
A related question: when I run mvn clean test I get the following: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin: 2.1:copy (copy-war) on project mcf-jettyrunner: Error copying artifact from C:\w ip\mcf\trunk\framework\api-service\target\classes to

Re: Does anyone know enough about maven to answer one simple question?

2011-08-09 Thread Piergiorgio Lucidi
Hi Karl, this message just to recap the informations we have talked about during the chat session. Here we have an execution of tests based on some Maven artifacts that must be generated using an execution of the install phase of Maven. Maven has it own lifecycle that consists of phases that are