Add Maven goal to Reverse engineer Eclipse configuration files
--------------------------------------------------------------

         Key: MECLIPSE-84
         URL: http://jira.codehaus.org/browse/MECLIPSE-84
     Project: Maven 2.x Eclipse Plugin
        Type: New Feature

    Reporter: Archimedes Trajano


Add Maven goal to Reverse engineer Eclipse configuration files.

That way given a different Eclipse environment such as WSAD or Rational 
Application Developer.  We can do something like

mvn eclipse:reverse

In the configuration file we provide the following:

<configuration>
  <!-- additional files to include in configuration -->
  <nonStandardConfigurationFiles>
    <includes>...
    </includes>
    <excludes>...
    </excludes>
  </nonStandardConfigurationFiles>
</configuration>

The output would be in target\pom.xml which contains the existing POM with the 
eclipse plugin configuration already set up. 

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

Reply via email to