diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-20 17:32:13 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-04-21 07:19:18 +0000 |
commit | 1bb67a02544e0fbf2999e5a814c79475d1b05c9b (patch) | |
tree | b4dd3d7ca9bffd58e9d3351265d66f84dc47d1fe /uitest | |
parent | e6ae6a6100381b4e10e07def921687ad870c8e37 (diff) | |
download | vaadin-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.xml | 6 |
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> |