In version 2.1.1 there were some dependencies updated which causes in the Velocity macros the wrong source of dependencies. Instead of MavenProject::getDependencyArtifacts() which is deprecated in Maven 3.3.9 it is recommended to use MavenProject::getArtifacts().
In version 2.1.1 there were some dependencies updated which causes in the Velocity macros the wrong source of dependencies. Instead of MavenProject::getDependencyArtifacts() which is deprecated in Maven 3.3.9 it is recommended to use MavenProject::getArtifacts().