diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-06-27 11:36:02 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-06-27 11:36:02 +0300 |
commit | 54ae358e344f813682e93fb7e24e3c679620f1f2 (patch) | |
tree | a0aa5ba74c4f62766ac57b25a3d252ddc35192db /pom.xml | |
parent | dee4a2caa80066bcdd031ec445c8bf80ba313ab9 (diff) | |
download | vaadin-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.xml | 33 |
1 files changed, 23 insertions, 10 deletions
@@ -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> |