You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jim Mochel <ji...@ascentialsoftware.com> on 2005/03/30 19:16:42 UTC

How can I disable the hibbernate plugin ?

--------------------------------------------------------------------------
WARNING: Plugin 'maven-hibernate-plugin' is already loaded from
maven-hibernate-plugin-1.3; attempting to load maven-hibernate-plugin-1.2
Attempting to download xerces-2.4.0.jar.
-------------------------------------------------------------------------

When using Maven , it periodically pulls down the xerces parser from
somewhere other than the defined remote repository (which does not contain
the xerces package) and this causes multiple problems with a tool used
within the build.

I don't use the hibernate plugin and woiuld like to disable the pulldown,
how do I do it?

Thanks

Jim Mochel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How can I disable the hibbernate plugin ?

Posted by Brett Porter <br...@gmail.com>.
This warning is because there is a hibernate plugin in both
$MAVEN_HOME/plugins and $HOME/.maven/plugins. Remove the one from your
home directory and the warning will go away.

To find out where the Xerces JAR is coming from, I suggest you run
with -X and look just before the failed download - it should say what
project it is resolving dependencies for.

- Brett


On Wed, 30 Mar 2005 12:16:42 -0500, Jim Mochel
<ji...@ascentialsoftware.com> wrote:
> --------------------------------------------------------------------------
> WARNING: Plugin 'maven-hibernate-plugin' is already loaded from
> maven-hibernate-plugin-1.3; attempting to load maven-hibernate-plugin-1.2
> Attempting to download xerces-2.4.0.jar.
> -------------------------------------------------------------------------
> 
> When using Maven , it periodically pulls down the xerces parser from
> somewhere other than the defined remote repository (which does not contain
> the xerces package) and this causes multiple problems with a tool used
> within the build.
> 
> I don't use the hibernate plugin and woiuld like to disable the pulldown,
> how do I do it?
> 
> Thanks
> 
> Jim Mochel
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org