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] ------------------------------------------------------------------------