diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
new file mode 100644
index 00000000..cd61a6e3
--- /dev/null
+++ b/DEVELOPMENT.md
@@ -0,0 +1,7 @@
+# Development
+
+## Testing
+
+The project has special integration tests, which can be recognized by the tag `IntegrationTest`. These connect against a live node. To execute these tests the profile `allTests` must be active.
+
+`mvn clean test -PallTests`
diff --git a/pom.xml b/pom.xml
index 3cdd506d..1c345bf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@
1.8
1.8
UTF-8
+ IntegrationTest
3.0.0
@@ -285,7 +286,7 @@
maven-surefire-plugin
${version.maven-surefire-plugin}
- IntegrationTest
+ ${excludedTests}
false
@@ -312,6 +313,12 @@
+
+ allTests
+
+
+
+
build
@@ -377,7 +384,6 @@
-
release