diff --git a/pom.xml b/pom.xml
index 3590d629a1..ce52dc399e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,33 @@
src/main/scala
src/test/scala
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+ 1.0
+
+
+ enforce-no-snapshots
+
+ enforce
+
+
+
+
+ env.AKKA_HOME
+ "You must have set AKKA_HOME!"
+
+
+
+ ${env.AKKA_HOME}/embedded-repo
+
+
+
+ true
+
+
+
+
org.apache.maven.plugins
maven-surefire-plugin