|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Strange info message "Repository 'myrepo' will be blacklisted"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] ------------------------------------------------------------------------ |
|
|
Re: Strange info message "Repository 'myrepo' will be blacklisted"this essentially means a download failed - run Maven with -X to see
the actual problem. On 13/03/2008, alebu <aleboo@...> wrote: > 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] > ------------------------------------------------------------------------ > -- Brett Porter Blog: http://blogs.exist.com/bporter/ |
|
|
Re: Strange info message "Repository 'myrepo' will be blacklisted"Well, it was attempt to put artifact into repo, so it is ok that no such
artifact exists in it, isn't it? On Thu, Mar 13, 2008 at 2:00 PM, Brett Porter <brett.porter@...> wrote: > this essentially means a download failed - run Maven with -X to see > the actual problem. > > On 13/03/2008, alebu <aleboo@...> wrote: > > 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] > > > ------------------------------------------------------------------------ > > > > > -- > Brett Porter > Blog: http://blogs.exist.com/bporter/ > |
|
|
Re: Strange info message "Repository 'myrepo' will be blacklisted"It's not that it doesn't exist - it's an error connecting to the
remote repository. On 13/03/2008, alebu <aleboo@...> wrote: > Well, it was attempt to put artifact into repo, so it is ok that no such > artifact exists in it, isn't it? > > On Thu, Mar 13, 2008 at 2:00 PM, Brett Porter <brett.porter@...> > wrote: > > > > this essentially means a download failed - run Maven with -X to see > > the actual problem. > > > > On 13/03/2008, alebu <aleboo@...> wrote: > > > 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] > > > > > ------------------------------------------------------------------------ > > > > > > > > > -- > > Brett Porter > > Blog: http://blogs.exist.com/bporter/ > > > -- Brett Porter Blog: http://blogs.exist.com/bporter/ |
|
|
Re: Strange info message "Repository 'myrepo' will be blacklisted"Hello Brett I just install archiva 1.1.4 and I have an issue with archiva.
I try to release and My repo is blacklisted cause I have this error [INFO] Executing: mvn clean verify --no-plugin-updates ... [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for updates from MyRepo [WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-clean-plugin' could not be retrieved from repository: MyRepo due to an error: Error transferring file Before that I succeed with mvn install /mvn deploy Thanks for your help
|
| Free embeddable forum powered by Nabble | Forum Help |