Ele diz que o plugin.jelly um namespace maven que não é usado.
E diz que uma solução, pode ser, remover a declaração do namespace.
Esta realmente é a melhor solução? Alguém ja passou por isso e pode me
ajudar? Se esta for mesmo a solução, como eu faço pra remover do
namespace a declaração?
* Support NTLM authentication on a remote repository. Issue: MAVEN-1332. Thanks to george wang.
Fixed bugs:
* Sort all installed plugins. Issue: MAVEN-1320. Thanks to Miguel Griffa.
* Fix HTTP BASIC authentication for remote repos. Issue: MAVEN-1273. Thanks to Andreas Peschka.
* Repository element was broken for non-cvs connections Issue: MAVEN-1298.
Changes:
* Set maven.plugin.user.dir to ${maven.home.local}/plugins by default, move maven.plugin.unpacked.dir to ${maven.home.local}/cache.
* Read local plugin jars from maven.plugin.user.dir instead of maven.plugin.unpacked.dir.
* Use commons-httpclient for http downloads from the repository.
Plugin changes:
* The deploy plugin has been merged into the artifact plugin. The artifact plugin is used for all artifact deployments now, and supports the old-style deployment transparently.
* [color="red"]Plenty of bugfix releases of other plugins - refer to the individial plugin websites or release announcements.[/color]
* Addition of the new RAR plugin.