[ http://jira.codehaus.org/browse/MCLEAN-2?page=all ] John Casey closed MCLEAN-2: ---------------------------
Resolution: Fixed this works, using the new project in the maven-shared space called "file-management". To use this feature in the clean mojo, try something similar to this: <build> <plugins> <plugin> <artifactId>maven-clean-plugin</artifactId> <configuration> <filesets> <fileset> <directory>${basedir}/test-stuff</directory> </fileset> </filesets> </configuration> </plugin> </plugins> </build> > Delete additional directories and files including testOutputDirectory, > outputDirectory, and directory > ----------------------------------------------------------------------------------------------------- > > Key: MCLEAN-2 > URL: http://jira.codehaus.org/browse/MCLEAN-2 > Project: Maven 2.x Clean Plugin > Type: Bug > Reporter: Ash Lux > Assignee: John Casey > Priority: Minor > Fix For: 2.1 > Attachments: MCLEAN-2.txt, MNG-1801-maven-clean-lugin.patch > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]