Merge branch '1.8'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d0281f20 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d0281f20 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d0281f20 Branch: refs/heads/master Commit: d0281f20fa674149160b4794dcf8446319457a24 Parents: daeb78b 1224231 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Tue Jun 13 17:08:04 2017 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Tue Jun 13 17:08:04 2017 -0400 ---------------------------------------------------------------------- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/d0281f20/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index 89f6b26,957792a..857e762 --- a/pom.xml +++ b/pom.xml @@@ -835,6 -842,6 +835,11 @@@ </excludes> </configuration> </plugin> ++ <plugin> ++ <groupId>net.revelc.code</groupId> ++ <artifactId>warbucks-maven-plugin</artifactId> ++ <version>1.0.0</version> ++ </plugin> </plugins> </pluginManagement> <plugins> @@@ -1104,6 -1077,6 +1109,28 @@@ </executions> </plugin> <plugin> ++ <groupId>net.revelc.code</groupId> ++ <artifactId>warbucks-maven-plugin</artifactId> ++ <executions> ++ <execution> ++ <id>check-junit-categories-on-its</id> ++ <goals> ++ <goal>check</goal> ++ </goals> ++ <configuration> ++ <rules> ++ <rule> ++ <includeMainClasses>true</includeMainClasses> ++ <includeTestClasses>true</includeTestClasses> ++ <classPattern>.*IT</classPattern> ++ <classAnnotationPattern>org[.]junit[.]experimental[.]categories[.]Category</classAnnotationPattern> ++ </rule> ++ </rules> ++ </configuration> ++ </execution> ++ </executions> ++ </plugin> ++ <plugin> <!-- Allows us to get the apache-ds bundle artifacts --> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId>