You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2017/05/18 03:58:19 UTC

metamodel git commit: Disabled Java 8 javadoc linter

Repository: metamodel
Updated Branches:
  refs/heads/5.x 599acc31d -> 8dc70763e


Disabled Java 8 javadoc linter

Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/8dc70763
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/8dc70763
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/8dc70763

Branch: refs/heads/5.x
Commit: 8dc70763eaa4e4991838eefdf730d10c30f5afb9
Parents: 599acc3
Author: Kasper Sørensen <i....@gmail.com>
Authored: Wed May 17 20:58:05 2017 -0700
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Wed May 17 20:58:05 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/metamodel/blob/8dc70763/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5ccb7d6..50f5674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,6 +251,7 @@ under the License.
 				</executions>
 				<configuration>
 					<excludePackageNames>com.sugarcrm.ws.soap</excludePackageNames>
+					<additionalparam>-Xdoclint:none</additionalparam>
 				</configuration>
 			</plugin>
 			<plugin>