Repository: flex-falcon Updated Branches: refs/heads/develop 0c00792cd -> 03bf909c8
- Added a todo regarding the javadoc "failOnError=false" config property (In general it should work with the default of failOnError=true, but currently we have far to many errors in our JavaDocs) Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/03bf909c Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/03bf909c Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/03bf909c Branch: refs/heads/develop Commit: 03bf909c892ae90d4928660c4b6568916bf2984c Parents: 0c00792 Author: Christofer Dutz <[email protected]> Authored: Mon Aug 1 10:13:17 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Aug 1 10:13:17 2016 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/03bf909c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7a29ff5..e5ed2a8 100644 --- a/pom.xml +++ b/pom.xml @@ -532,6 +532,7 @@ <head>Requires Project:</head> </tag> </tags> + <!-- TODO: This should only be a measure of last resort --> <failOnError>false</failOnError> </configuration> </plugin>
