diff --git a/test/pom.xml b/test/pom.xml
index e78a9c10a07..6da0f0e4849 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -259,6 +259,28 @@
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+
+
+ check-for-misplaced-ITs
+
+ exec
+
+ validate
+
+ bash
+
+ -c
+ ! find src/test/java -name '*IT.java' -exec echo '[ERROR] {} should be in src/main/java' \; | grep 'src/test/java'
+
+
+
+
+
+
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/SessionBlockVerifyIT.java b/test/src/main/java/org/apache/accumulo/test/functional/SessionBlockVerifyIT.java
similarity index 100%
rename from test/src/test/java/org/apache/accumulo/test/functional/SessionBlockVerifyIT.java
rename to test/src/main/java/org/apache/accumulo/test/functional/SessionBlockVerifyIT.java