You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2006/02/14 22:37:20 UTC

[jira] Closed: (MCLEAN-2) Delete additional directories and files including testOutputDirectory, outputDirectory, and directory

     [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org