diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-05-17 11:02:49 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-05-17 11:02:49 +0300 |
commit | 0e97fadbf9c57c3c6504c46a5f080f050d1bf288 (patch) | |
tree | 667d32bbb9f658595f5c63b16ff829be8dd225e2 /uitest/pom.xml | |
parent | cebb74c38ba133453c8c97ce5b5fd0d15ab4ff21 (diff) | |
download | vaadin-framework-0e97fadbf9c57c3c6504c46a5f080f050d1bf288.tar.gz vaadin-framework-0e97fadbf9c57c3c6504c46a5f080f050d1bf288.zip |
Enable maven formatting for uitest (#10908)
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index 6d291ab1a6..891b8cd071 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -247,6 +247,15 @@ <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>com.vaadin</groupId> <artifactId>vaadin-maven-plugin</artifactId> <configuration> |