On Thu, Feb 17, 2011 at 11:26 AM, Martin Trummer <[email protected]> wrote: > It would be good if it were possible to tell the maven-clean-plugin > NOT delete the target dir, but only all of it's contents.
Reconfigure the clean plugin to only delete what you want it to using excludeDefaultDirectories and filesets. http://maven.apache.org/plugins/maven-clean-plugin/clean-mojo.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
