This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.
After mvn package, there is a zip file: packaging/target/arthas-3.1.2-SNAPSHOT-bin.zip
Arthas has 'arthas.home`, by default, it try to find arthas jars like arthas-core.jar under the working directory.
If not found, try to find jars from ~/.arthas directory.
So I think the rpm zip contains arthas-3.1.2-SNAPSHOT-bin.zip , After install, the user can execute as.sh to start arthas.