Enable checkstyle enforcement in the parent pom 31/69031/7
authorTom Pantelis <tompantelis@gmail.com>
Sat, 3 Mar 2018 02:42:17 +0000 (21:42 -0500)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 12 Mar 2018 22:27:18 +0000 (18:27 -0400)
Change-Id: Ib084479d03b9406a9a629be93b22675d126a8648
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
commons/binding-parent/pom.xml
hwvtepsouthbound/hwvtepsouthbound-api/pom.xml
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
hwvtepsouthbound/hwvtepsouthbound-it/pom.xml
library/impl/pom.xml
southbound/southbound-api/pom.xml
southbound/southbound-impl/pom.xml
southbound/southbound-it/pom.xml

index fc2a72fa5a29806ceabbc05f6eb2e8720f699eaa..f5b9ed017576c901a5bbb9ab91d9d1137e51a372 100644 (file)
@@ -34,7 +34,6 @@
 
   <build>
     <plugins>
-<!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
@@ -42,6 +41,7 @@
           <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
         </configuration>
       </plugin>
+<!--
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
index 9d43a00e90dc8fb67bed0cbcac8472bf28c0b31d..01db7abb22937c1e50f6aeebbc6b92605d5d732d 100644 (file)
@@ -53,17 +53,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>concepts</artifactId>
     </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <failsOnError>true</failsOnError>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 
   <!--
       Maven Site Configuration
index b0fc7c7dbe93651c2b04eb753ad42541b43c97f2..2e49ddb2be728e3e34d19e09ddef959c72956542 100644 (file)
@@ -111,13 +111,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           </instructions>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <failsOnError>true</failsOnError>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
index f53f2a98cb05c44e05cf760cccff611e96eb1624..431cc8550acf9d0e1083af80f17e1dac8847e789 100644 (file)
@@ -158,14 +158,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <failsOnError>true</failsOnError>
-          <includeTestSourceDirectory>true</includeTestSourceDirectory>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 
index 7d655645019d208869b6bae4e314434a9ce15b70..2c489ac7c530b143c10423db03326c28523519fa 100644 (file)
@@ -113,13 +113,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           </instructions>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
index 4db03e88b0ac463f04e455dce857d27765d9c136..c3a6167723dd42792dc353bf2ca3df079b3d7f6d 100644 (file)
@@ -59,13 +59,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <failsOnError>true</failsOnError>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
index eff09e128a10f923843938aace6c6bf2c5110202..868d55ce2eec77e02d8e41f194c7ce875afc69ee 100644 (file)
@@ -121,13 +121,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           </instructions>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
index 9bdd90d9d222eb0e616282ece18a26daf7adf62e..f9a1a04818762f0a65fbffff74f14f5f6f93fb20 100644 (file)
@@ -151,14 +151,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <failsOnError>true</failsOnError>
-          <includeTestSourceDirectory>true</includeTestSourceDirectory>
-        </configuration>
-      </plugin>
     </plugins>
   </build>