diff --git a/README.md b/README.md
index 87f52b8..5c87c0b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ The implementation is currently still in progress.
## Build
```shell
-mvn package assembly:single
+mvn package
```
## Run
diff --git a/pom.xml b/pom.xml
index 46aed72..96a0a51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
3.6.1
3.2.1
3.3.0
-
+ 3.4.2
3.1.0
1.6.13
@@ -233,6 +233,26 @@
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+ ${maven.assembly.version}
+
+
+ package
+
+ single
+
+
+ false
+ posix
+
+ src/main/assembly/dist.xml
+
+
+
+
+
com.github.spotbugs
spotbugs-maven-plugin
diff --git a/src/main/assembly/dist.xml b/src/main/assembly/dist.xml
new file mode 100644
index 0000000..cf41569
--- /dev/null
+++ b/src/main/assembly/dist.xml
@@ -0,0 +1,30 @@
+
+ zip
+ true
+
+
+ tar.gz
+ zip
+ dir
+
+
+
+ ${project.basedir}
+
+ README*
+ LICENSE*
+
+ 0644
+
+
+
+
+ runtime
+ libs
+ 0644
+ ${artifact.groupId}.${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension}
+
+
+