[maven-release-plugin]  copy for tag 1.0.0-M18

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M18@1495321 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/LdifEntry.java b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/LdifEntry.java
index 976302f..6c8b319 100644
--- a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/LdifEntry.java
+++ b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/LdifEntry.java
@@ -866,6 +866,8 @@
             // Check each different cases
             switch ( changeType )
             {
+                case None:
+                    // Fall through
                 case Add:
                     // Checks the attributes
                     if ( entry != null )
@@ -975,6 +977,8 @@
         // Check each different cases
         switch ( changeType )
         {
+            case None:
+                // Fall through
             case Add:
                 // Checks the attributes
                 if ( entry.size() != otherEntry.entry.size() )
diff --git a/pom.xml b/pom.xml
index a834254..868cb07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
         </executions>
       </plugin>        
 
-      <plugin>
+      <!-- plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
@@ -206,7 +206,7 @@
             <version>${org.apache.directory.checkstyle-configuration.version}</version>
           </dependency>
         </dependencies>
-      </plugin>
+      </plugin -->
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -243,7 +243,7 @@
               </configuration>
             </plugin>
       
-            <plugin>
+            <!-- plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-pmd-plugin</artifactId>
               <configuration>
@@ -253,7 +253,7 @@
                 <targetJdk>1.6</targetJdk>
                 <aggregate>true</aggregate>
               </configuration>
-            </plugin>
+            </plugin -->
       
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
@@ -330,7 +330,7 @@
             </plugin>
 -->
       
-            <plugin>
+            <!-- plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-checkstyle-plugin</artifactId>
               <configuration>
@@ -339,7 +339,7 @@
                 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
                 <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation>
               </configuration>
-            </plugin>
+            </plugin -->
       
             <plugin>
               <groupId>org.codehaus.mojo</groupId>