zaplatynski / fsm-packagetype

A basic approach to a Maven package type for FirstSpirit modules
https://zaplatynski.github.io/fsm-packagetype/
Apache License 2.0
3 stars 2 forks source link

Bug in dependency resolution #3

Closed zaplatynski closed 8 years ago

zaplatynski commented 8 years ago

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().

zaplatynski commented 8 years ago

Fixed in version 2.1.2