e

eclipse-maven-plugin

The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.
http://marschall.github.io/eclipse-maven-plugin/
The Apache Software License, Version 2.0
Philippe Marschall
文件下载
文件名 操作
eclipse-maven-plugin-2.11.0.jar 下载
eclipse-maven-plugin-2.11.0.pom 下载
eclipse-maven-plugin-2.11.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>eclipse-maven-plugin</artifactId>
  <version>2.11.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:eclipse-maven-plugin:2.11.0'
Gradle Kotlin
implementation("com.github.marschall:eclipse-maven-plugin:2.11.0")
Scala SBT
libraryDependencies += "com.github.marschall" % "eclipse-maven-plugin" % "2.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='eclipse-maven-plugin', version='2.11.0')
)
Apache Ivy
<dependency org="com.github.marschall" name="eclipse-maven-plugin" rev="2.11.0" />
Leiningen
[com.github.marschall/eclipse-maven-plugin "2.11.0"]
Apache Buildr
'com.github.marschall:eclipse-maven-plugin:jar:2.11.0'