You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "nicolas de loof (JIRA)" <ji...@codehaus.org> on 2007/12/13 12:34:57 UTC

[jira] Closed: (MECLIPSE-323) eclipse:clean does NOT delete 'additionalConfig' files

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

nicolas de loof closed MECLIPSE-323.
------------------------------------

         Assignee: nicolas de loof
       Resolution: Fixed
    Fix Version/s: 2.5

> eclipse:clean does NOT delete 'additionalConfig' files
> ------------------------------------------------------
>
>                 Key: MECLIPSE-323
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-323
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>            Reporter: Jörg Hohwiller
>            Assignee: nicolas de loof
>             Fix For: 2.5
>
>
> I use the eclipse-plugin to generate additional configs for eclipse-plugins:
> ...
>       <plugin>
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-eclipse-plugin</artifactId>
>          <configuration>
>            <additionalConfig>
>              <file>
>                <name>.checkstyle</name>
>                <content><![CDATA[<?xml version="1.0" encoding="UTF-8"?>...]]></content>
>              </file>
>            </additionalConfig>         
>          </configuration>
>       </plugin>
> The file is properly created. Anyhow eclipse:clean does NOT delete such files.
> Therefore it is NOT possible to simply reconfigure your IDE to the defaults via 'mvn eclipse:clean eclipse:eclipse'.
> I would expect eclipse:clean to delete the configurations that eclipse:eclipse generated.

-- 
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