maven - Why does Nexus repository doesn't download the required artifacts when using a group repository? -


i use nexus repository manager , configured default .../nexus/content/groups/public/ repository , added maven central, codehaus snapshot , internal respository created , have uploaded few artifacts that.

then added .../nexus/content/groups/public mirror in settings.xml. when maven build, maven looks in .../nexus/content/groups/public not update org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-6 , reports not found.

but if remove mirror settings.xml, looks in http://repo1.maven.org/maven2/ , picks artifacts correctly.

i have changed publish url true. miss?

if added repositories proxy repositories in nexus not forget add proxies repository group use mirror nexus requests (public/snapshot) - assumed have kind of configuration.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -