List of maven dependencies

The maven-dependency-plugin is a great plugin for outputting all kinds of formats of your dependencies. However, I’ve started thinking about introducing a simple package manager for ADAMS (all modules lumped together are becoming a bit too big…) and for that purpose, the list output of the plugin is not up to scratch. So, in good old open-source fashion, I forked version 2.10 of the plugin and created a simplified version that allows one to tweak the output a bit more:

https://github.com/fracpete/maven-dependency-list-plugin