You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mark (JIRA)" <ji...@codehaus.org> on 2014/04/04 22:39:59 UTC

[jira] (MCLEAN-55) maven clean seems to use old java.io API to clean the target directory

Mark created MCLEAN-55:
--------------------------

             Summary: maven clean seems to use old java.io API to clean the target directory
                 Key: MCLEAN-55
                 URL: https://jira.codehaus.org/browse/MCLEAN-55
             Project: Maven Clean Plugin
          Issue Type: Bug
    Affects Versions: 2.5
            Reporter: Mark


Problem: the old java.io API cannot handle filenames that have a bad encoding, ie. iso-8859-1 encoded umlauts when running with LC_ALL=*.UTF-8.

To reproduce the problem do:

git clone https://github.com/jjYBdx4IL/filenameenc.git
cd filenameenc
mvn test
mvn clean # <- produces an error when trying to remove target/



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)