Le 12/03/2017 à 15:31, 殷啟聰 a écrit : > I tried updating maven-shade-plugin to the latest version (3.0.0) but > gave up since it introduces quite a few new dependencies that are > absent in Debian, and I also tried building the upstream JaCoCo > project with maven-shade-plugin 2.4.3 and it worked. I can't say if > the bug is in libasm-java or maven-shade-plugin or > maven-debian-helper.
I figured out why it fails to build the agent. The error in the shade plugin is caused by the missing jacoco.runtime.package.name property that should be set by the gmaven plugin (which isn't in Debian and thus ignored). Fortunately two months ago I packaged gmavenplus, the successor of gmaven, and it can be used as a replacement here. I've been able to build the agent and I'll upload it shortly. Martin, please let me know how it works for you. Emmanuel Bourg