You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2008/02/15 14:12:28 UTC

[jira] Closed: (MECLIPSE-390) myeclipse goal ignores additionalConfig

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

Arnaud Heritier closed MECLIPSE-390.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5

This issue is fixed. Thanks for your patch.
To try the latest SNAPSHOT (2.5-20080215.121626-22) of the incoming version you have to define and activate this profile :
{code}
    <profile>
      <id>apache.snapshots</id>
      <repositories>
        <repository>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots/>
          <id>apache.snapshots</id>
          <name>Maven Snapshots</name>
          <url>http://people.apache.org/maven-snapshot-repository</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots/>
          <id>apache.plugin.snapshots</id>
          <name>Maven Plugin Snapshots</name>
          <url>http://people.apache.org/maven-snapshot-repository</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>
{code}
Then you have to call this command :
{code}
mvn org.apache.maven.plugins:maven-eclipse-plugin:2.5-SNAPSHOT:eclipse
{code}

> myeclipse goal ignores additionalConfig
> ---------------------------------------
>
>                 Key: MECLIPSE-390
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-390
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: MyEclipse support
>    Affects Versions: 2.4, 2.5
>         Environment: Maven 2.0.8, maven-eclipse-plugin 2.4, maven-eclipse-plugin-2.5 2/11/2008 SNAPSHOT 
>            Reporter: Julien Jakubowski
>            Assignee: Arnaud Heritier
>             Fix For: 2.5
>
>         Attachments: myeclipse-bug-additionalconfig.patch, project-myeclipse-05.zip
>
>
> MyEclipse support doesn't write additional configuration files such as .checkstyle file. This is because additionalConfig is not used by MyEclipsePlugin class.
> Here is a patch that fix this bug. I also provide a unit test and a test project, included inside zip file attachment.

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