This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 322b9a0d7d [MINOR] Remove `maven-eclipse-plugin` (#4518) 322b9a0d7d is described below commit 322b9a0d7d2a10f00d6bb39491c66d25dad819a0 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Thu Dec 1 13:57:26 2022 +0900 [MINOR] Remove `maven-eclipse-plugin` (#4518) --- flink/flink-scala-parent/pom.xml | 24 ------------------------ pom.xml | 7 ------- 2 files changed, 31 deletions(-) diff --git a/flink/flink-scala-parent/pom.xml b/flink/flink-scala-parent/pom.xml index bbe2964185..70bbf953e1 100644 --- a/flink/flink-scala-parent/pom.xml +++ b/flink/flink-scala-parent/pom.xml @@ -821,30 +821,6 @@ <artifactId>scalatest-maven-plugin</artifactId> </plugin> - <!-- Eclipse Integration --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-eclipse-plugin</artifactId> - <configuration> - <downloadSources>true</downloadSources> - <projectnatures> - <projectnature>org.scala-ide.sdt.core.scalanature</projectnature> - <projectnature>org.eclipse.jdt.core.javanature</projectnature> - </projectnatures> - <buildcommands> - <buildcommand>org.scala-ide.sdt.core.scalabuilder</buildcommand> - </buildcommands> - <classpathContainers> - <classpathContainer>org.scala-ide.sdt.launching.SCALA_CONTAINER</classpathContainer> - <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer> - </classpathContainers> - <sourceIncludes> - <sourceInclude>**/*.scala</sourceInclude> - <sourceInclude>**/*.java</sourceInclude> - </sourceIncludes> - </configuration> - </plugin> - <plugin> <artifactId>maven-enforcer-plugin</artifactId> </plugin> diff --git a/pom.xml b/pom.xml index 5e7bb0b421..05af6a9171 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,6 @@ <plugin.dependency.version>3.1.2</plugin.dependency.version> <plugin.deploy.version>2.8.2</plugin.deploy.version> <plugin.download.version>1.6.0</plugin.download.version> - <plugin.eclipse.version>2.8</plugin.eclipse.version> <plugin.enforcer.version>3.0.0-M3</plugin.enforcer.version> <plugin.exec.version>1.6.0</plugin.exec.version> <plugin.failsafe.version>2.17</plugin.failsafe.version> @@ -1637,12 +1636,6 @@ <version>${plugin.antrun.version}</version> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-eclipse-plugin</artifactId> - <version>${plugin.eclipse.version}</version> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId>