[ 
http://jira.codehaus.org/browse/CBUILDS-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lee Thompson closed CBUILDS-25.
-------------------------------

         Assignee: Lee Thompson
       Resolution: Fixed
    Fix Version/s: 1.0-alpha-5

Closing this issue since the plugins themselves are all pure java with no 
symbolic links.  With that, "mvn clean" works when developing the plugins.

When using the plugins is when you run into trouble.  The solution is in your 
project's pom include this line

        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-clean-plugin</artifactId>
          <version>2.3-SNAPSHOT</version>
        </plugin>

and all will be good.

> mvn clean - will not delete target directory with symbolic links
> ----------------------------------------------------------------
>
>                 Key: CBUILDS-25
>                 URL: http://jira.codehaus.org/browse/CBUILDS-25
>             Project: Mojo C Builds
>          Issue Type: Bug
>          Components: Cleanup Items
>    Affects Versions: 1.0-alpha-4, 1.0-alpha-5
>            Reporter: Lee Thompson
>            Assignee: Lee Thompson
>             Fix For: 1.0-alpha-5
>
>
> mvn clean will not delete the target directory if the directory has symbolic 
> links in it

-- 
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to