Eclipse Maven Plugin
Overview
Download
You can download eclipse-maven-plugin from from Maven Central:
<dependency>
  <groupId>de.tototec</groupId>
  <artifactId>de.tobiasroeser.eclipse-maven-plugin</artifactId>
  <version>0.1.1</version>
  <type>maven-plugin</type>
</dependency> 
    Usage
<project>
  ...
  <build>
    <!-- To define the plugin version in your parent POM -->
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>de.tototec</groupId>
          <artifactId>de.tobiasroeser.eclipse-maven-plugin</artifactId>
          <version>0.1.1</version>
        </plugin>
        ...
      </plugins>
    </pluginManagement>
    <!-- To use the plugin goals in your POM or parent POM -->
    <plugins>
      <plugin>
        <groupId>de.tototec</groupId>
        <artifactId>de.tobiasroeser.eclipse-maven-plugin</artifactId>
        <version>0.1.1</version>
      </plugin>
      ...
    </plugins>
  </build>
  ...
</project> 
    For more information refer the plugin documentation site.
Changelog
{master}
Your contributions are welcome!
eclipse-maven-plugin 0.1.1 - 2018-06-11
-  Added suport for main/test-source separation of Eclipse Phonon M5 
eclipse-maven-plugin 0.1.0 - 2018-03-16
-  Added integration test suite 
-  Generate addtional scala settings files 
eclipse-maven-plugin 0.0.4 - 2018-03-14
-  Adapted ProjectConfig.javaVersionto changed versioning scheme for Java 9+
-  Respect includes/excludes sections for resources 
eclipse-maven-plugin 0.0.3 - 2018-03-12
-  Added Eclipse M2E lifecycle mapping configuration 
eclipse-maven-plugin 0.0.2 - 2018-03-12
-  Added generator for some settings files: -  org.eclipse.jdt.core.prefs
-  org.eclipse.core.resources.prefs
-  org.eclipse.m2e.core.prefs
 
-  
-  Added options to supply additional settings files ( settingsTemplates,settingsTemplatesDir)
eclipse-maven-plugin 0.0.1 - 2018-03-08
-  Initial release for early testing 
 JarCasting
 JarCasting