On Thu, Dec 2, 2010 at 1:36 PM, Wendy Smoak <wsm...@gmail.com> wrote: > On Thu, Dec 2, 2010 at 3:08 PM, Phillip Hellewell <ssh...@gmail.com> wrote: >> There's a batch file I want to run during the clean phase. Problem >> is, the batch file lives below target/dependency, and the clean phase >> wipes "target" first, so then my batch file can't be found. > > What does the batch file do?
It just deletes a few generated files that get created during the build that happen to not be inside target/ (most the generated files go below target/bin so they aren't a problem). > Just guessing since you're trying to do it during clean, perhaps you > could configure the clean plugin to delete some additional files? Oh, I didn't even think that the clean plugin could be configured to delete additional files. That is good to know, thanks! Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org