Re: maven-dependency-plugin:unpack-dependencies doesn't always work

2009-11-09 Thread Brian Fox
Just set overWrite=true On Mon, Nov 9, 2009 at 4:12 PM, Sony Antony wrote: > yes it doesn't work of used more than once. > I came across it yesterday. I had two execution blocks, unpacking two > diff jars at two diff phases. only one of them was unpacked and there > was no error. > I ended workin

Re: maven-dependency-plugin:unpack-dependencies doesn't always work

2009-11-09 Thread Sony Antony
yes it doesn't work of used more than once. I came across it yesterday. I had two execution blocks, unpacking two diff jars at two diff phases. only one of them was unpacked and there was no error. I ended working around it by chanding the second goal to copy. I then unjar ed it using antrun. --son

Re: maven-dependency-plugin:unpack-dependencies doesn't always work

2009-11-09 Thread Brian Fox
I would expect an error, I can only suggest attaching a debugger to the plugin and see what's going on. On Mon, Nov 9, 2009 at 9:06 AM, EJ Ciramella wrote: > Nope - there are no markers created.  Period. > Good thinking though! > > Any other suggestions what may be wrong with this artifact?  It o

RE: maven-dependency-plugin:unpack-dependencies doesn't always work

2009-11-09 Thread EJ Ciramella
Nope - there are no markers created. Period. Good thinking though! Any other suggestions what may be wrong with this artifact? It opens just fine in winzip. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For addi

maven-dependency-plugin:unpack-dependencies doesn't always work

2009-11-05 Thread EJ Ciramella
I'm having a bit of difficulty with unpacking some dependencies - and I'm not entirely sure why this process is failing. In _some_ projects, we define the dependency we'd like to unpack within the plugin configuration - like this: org.apache.maven.plugins maven-d