Repository: flex-falcon Updated Branches: refs/heads/develop 2c3a1c058 -> 0c00792cd
- Added JavaDoc generation to the site-generation Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/0c00792c Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/0c00792c Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/0c00792c Branch: refs/heads/develop Commit: 0c00792cdfcf7f59a6524981fd79c894371d4476 Parents: 2c3a1c0 Author: Christofer Dutz <[email protected]> Authored: Mon Aug 1 10:08:21 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Aug 1 10:08:21 2016 +0200 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/0c00792c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 06ece24..7a29ff5 100644 --- a/pom.xml +++ b/pom.xml @@ -500,7 +500,7 @@ </plugin> <!-- Generate the JavaDoc API documentation --> - <!--plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> @@ -532,8 +532,9 @@ <head>Requires Project:</head> </tag> </tags> + <failOnError>false</failOnError> </configuration> - </plugin--> + </plugin> </plugins> </reporting>
