Note that there are some explanatory texts on larger screens.

plurals
  1. PONexus can't find artifact that is in Maven Central
    text
    copied!<p>I have a Nexus server with group-type repository that contains Maven Center. I can see org.codehaus.mojo:cobertura-maven-plugin:2.5.1 artifacts (both pom and jar) in Maven Center <a href="http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/">[1]</a>, but when I'm trying to download this artifact using Maven, it says:</p> <pre><code>Downloading: https://example.com/nexus/content/groups/all/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/cobertura-maven-plugin-2.5.1.pom [WARNING] The POM for org.codehaus.mojo:cobertura-maven-plugin:jar:2.5.1 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.523s [INFO] Finished at: Wed May 16 16:31:24 EEST 2012 [INFO] Final Memory: 18M/219M [INFO] ------------------------------------------------------------------------ [INFO] [16:31:24.647] Execute org.codehaus.mojo:cobertura-maven-plugin:2.5.1:cobertura done: 3978 ms [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] example project 1 ................................. FAILURE [10.077s] [INFO] example project 2 ................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.804s [INFO] Finished at: Wed May 16 16:31:24 EEST 2012 [INFO] Final Memory: 17M/218M [INFO] ------------------------------------------------------------------------ [ERROR] Plugin org.codehaus.mojo:cobertura-maven-plugin:2.5.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.mojo:cobertura-maven-plugin:jar:2.5.1: Could not find artifact org.codehaus.mojo:cobertura-maven-plugin:pom:2.5.1 in example.com (https://example.com/nexus/content/groups/all) -&gt; [Help 1] [ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (default-cli) on project example project 1: Can not execute Sonar: Unable to execute maven plugin: Exception during execution of org.codehaus.mojo:cobertura-maven-plugin:2.5.1:cobertura -&gt; [Help 2] </code></pre> <p>Any ideas why it can't download artifacts?</p> <p><strong>UPD:</strong> Yes, I've set mirror in settings.xml and yes, repository is 'In Service', and only reversed proxy is used.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload