aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>