From: Teemu Suo-Anttila Date: Wed, 8 Feb 2017 11:46:29 +0000 (+0200) Subject: Fix profiles in vaadin-root pom.xml (#8484) X-Git-Tag: 8.0.0.rc1~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5d309dac6ff8de1d57d598f54a0c24327cf5ef5e;p=vaadin-framework.git Fix profiles in vaadin-root pom.xml (#8484) --- diff --git a/pom.xml b/pom.xml index 15e06ac3f2..8da154286f 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ ${project.build.directory}/dependency-unpack - + 9.3.7.v20160115 2.1.1 @@ -125,13 +125,13 @@ vaadin-sass-compiler ${vaadin.sass.version} - - - com.yahoo.platform.yui - yuicompressor - - + + + com.yahoo.platform.yui + yuicompressor + + com.carrotsearch @@ -169,10 +169,10 @@ junit 4.12 - - hamcrest-core - org.hamcrest - + + hamcrest-core + org.hamcrest + @@ -215,10 +215,10 @@ mockito-core 1.9.5 - - hamcrest-core - org.hamcrest - + + hamcrest-core + org.hamcrest + @@ -567,14 +567,10 @@ - + default - - !apiDiff - + true buildhelpers @@ -595,24 +591,52 @@ compatibility-shared compatibility-themes testbench-api - bom + slowtest test + + release-assemblies + + liferay + all + + + + release - - false - ${project.version} + + buildhelpers + shared + push + server + client + client-compiler + client-compiled + themes + compatibility-server + compatibility-client + compatibility-client-compiled + compatibility-shared + compatibility-themes + testbench-api + + bom + + @@ -658,19 +682,12 @@ - + apicmp - - - apiDiff - - server push @@ -722,10 +739,9 @@ + measurements - - false - true diff --git a/uitest/pom.xml b/uitest/pom.xml index e88e46d2ac..d2abf4cd7c 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -310,26 +310,10 @@ ${skip.uitest.deployment} - - org.codehaus.mojo - animal-sniffer-maven-plugin - - true - - - - maven-surefire-plugin - - true - - maven-failsafe-plugin ${skip.uitest.failsafe} - - **/AllTB3Tests.java - ${project.parent.basedir}/tests/screenshots @@ -342,7 +326,12 @@ ${categories.include} ${categories.exclude} ${useLocalWebDriver} + + + + **/AllTB3Tests.java + @@ -353,6 +342,19 @@ + + org.codehaus.mojo + animal-sniffer-maven-plugin + + true + + + + maven-surefire-plugin + + true + + @@ -435,19 +437,8 @@ maven-failsafe-plugin - - - - integration-test - verify - - - com.vaadin.testcategory.MeasurementTest - - ${phantomjs.binary} - diff --git a/uitest/src/test/java/com/vaadin/tests/performance/MemoryIT.java b/uitest/src/test/java/com/vaadin/tests/performance/MemoryIT.java index b5ba723c7d..4ac3ae68ff 100644 --- a/uitest/src/test/java/com/vaadin/tests/performance/MemoryIT.java +++ b/uitest/src/test/java/com/vaadin/tests/performance/MemoryIT.java @@ -44,11 +44,6 @@ public class MemoryIT extends SingleBrowserTest { protected void closeApplication() { } - @Override - protected String getScreenshotDirectory() { - return "."; - } - private long getGridSize(String path, int itemsCount) { // Repeat until we get consecutive results within 0.1% of each other double lastResult = 0;