summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-06-27 11:36:02 +0300
committerIlia Motornyi <elmot@vaadin.com>2018-06-27 11:36:02 +0300
commit54ae358e344f813682e93fb7e24e3c679620f1f2 (patch)
treea0aa5ba74c4f62766ac57b25a3d252ddc35192db /pom.xml
parentdee4a2caa80066bcdd031ec445c8bf80ba313ab9 (diff)
downloadvaadin-framework-54ae358e344f813682e93fb7e24e3c679620f1f2.tar.gz
vaadin-framework-54ae358e344f813682e93fb7e24e3c679620f1f2.zip
Fix valdiation builds to use correct browser (#11000)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml33
1 files changed, 23 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 6695fd12f1..5163371932 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,6 @@
too early in case of errors -->
<!-- See e.g. https://issues.apache.org/jira/browse/SOLR-8453 -->
<jetty.version>9.2.9.v20150224</jetty.version>
- <phantomjs.version>2.1.1</phantomjs.version>
<!-- Sonar properties -->
<sonar.java.source>8</sonar.java.source>
@@ -398,11 +397,6 @@
<version>2.19.1</version>
</plugin>
<plugin>
- <groupId>com.github.klieber</groupId>
- <artifactId>phantomjs-maven-plugin</artifactId>
- <version>0.7</version>
- </plugin>
- <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
</plugin>
@@ -542,16 +536,35 @@
<pluginExecution>
<pluginExecutionFilter>
<groupId>
- com.github.klieber
+ net.revelc.code.formatter
+ </groupId>
+ <artifactId>
+ formatter-maven-plugin
+ </artifactId>
+ <versionRange>
+ [2.7.2,)
+ </versionRange>
+ <goals>
+ <goal>format</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>
+ com.github.dantwining.whitespace-maven-plugin
</groupId>
<artifactId>
- phantomjs-maven-plugin
+ whitespace-maven-plugin
</artifactId>
<versionRange>
- [0.7,)
+ [1.0.4,)
</versionRange>
<goals>
- <goal>install</goal>
+ <goal>trim</goal>
</goals>
</pluginExecutionFilter>
<action>