summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-11 19:11:34 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-11 19:11:34 +0300
commit1ad07dfa1e615cf37057ba368e92e284dd75671c (patch)
tree5213298483517e7256fd5687d4b505eb84a35e2a /pom.xml
parentf776982842daa0dcdf04cc7055afaae9d3386280 (diff)
downloadvaadin-framework-1ad07dfa1e615cf37057ba368e92e284dd75671c.tar.gz
vaadin-framework-1ad07dfa1e615cf37057ba368e92e284dd75671c.zip
Add fail tolerant javadoc compilation to release profile
Change-Id: Ie01ced69a0b07afc336817d2c5c1e69e2b7e118f
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1ca0a5bcca..f4f76ced02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,21 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10.3</version>
+ <executions>
+ <execution>
+ <id>generate-javadoc</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <failOnError>false</failOnError>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</profile>