aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2019-11-30 12:17:15 -0800
committerAnton Tananaev <anton.tananaev@gmail.com>2019-11-30 12:17:15 -0800
commit44f861b487d8f607d750d9f9c6b3e162b3f012b3 (patch)
tree1035718a735a81a1a9f54dbf17378493a652aa58 /pom.xml
parent71d6d5326c1da8d9e2bc4a25b9db99b595c16cfd (diff)
downloadtraccar-server-44f861b487d8f607d750d9f9c6b3e162b3f012b3.tar.gz
traccar-server-44f861b487d8f607d750d9f9c6b3e162b3f012b3.tar.bz2
traccar-server-44f861b487d8f607d750d9f9c6b3e162b3f012b3.zip
Fix checkstyle checks
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 1b405aa4c..050321d7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,22 +256,6 @@
<plugins>
<plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.0.0</version>
- <configuration>
- <configLocation>gradle/checkstyle.xml</configLocation>
- </configuration>
- <executions>
- <execution>
- <id>checkstyle</id>
- <phase>validate</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<executions>