diff --git a/assembly.xml b/assembly.xml new file mode 100644 index 00000000..4211130e --- /dev/null +++ b/assembly.xml @@ -0,0 +1,33 @@ + + build + + tar.bz2 + zip + + + + ${project.basedir} + / + + README* + LICENSE* + NOTICE* + LICENSE* + + + + ${project.basedir}/web + /dynmap/web + + + ${project.basedir} + /dynmap/ + + configuration.txt + + + + ${project.build.directory}/${artifactId}-${version}.jar + / + dynmap.jar + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 85085ecc..3ad7428c 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,24 @@ 1.6 - + + maven-assembly-plugin + + + assembly.xml + + + + + build + package + + single + + + + +