Bug no Plugin do Maven :: Ajuda

Quando vou executar a seguinte goal no maven :

	<postGoal name="java:compile">
		<attainGoal name="xdoclet:hibernatedoclet"/>
		<copy toDir="${maven.build.dir}/classes" file="src/main/java/hibernate.cfg.xml"/>
	</postGoal>

sou surpreendido com uma exception, com a seguinte descrição:

Busquei no google, e descobri q é um bug do plugin,
entre e veja a descrição do bug.

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?

valew!!!

Olá

28 June 2004 - Apache Maven 1.0 RC4 Released

Download

Changes in this version include:

New Features:

* 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.

[]s
Luca

Eu vi a descrição do erro do plugin, que no site fala que o erro é do RC1,
mas eu estou utilizando o RC4, e da o mesmo problema.
bixigas… :evil: