The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.
'org.apache.maven.plugins:maven-eclipse-plugin:2.10'
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.10</version>
</dependency>
<dependency org="org.apache.maven.plugins" name="maven-eclipse-plugin" rev="2.10"/>
"org.apache.maven.plugins", "maven-eclipse-plugin", "2.10"