Re: incorrect dependencies in assembly

2007-04-11 Thread kelvin goodson
I'm just coming back to look at this. I'm interested to know whether my question did not make sense or whether no-one has the answer. Please help if you can. Regards, Kelvin. On 21/03/07, kelvin goodson [EMAIL PROTECTED] wrote: I have a reactor build pom (correct terminology?) which

Re: incorrect dependencies in assembly

2007-04-11 Thread Jerome Lacoste
On 4/11/07, kelvin goodson [EMAIL PROTECTED] wrote: I'm just coming back to look at this. I'm interested to know whether my question did not make sense or whether no-one has the answer. Please help if you can. tracking down unwanted dependencies is usualy done using mvn -X. I believe the

incorrect dependencies in assembly

2007-03-21 Thread kelvin goodson
I have a reactor build pom (correct terminology?) which specifies a test-scope dependency on junit:junit at version 3.8.1 and a provided-scope dependency on asm (see effective-pom.xml attachment produced with mvn help:effective-pom) The assembly descriptor for creating my release