summaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-04-15 15:37:04 +0300
committerHenri Sara <hesara@vaadin.com>2016-04-15 15:37:04 +0300
commitd6134fec499e2134eb1ad1f5c6ffafcd446ddd57 (patch)
treeff014c339d92dc60fedbb95631ae5bc229ad76e1 /uitest/pom.xml
parent6b8412033e680ce6e5c7827ac504adf132305726 (diff)
downloadvaadin-framework-d6134fec499e2134eb1ad1f5c6ffafcd446ddd57.tar.gz
vaadin-framework-d6134fec499e2134eb1ad1f5c6ffafcd446ddd57.zip
Fix uitest deployment configuration
Change-Id: I4becdfd4a2d8dc2b3677bcfc937d8cc5b0b2bbe7
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r--uitest/pom.xml19
1 files changed, 5 insertions, 14 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index 17903256ea..ee47dcf56e 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -12,6 +12,7 @@
<packaging>war</packaging>
<properties>
<jetty.version>8.1.12.v20130726</jetty.version>
+ <skip.uitest.deployment>true</skip.uitest.deployment>
</properties>
<url>https://vaadin.com/</url>
@@ -341,7 +342,7 @@
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
- <skip>true</skip>
+ <skip>${skip.uitest.deployment}</skip>
</configuration>
</plugin>
<plugin>
@@ -371,19 +372,9 @@
<activation>
<activeByDefault>false</activeByDefault>
</activation>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>false</skip>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
+ <properties>
+ <skip.uitest.deployment>false</skip.uitest.deployment>
+ </properties>
</profile>
</profiles>