Hi, Maria, -U did not help and it seems that ther problem is that in case of this praticular plugin and only in case its POM file Maven tries to download it only from the Central Maven directory and not from our one. (The configuration is good because other plugins of ours are working perfectly.)
The solution: I have to define the version of the plugin in the POM file. If it is defined, the POM is downloaded and everything is fine. Who understands... Gergely --- Maria Odea Ching <[EMAIL PROTECTED]> wrote: > Hi Gergely, > > Have you tried executing mvn install with -U to update the plugins > for > the project? > e.g. mvn install -U > > Hope this helps :-) > > Thanks, > Odea > > > Gergely Szak�ly wrote: > > >Hi all, > > > >I made a modification to the surefire plugin for use in our > project > >(to modify the classloading order). I installed the plugin to our > >company Maven repository. The surprise: when running Maven, Maven > >recognises the new version of the plugin, the JAR file of the > patched > >plugin is downloaded to the local repository, but the POM file is > >not. Consequently the build fails. > > > >On the other hand: > > > >If I download the POM file manually to the local repository, the > >plugin starts working. > > > >If I add the plugin artifact to my Maven project as a dependency > and > >execute 'mvn compile', the same POM file *does get downloaded* and > >the plugin starts working!!!! If I execute 'mvn install' instead > 'mvn > >compile', the POM is *not* downloaded. > > > >Any idea? > > > >Gergely > > > >__________________________________________________ > >Do You Yahoo!? > >Tired of spam? Yahoo! Mail has the best spam protection around > >http://mail.yahoo.com > > > >--------------------------------------------------------------------- > >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] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
