diff options
author | Manuel Bentele | 2021-12-17 11:58:58 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-17 11:58:58 +0100 |
commit | 7e4f2cc4d12a401f2496fa9b3b060f05ede5ff67 (patch) | |
tree | f2f673bfc7e49418d8662ac942c6e35db856d69b | |
parent | Update version of Maven build plugins (diff) | |
download | masterserver-7e4f2cc4d12a401f2496fa9b3b060f05ede5ff67.tar.gz masterserver-7e4f2cc4d12a401f2496fa9b3b060f05ede5ff67.tar.xz masterserver-7e4f2cc4d12a401f2496fa9b3b060f05ede5ff67.zip |
Remove deprecated Maven build plugin
-rw-r--r-- | pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -157,15 +157,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> |