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

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 ecirame...@upromise.com wrote: Nope - there are no markers created.  Period. Good thinking though! Any other suggestions what may be wrong with

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.

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 sony.ant...@gmail.com 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