summaryrefslogtreecommitdiffstats
path: root/test/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-10-09 15:51:34 +0300
committerHenri Sara <henri.sara@gmail.com>2017-10-09 15:51:34 +0300
commit4ac4b62434ab48fdb7d3ca9c479383d4242062aa (patch)
tree08925f02a1b695f9a2576acb550df26c5ec0a836 /test/pom.xml
parent9494818412d3f7d9aa9b8817dd6d62bb64963753 (diff)
downloadvaadin-framework-4ac4b62434ab48fdb7d3ca9c479383d4242062aa.tar.gz
vaadin-framework-4ac4b62434ab48fdb7d3ca9c479383d4242062aa.zip
Add maven based tests for several application servers (#10143)
Add tests for Glassfish based servers, Jetty 8, Tomcat 7 and Liberty (three runtimes).
Diffstat (limited to 'test/pom.xml')
-rw-r--r--test/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/pom.xml b/test/pom.xml
index 57b0143a80..f9b5a2e473 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -24,12 +24,6 @@
<!-- Allow installing for local testing purposes -->
<install.skip>true</install.skip>
-
- <!-- Default server.name is "jetty", used in server tests -->
- <server.name>jetty</server.name>
-
- <!-- Default reference screenshot location, relative to the module path -->
- <reference.directory>${project.basedir}/../screenshots</reference.directory>
</properties>
<repositories>