diff --git a/accumulo/pom.xml b/accumulo/pom.xml index be8b9409150c2af1cbf77e96c5286c1b74e24a47..93faf584ce2f2f80be04bf603f1515268c4c4696 100644 --- a/accumulo/pom.xml +++ b/accumulo/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2011 YCSB++ project, 2014 - 2015 YCSB contributors. +Copyright (c) 2011 YCSB++ project, 2014 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you @@ -70,28 +70,6 @@ LICENSE file. </dependency> </dependencies> <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> <testResources> <testResource> <directory>../workloads</directory> diff --git a/aerospike/pom.xml b/aerospike/pom.xml index 7487fb00e218e947979adbfae7cf298778c99f4c..37cab3e2c991dd7be1169ed97075935e06bbb2ea 100644 --- a/aerospike/pom.xml +++ b/aerospike/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2015 YCSB contributors. All rights reserved. +Copyright (c) 2015-2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -42,28 +42,4 @@ LICENSE file. <scope>provided</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index dde0827f270f2d283df13f582e82bfbf0fb7384c..afb72d7be779093c50ad4c967f3634640b1876b9 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -1,5 +1,5 @@ <!-- -Copyright (c) 2015 YCSB contributors. All rights reserved. +Copyright (c) 2015-2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -71,6 +71,18 @@ LICENSE file. </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <executions> + <execution> + <id>validate</id> + <configuration> + <configLocation>../checkstyle.xml</configLocation> + </configuration> + </execution> + </executions> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> diff --git a/cassandra/pom.xml b/cassandra/pom.xml index 7fd66c0fcf316c40b0748211092c2f1d1e55e337..ef4f20b46d5eddeae129678f9f856ca6774d9977 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -48,28 +48,4 @@ LICENSE file. <scope>provided</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/cassandra2/pom.xml b/cassandra2/pom.xml index 8f3b743a536a5249705d64b216c187b144a6f76a..bbf4cd24d1e3b860dcb98158c8b7817d26571b5a 100644 --- a/cassandra2/pom.xml +++ b/cassandra2/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012-2015 YCSB contributors. All rights reserved. +Copyright (c) 2012-2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -57,28 +57,4 @@ LICENSE file. <scope>test</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/checkstyle.xml b/checkstyle.xml index e18cb5b477f5566304d7188bc321ad0835e2f4ae..2197b022643a1112c1524a006ceea8b619e8f8c4 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -180,7 +180,7 @@ LICENSE file. <property name="basicOffset" value="2" /> <property name="caseIndent" value="0" /> </module> - <module name="TodoComment"/> + <!-- <module name="TodoComment"/> --> <module name="UpperEll"/> </module> diff --git a/core/pom.xml b/core/pom.xml index 33fe500fe120c5625dd8d7f44e7ae0980ae69675..5e5da1446feda5ac5b41a68bc6c0d16ae2d70871 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -29,6 +29,7 @@ LICENSE file. <packaging>jar</packaging> <properties> + <checkstyle.failOnViolation>false</checkstyle.failOnViolation> <jackson.api.version>1.9.4</jackson.api.version> </properties> diff --git a/couchbase/pom.xml b/couchbase/pom.xml index ff02debd70dd527c52ecca223dacb1060ece1347..a7d231a7a7e884c5e05c99800fe6ff33f6ca3fa8 100644 --- a/couchbase/pom.xml +++ b/couchbase/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2015 YCSB contributors. All rights reserved. +Copyright (c) 2015-2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -29,6 +29,10 @@ LICENSE file. <name>Couchbase Binding</name> <packaging>jar</packaging> + <properties> + <checkstyle.failOnViolation>false</checkstyle.failOnViolation> + </properties> + <dependencies> <dependency> <groupId>couchbase</groupId> diff --git a/dynamodb/pom.xml b/dynamodb/pom.xml index bfe174c67d8a1721069addc32d3c184d8351ca73..acde4cb089227ae2b10c79d4d76c54023cd6d382 100644 --- a/dynamodb/pom.xml +++ b/dynamodb/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -28,6 +28,10 @@ LICENSE file. <artifactId>dynamodb-binding</artifactId> <name>DynamoDB DB Binding</name> + <properties> + <checkstyle.failOnViolation>false</checkstyle.failOnViolation> + </properties> + <dependencies> <dependency> <groupId>com.amazonaws</groupId> diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index da9975fc5fae40f5a8c6b01d7b6cadbac8ae3405..49e3d96e21a66678f3ed167f57d0bd403a67e9da 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -57,28 +57,4 @@ LICENSE file. <scope>test</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/gemfire/pom.xml b/gemfire/pom.xml index 2dadf7ad11afb2a87294cc0f66e878edb2ab4b99..3aa417eed820b56f2cbe3f991d96984158ddcb0e 100644 --- a/gemfire/pom.xml +++ b/gemfire/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -29,6 +29,10 @@ LICENSE file. <name>Gemfire DB Binding</name> <packaging>jar</packaging> + <properties> + <checkstyle.failOnViolation>false</checkstyle.failOnViolation> + </properties> + <dependencies> <dependency> <groupId>com.gemstone.gemfire</groupId> diff --git a/googledatastore/pom.xml b/googledatastore/pom.xml index fd152428b889b407006fb425e0821f47e20e19b4..4618a6058afda617743ccd64426f046a296b4522 100644 --- a/googledatastore/pom.xml +++ b/googledatastore/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2015 YCSB contributors. All rights reserved. +Copyright (c) 2015-2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -28,6 +28,7 @@ LICENSE file. <artifactId>googledatastore-binding</artifactId> <name>Google Cloud Datastore Binding</name> <url>https://github.com/GoogleCloudPlatform/google-cloud-datastore</url> + <dependencies> <dependency> <groupId>com.google.apis</groupId> @@ -46,28 +47,4 @@ LICENSE file. <scope>provided</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>false</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/hbase098/pom.xml b/hbase098/pom.xml index 5fa530856aae72b536b6f781b562e2b1449f5c08..465189abd801719f3de84ae817c9666ae5a220fd 100644 --- a/hbase098/pom.xml +++ b/hbase098/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -28,6 +28,10 @@ LICENSE file. <artifactId>hbase098-binding</artifactId> <name>HBase 0.98.x DB Binding</name> + <properties> + <checkstyle.failOnViolation>false</checkstyle.failOnViolation> + </properties> + <dependencies> <dependency> <groupId>org.apache.hbase</groupId> diff --git a/hbase10/pom.xml b/hbase10/pom.xml index 84a773842f6de61d6b92c417b03299fa27b12268..c3e6cdc62a2648c515a50bad059bd88ef7e6d25d 100644 --- a/hbase10/pom.xml +++ b/hbase10/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -53,28 +53,4 @@ LICENSE file. <scope>test</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/hypertable/pom.xml b/hypertable/pom.xml index 13ccd0049ee4380d8491151cc873e8288075a257..8c41f0683c135e3e6c9e72fb3bbd12060cffe613 100644 --- a/hypertable/pom.xml +++ b/hypertable/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -29,6 +29,10 @@ LICENSE file. <name>Hypertable DB Binding</name> <packaging>jar</packaging> + <properties> + <checkstyle.failOnViolation>false</checkstyle.failOnViolation> + </properties> + <dependencies> <dependency> <groupId>com.yahoo.ycsb</groupId> diff --git a/infinispan/pom.xml b/infinispan/pom.xml index efb81120e479f339be0330b1dc919ddcd8f7d68b..bb75caa144759c50b0d6aac2a8ba88573e51d2ff 100644 --- a/infinispan/pom.xml +++ b/infinispan/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -29,6 +29,10 @@ LICENSE file. <name>Infinispan DB Binding</name> <packaging>jar</packaging> + <properties> + <checkstyle.failOnViolation>false</checkstyle.failOnViolation> + </properties> + <dependencies> <dependency> <groupId>org.infinispan</groupId> diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 39588bf133ecda26830007dd6b4eb8388a16d803..2c8337ba80279995cd8e9f37284f120b8e51b8e7 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -54,28 +54,4 @@ LICENSE file. <scope>test</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/kudu/pom.xml b/kudu/pom.xml index 3faa998c0521b5b03a5461e900110e206ae3e9dc..8e2a8586fffe526da38b9981989d7c74ee6a3503 100644 --- a/kudu/pom.xml +++ b/kudu/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2015 YCSB contributors. All rights reserved. +Copyright (c) 2015-2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -42,30 +42,6 @@ LICENSE file. <scope>provided</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> <repositories> <repository> <releases> diff --git a/memcached/pom.xml b/memcached/pom.xml index 2c0c375d05e251095a9d9ca6d1563e77bd37723a..d1d002ea8d6c6296631bdb3f735f70274b6074db 100644 --- a/memcached/pom.xml +++ b/memcached/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2014-2015 YCSB contributors. All rights reserved. +Copyright (c) 2014-2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -54,26 +54,6 @@ LICENSE file. <build> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> diff --git a/mongodb/pom.xml b/mongodb/pom.xml index cc5a283c780aa00a14bedaee51b86505f9a3c4b2..25a6f4eed703702ebf3149dd8c3fbfc5af665f18 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -61,30 +61,6 @@ LICENSE file. <scope>test</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> <repositories> <repository> <releases> diff --git a/nosqldb/pom.xml b/nosqldb/pom.xml index 8be3179667227f3167c2f9bb3fd45a0cbd62008a..434301fd0485e876c7803a2cec410e27cd4f2f90 100644 --- a/nosqldb/pom.xml +++ b/nosqldb/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -42,28 +42,4 @@ LICENSE file. <scope>provided</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/orientdb/pom.xml b/orientdb/pom.xml index 407f75a7bfe8aee6d3625d418a860c76810989b0..79c38873ddd1c04306f3e75ccd2208603c40fe2a 100644 --- a/orientdb/pom.xml +++ b/orientdb/pom.xml @@ -59,28 +59,4 @@ LICENSE file. <version>1.7.10</version> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/pom.xml b/pom.xml index 73af18a466ed71a869fece520b473416d4b8d164..190c30bafc86c1149bcd335aeed131c02434144a 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,15 @@ LICENSE file. </modules> <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.15</version> + </plugin> + </plugins> + </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -143,18 +152,16 @@ LICENSE file. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>checkstyle.xml</configLocation> - </configuration> <executions> <execution> - <id>validate</id> + <id>validate</id> <phase>validate</phase> <goals> - <goal>checkstyle</goal> + <goal>check</goal> </goals> + <configuration> + <configLocation>checkstyle.xml</configLocation> + </configuration> </execution> </executions> </plugin> diff --git a/redis/pom.xml b/redis/pom.xml index 6e0b2278e5d2e12ae136955bb301933f4c240602..957b4b91940683f3c1f2aa75cde56cfa7fbf04e9 100644 --- a/redis/pom.xml +++ b/redis/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -42,28 +42,4 @@ LICENSE file. <scope>provided</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/s3/pom.xml b/s3/pom.xml index 2bc53df9b17836077ad7d8ef2d5fc8fb4994c4ca..8623a0192f80d6716d1d9e70aa6ea527adaa16c8 100644 --- a/s3/pom.xml +++ b/s3/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2015 YCSB contributors. All rights reserved. +Copyright (c) 2015-2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -41,28 +41,4 @@ LICENSE file. <scope>provided</scope> </dependency> </dependencies> -<build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/solr/pom.xml b/solr/pom.xml index dd713854d1670234bbd83b947d8da2344c7c37fc..d25a140b7cd685b059771e5af4b375a32a2e32a4 100644 --- a/solr/pom.xml +++ b/solr/pom.xml @@ -56,28 +56,4 @@ LICENSE file. <scope>test</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/tarantool/pom.xml b/tarantool/pom.xml index 85f0fe6221be11d7efcdea8a632ff6249a26f7ee..11f014199f6a3958a442217eb77b0fcd2021142a 100644 --- a/tarantool/pom.xml +++ b/tarantool/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2015 YCSB contributors. All rights reserved. +Copyright (c) 2015-2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -30,6 +30,10 @@ LICENSE file. <name>Tarantool DB Binding</name> <packaging>jar</packaging> + <properties> + <checkstyle.failOnViolation>false</checkstyle.failOnViolation> + </properties> + <dependencies> <dependency> <groupId>org.tarantool</groupId> diff --git a/voldemort/pom.xml b/voldemort/pom.xml index f4b2139620804510ab5617f4935c3d376b3917dc..943888e7cfe5c8e00742aa83ee74db0e91bcf69f 100644 --- a/voldemort/pom.xml +++ b/voldemort/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2012 - 2015 YCSB contributors. All rights reserved. +Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You @@ -48,28 +48,4 @@ LICENSE file. <scope>provided</scope> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.15</version> - <configuration> - <consoleOutput>true</consoleOutput> - <configLocation>../checkstyle.xml</configLocation> - <failOnViolation>true</failOnViolation> - <failsOnError>true</failsOnError> - </configuration> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>checkstyle</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project>