diff --git a/thresh/pom.xml b/thresh/pom.xml index 6c83ccf..ae585cc 100644 --- a/thresh/pom.xml +++ b/thresh/pom.xml @@ -261,6 +261,25 @@ 6 + + maven-assembly-plugin + 2.4.1 + + + src/assembly/tar.xml + + ${artifactNamedVersion} + + + + make-assembly + package + + single + + + + jdeb org.vafer diff --git a/thresh/src/assembly/tar.xml b/thresh/src/assembly/tar.xml new file mode 100644 index 0000000..f91fb6e --- /dev/null +++ b/thresh/src/assembly/tar.xml @@ -0,0 +1,37 @@ + + tar + + tar.gz + + + + ${project.basedir} + / + + README* + LICENSE* + + + + + + ${project.build.directory}/${shadedJarName}.jar + / + monasca-thresh.jar + + + ${project.basedir}/src/deb/etc/thresh-config.yml-sample + examples + + + ${project.basedir}/src/main/resources/logback.xml + examples + + + ${project.basedir}/src/deb/init/monasca-thresh + examples + + +