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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
