summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-12-17 16:16:51 +0100
committerManuel Bentele2021-12-17 16:16:51 +0100
commitf67ca953d484ecdcde0366062027a912877eb9d9 (patch)
tree547a2a2700e67725c50115413b3af3a5ae5bb844
parentUpdate version of Maven build plugins (diff)
downloadmaster-sync-shared-f67ca953d484ecdcde0366062027a912877eb9d9.tar.gz
master-sync-shared-f67ca953d484ecdcde0366062027a912877eb9d9.tar.xz
master-sync-shared-f67ca953d484ecdcde0366062027a912877eb9d9.zip
Remove deprecated Maven build plugin
-rw-r--r--pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index c6b5af2..d09e1c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,15 +71,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <version>2.10</version>
- <configuration>
- <workspace>${basedir}</workspace>
- <workspaceCodeStylesURL>file://${basedir}/extras/eclipse-code-style.xml</workspaceCodeStylesURL>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>