diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2021-03-03 13:59:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 13:59:50 +0200 |
commit | ce60c5b418b77bb4164c46306cc16ba769c2a985 (patch) | |
tree | e6a9edd6257c78ebdc2fadee4052b8397f04ec62 /server/pom.xml | |
parent | c7345a730db2df83e0aebb335dcbd69126ec6ced (diff) | |
download | vaadin-framework-ce60c5b418b77bb4164c46306cc16ba769c2a985.tar.gz vaadin-framework-ce60c5b418b77bb4164c46306cc16ba769c2a985.zip |
Remove whitespace-maven-plugin and formatter-maven-plugin. (#12213)
- These plugins cause significant problems for many Windows developers,
and since most active maintainers are currently included in that group,
the plugins have been deemed more trouble than they are worth.
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/server/pom.xml b/server/pom.xml index 98040a5601..977ec0c9fb 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -140,14 +140,6 @@ <build> <plugins> <plugin> - <groupId>net.revelc.code.formatter</groupId> - <artifactId>formatter-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>com.github.dantwining.whitespace-maven-plugin</groupId> - <artifactId>whitespace-maven-plugin</artifactId> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> |