I think you should use the maven central repository. Verify your settings.xml file in "/root/.m2/" and check the repositories configuration. If you don't have any repository configured, by default, the maven central repository will be used. Refer to http://maven.apache.org/settings.html for settings.xml configuration. The maven central repository URL is http://repo1.maven.org/maven2/
Good luck (and sorry for my poor english ;) ) Joao Carlos On Mon, Jun 22, 2009 at 11:20 PM, Nelson Serafica <[email protected]>wrote: > It seems there's no maven plugins. I tried to visit > http://download.java.net/maven/2/org/apache/ but there is no maven. All I > can see is ant, axis, jasper, lucene, servicemix. Could it be removed? > > If ever I found new repo, how can I update it? > > TIA > > > Wayne Fay wrote: > >> You or someone else has defined a repo in settings.xml file that is >> pointing to maven2-repository.dev.java.net. >> >> <h1>Moved Permanently</h1> >>> <p>The document has moved <a >>> href=" >>> http://download.java.net/maven/2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom >>> ">here</a>.</p> >>> <hr> >>> <address>Apache Server at maven2-repository.dev.java.net Port >>> 443</address> >>> </body></html> >>> >> >> Apparently that is not longer a valid repo location. Adjust it to look >> at download.java.net instead. >> >> The INDIVO Users list (or whatever) should also be able to help with >> these kinds of problems, I would assume, and might be a better >> resource for you as the people on this list are not INDIVO experts. >> >> Wayne >> >> --------------------------------------------------------------------- >> 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] > >
