diff options
author | Julien Eluard <[email protected]> | 2014-03-24 09:29:22 -0300 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2014-03-24 09:29:22 -0300 |
commit | 179643236fac79cc4bd02d5201674536ff636c11 (patch) | |
tree | 8489fa976701be6f6677762c21ce580165b09c31 /api | |
parent | 126eafb4fe16dd66b2e89b3dee67aa0173210be5 (diff) |
Do not fail build on javadoc issues.
Diffstat (limited to 'api')
-rwxr-xr-x | api/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/pom.xml b/api/pom.xml index 2694404..d740008 100755 --- a/api/pom.xml +++ b/api/pom.xml @@ -63,6 +63,12 @@ <build> <plugins> <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <failOnError>false</failOnError> + </configuration> + </plugin> + <plugin> <artifactId>maven-shade-plugin</artifactId> <version>1.5</version> <executions> |