diff options
author | Manuel Bentele | 2021-12-17 16:16:51 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-17 16:16:51 +0100 |
commit | f67ca953d484ecdcde0366062027a912877eb9d9 (patch) | |
tree | 547a2a2700e67725c50115413b3af3a5ae5bb844 | |
parent | Update version of Maven build plugins (diff) | |
download | master-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.xml | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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> |