ACCUMULO-4703 Move mvn prereq to maven-plugin
diff --git a/pom.xml b/pom.xml
index e87d533..dc0a687 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,9 @@
   <packaging>maven-plugin</packaging>
   <name>Apache Accumulo Maven Plugin</name>
   <description>An Apache Maven plugin for testing software against a test Apache Accumulo instance.</description>
+  <prerequisites>
+    <maven>${maven.min-version}</maven>
+  </prerequisites>
   <dependencies>
     <dependency>
       <groupId>commons-io</groupId>