...
Make the dependency plugin download a single dependency using the Code Block get goal?
The problem is that when you follow the plugin's instructions for the
...
get
...
goal, and provide the
...
repositoryUrl
...
parameter, the plugin fails (at least on Ubuntu 10.10 with Maven 3.0.2/3.0.3 and plugin version 2.1/2.2).
...
The work-aournd to this bug is to not use
...
repositoryUrl
...
and instead use
...
repoUrl
...
to specify the repository.
