summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-20 17:32:13 +0300
committerVaadin Code Review <review@vaadin.com>2016-04-21 07:19:18 +0000
commit1bb67a02544e0fbf2999e5a814c79475d1b05c9b (patch)
treeb4dd3d7ca9bffd58e9d3351265d66f84dc47d1fe /uitest
parente6ae6a6100381b4e10e07def921687ad870c8e37 (diff)
downloadvaadin-framework-1bb67a02544e0fbf2999e5a814c79475d1b05c9b.tar.gz
vaadin-framework-1bb67a02544e0fbf2999e5a814c79475d1b05c9b.zip
Skip javadoc plugin in uitest
Change-Id: I697965dbed453c93d09935220eb05cb4e39e3399
Diffstat (limited to 'uitest')
-rw-r--r--uitest/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index 81fc033dac..8430014379 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -359,6 +359,12 @@
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>