You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/08/01 08:13:24 UTC

git commit: [flex-falcon] [refs/heads/develop] - - 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)

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 <ch...@codecentric.de>
Authored: Mon Aug 1 10:13:17 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
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>