You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/03/01 19:52:29 UTC

directory-fortress-core git commit: Added the lint disabling parameter in global properties

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master eb5f32396 -> 25cbb2035


Added the lint disabling parameter in global properties


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/25cbb203
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/25cbb203
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/25cbb203

Branch: refs/heads/master
Commit: 25cbb20353d11967dbddd77fc78b660044ae5526
Parents: eb5f323
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Tue Mar 1 19:52:16 2016 +0100
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Tue Mar 1 19:52:16 2016 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/25cbb203/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 38008e4..9b38d0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,7 @@
   <!-- The used properties for this project          -->
   <!-- ====================================================== -->
   <properties>
+    <additionalparam>-Xdoclint:none</additionalparam>
     <!-- Jars -->
     <version.accelerator.api>1.0-RC41</version.accelerator.api>
     <version.accelerator.impl>1.0-RC41</version.accelerator.impl>