Return-Path: Delivered-To: apmail-maven-archiva-users-archive@locus.apache.org Received: (qmail 56285 invoked from network); 13 Mar 2008 11:30:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 11:30:05 -0000 Received: (qmail 68829 invoked by uid 500); 13 Mar 2008 11:30:01 -0000 Delivered-To: apmail-maven-archiva-users-archive@maven.apache.org Received: (qmail 68788 invoked by uid 500); 13 Mar 2008 11:30:01 -0000 Mailing-List: contact archiva-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-users@maven.apache.org Delivered-To: mailing list archiva-users@maven.apache.org Received: (qmail 68775 invoked by uid 99); 13 Mar 2008 11:30:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 04:30:01 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aleboo@gmail.com designates 72.14.220.157 as permitted sender) Received: from [72.14.220.157] (HELO fg-out-1718.google.com) (72.14.220.157) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 11:29:24 +0000 Received: by fg-out-1718.google.com with SMTP id d23so2700593fga.32 for ; Thu, 13 Mar 2008 04:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=XpLkL0QsxPHGSZO2flilVMHJiScMizIUm16OUKhWEKA=; b=XntEnccqNgruEsn7TecQzwl7vibYxM6QwZqwrV764PBwkRNQ3uIAdYrSh2NHA4ZSs8zeK6kSjq1O6YuG3+hVpNVMwvM+/tg15h2S6UVt6ctA8BxlxWjZjB2yFvHzBHinl/nqFTClpqOiH7xN9+StdHXVM510mgMUE1oA0a0JkMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ES+JF1vaZyYS0g6NsrEXdZvm2EIS+Os6ZIpDTelU00i41k9uNg79S1Ilyr3Gnl4xQJSWjSzXb0OM8OSzkbFacTY8VDy2ChnFVNvlAqD+uMPltmvQI1gh+DNkoI986G7QiC5CwSf/Y6VsVURmj5XrcbxuLxu0pVK0Aolh29e5XYM= Received: by 10.82.182.1 with SMTP id e1mr22602092buf.21.1205407773322; Thu, 13 Mar 2008 04:29:33 -0700 (PDT) Received: by 10.82.107.16 with HTTP; Thu, 13 Mar 2008 04:29:33 -0700 (PDT) Message-ID: <69e5d1d90803130429v6e4d7303r2e1a06b6c604778f@mail.gmail.com> Date: Thu, 13 Mar 2008 13:29:33 +0200 From: alebu To: archiva-users@maven.apache.org Subject: Strange info message "Repository 'myrepo' will be blacklisted" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10353_17224204.1205407773310" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10353_17224204.1205407773310 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I configured proxy repository with Archiva and tryed to add external artifact using deploy:deploy-file. Everything works just fine, file was added to repository and become available in my builds, but strange message apperared (again, operation was completed and file was added to repo). artefactId=joltwls groupId=com.bea version=9.1 So, i am curious about that promise to blacklist repository. Maybe i miss some non critical configuration issue? Here goes results of deploy-file mojo: WAGON_VERSION: 1.0-beta-2 [INFO] ------------------------------------------------------------------------ [INFO] Building Webdav Deployment POM [INFO] task-segment: [deploy:deploy-file] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [deploy:deploy-file] Uploading: http://localhost:8080/archiva/repository/myrepo/com/bea/joltwls/9.1/joltwls-9.1.jar [INFO] Retrieving previous metadata from myrepo [WARNING] project information for joltwls 9.1 could not be retrieved from repository: myrepo due to an error: Error transferring file [INFO] Repository 'myrepo' will be blacklisted [INFO] Uploading project information for joltwls 9.1 [INFO] Retrieving previous metadata from myrepo [WARNING] repository metadata for: 'artifact com.bea:joltwls' could not be retrieved from repository: myrepo due to an error: Error transferring file [INFO] Repository 'internal' will be blacklisted [INFO] Uploading repository metadata for: 'artifact com.bea:joltwls' [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Thu Mar 13 12:10:15 EET 2008 [INFO] Final Memory: 3M/6M [INFO] ------------------------------------------------------------------------ ------=_Part_10353_17224204.1205407773310--