Re: How to delete a directory?

2009-08-05 Thread Chris
Thanks. It was a version error. 2.3 did the trick. Alexander wrote: Oh, you right. But you already answered your question! Use excludeDefaultDirectories. It works fine, really. Be sure you use 2.3 version of maven-clean-plugin. (as it mentioned in documentation this option work only since 2.3

Re: How to delete a directory?

2009-08-04 Thread Brian Fox
Why don't you just make this folder a subfolder of /target and when you want this cleaned out, you run clean? On Tue, Aug 4, 2009 at 3:34 PM, Alexander wrote: > Oh, you right. But you already answered your question! [?] > Use excludeDefaultDirectories. It works fine, really. Be sure you use 2.3

Re: How to delete a directory?

2009-08-04 Thread Alexander
Oh, you right. But you already answered your question! [?] Use excludeDefaultDirectories. It works fine, really. Be sure you use 2.3 version of maven-clean-plugin. (as it mentioned in documentation this option work only since 2.3) org.apache.maven.plugins maven-clean-plugin 2.3 true 2009/8/5

Re: How to delete a directory?

2009-08-04 Thread Chris
I can delete the directories ok. What I can't do is prevent it from deleting the target directory. Alexander wrote: No maven-clean-plugin is more flexible. Read there http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html 2009/8/5 Chris mailto:she...@yahoo.

Re: How to delete a directory?

2009-08-04 Thread Alexander
No maven-clean-plugin is more flexible. Read there http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html [?] 2009/8/5 Chris > I'm using maven-dependency-plugin to make a custom directory of > dependencies. The trouble is that I can't find a way to delete the >

How to delete a directory?

2009-08-04 Thread Chris
I'm using maven-dependency-plugin to make a custom directory of dependencies. The trouble is that I can't find a way to delete the outputDirectory before the plugin runs so I can be sure there aren't any old files left over in it. I tried to use maven-clean-plugin to do it, but it insists on d