summaryrefslogtreecommitdiffstats
path: root/shared/pom.xml
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2018-04-19 15:14:53 +0300
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-04-19 15:14:53 +0300
commitd543e47becc77e5b18c69a416e6e84122ac10fe1 (patch)
tree49b4e4e245319b0e93a4b1d3739096eb2d082eea /shared/pom.xml
parentbdbb0b4328a36a66bb492973ca72497bfd34f6ad (diff)
downloadvaadin-framework-d543e47becc77e5b18c69a416e6e84122ac10fe1.tar.gz
vaadin-framework-d543e47becc77e5b18c69a416e6e84122ac10fe1.zip
Enable Maven plugin for Eclipse formatting (#10829)
Diffstat (limited to 'shared/pom.xml')
-rw-r--r--shared/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/shared/pom.xml b/shared/pom.xml
index 4fab22a343..56b17a1ee8 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -37,6 +37,15 @@
<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>
+
<!-- Generated Version.java -->
<plugin>
<groupId>org.codehaus.mojo</groupId>