Return-Path: Delivered-To: apmail-maven-archiva-issues-archive@locus.apache.org Received: (qmail 35686 invoked from network); 20 Dec 2007 18:17:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2007 18:17:36 -0000 Received: (qmail 22316 invoked by uid 500); 20 Dec 2007 18:17:16 -0000 Delivered-To: apmail-maven-archiva-issues-archive@maven.apache.org Received: (qmail 22299 invoked by uid 500); 20 Dec 2007 18:17:16 -0000 Mailing-List: contact archiva-issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-dev@maven.apache.org Delivered-To: mailing list archiva-issues@maven.apache.org Received: (qmail 22279 invoked by uid 99); 20 Dec 2007 18:17:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 10:17:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 18:16:53 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 46B7B14A803B for ; Thu, 20 Dec 2007 12:16:57 -0600 (CST) Message-ID: <32727322.1198174617287.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 20 Dec 2007 12:16:57 -0600 (CST) From: "Henrik Schmidt (JIRA)" To: archiva-issues@maven.apache.org Subject: [jira] Issue Comment Edited: (MRM-641) mvn cobertura:cobertura does not work with Archiva repository set as mirror In-Reply-To: <21131793.1198168077571.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117417 ] hsm edited comment on MRM-641 at 12/20/07 12:16 PM: --------------------------------------------------------------- The Archiva logs do not record a request coming in. Steps to reproduce: $ mvn archetype:create -DgroupId=some.namespace -DartifactId=myproject -DarchetypeArtifactId=maven-archetype-quickstart $ cd myproject/ $ mvn -U -X -e cobertura:cobertura >output1.log $ rm ~/.m2/settings.xml $ mvn -U -X -e cobertura:cobertura >output2.log output logs attached was (Author: hsm): The Archiva logs does not record a request coming in. Steps to reproduce: $ mvn archetype:create -DgroupId=some.namespace -DartifactId=myproject -DarchetypeArtifactId=maven-archetype-quickstart $ cd myproject/ $ mvn -U -X -e cobertura:cobertura >output1.log $ rm ~/.m2/settings.xml $ mvn -U -X -e cobertura:cobertura >output2.log output logs attached > mvn cobertura:cobertura does not work with Archiva repository set as mirror > --------------------------------------------------------------------------- > > Key: MRM-641 > URL: http://jira.codehaus.org/browse/MRM-641 > Project: Archiva > Issue Type: Bug > Affects Versions: 1.0 > Environment: Archiva is running on a Tomcat 6.0.14 with default setup. > I've also tried it on a Tomcat 5.5.25 with the same result. > Reporter: Henrik Schmidt > Attachments: output1.log, output2.log > > > mvn cobertura:cobertura does not work with Archiva repository set as mirror. > $ mvn cobertura:cobertura > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'cobertura'. > [INFO] org.apache.maven.plugins: checking for updates from central > [INFO] org.codehaus.mojo: checking for updates from central > [INFO] artifact org.apache.maven.plugins:maven-cobertura-plugin: checking for updates from central > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-cobertura-plugin' does not exist or no valid version could be found > [INFO] ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 2 seconds > [INFO] Finished at: Thu Dec 20 16:19:17 GMT 2007 > [INFO] Final Memory: 1M/4M > [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira