Forgot to commit the Checkstyle suppression.xml file, as the Value file
is now > 2000 lines.
diff --git a/ldap/model/src/checkstyle/suppressions.xml b/ldap/model/src/checkstyle/suppressions.xml
index 75dd160..9fb1077 100644
--- a/ldap/model/src/checkstyle/suppressions.xml
+++ b/ldap/model/src/checkstyle/suppressions.xml
@@ -54,6 +54,7 @@
     <suppress files="org.apache.directory.api.ldap.model.schema.registries.Registries" checks="FileLength" />
     <suppress files="org.apache.directory.api.ldap.model.entry.DefaultAttribute" checks="FileLength" />
     <suppress files="org.apache.directory.api.ldap.model.entry.DefaultEntry" checks="FileLength" />
+    <suppress files="org.apache.directory.api.ldap.model.entry.Value" checks="FileLength" />
     <suppress files="org.apache.directory.api.ldap.model.ldif.LdifReader" checks="FileLength" />
     <suppress files="org.apache.directory.api.ldap.model.schema.parsers.OpenLdapSchemaParser" checks="FileLength" />