[xSocket-develop] xsocket problem with maven repository
Status: Inactive
Brought to you by:
grro
|
From: Jacek K. <ve...@wp...> - 2008-10-23 08:49:18
|
Hi, Since 10/19 I'm unable to compile code which uses xlightweb using Maven. The problem I see is: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Couldn't find a version in [2.2] to match range [2.1.2,2.2) org.xsocket:xSocket:jar:null from the specified remote repositories: central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ Dependency in my pom.xml <dependency> <groupId>org.xlightweb</groupId> <artifactId>xlightweb</artifactId> <version>2.0</version> <scope>test</scope> </dependency> I've tried to use all versions of xlightweb available in maven repository but all of them do no work. I've traced what maven do with repository and I see that one of the steps is downloading /nexus/content/repositories/central/org/xsocket/xSocket/maven-metadata.xml and this file contains information about only one version of xsocket (2.2) and xslightweb requires version lower than 2.2 version="1.0" encoding="UTF-8"?><metadata> <groupId>org.xsocket</groupId> <artifactId>xSocket</artifactId> <version>2.2</version> <versioning> <versions> <version>2.2</version> </versions> <lastUpdated>20081019161028</lastUpdated> </versioning> </metadata> Maven repository contains much more versions of xsocket and I think that they should be listed here. I suspect that this caused by mistake made during upload of new xsocket release to maven repository. Best regards, Jacek Kolodziejewski ---------------------------------------------------- ATRAKCYJNE NIERUCHOMOŚCI W ZAKOPANEM !!! Apartamenty, Domy, Działki, Pensjonaty, Hotele, Lokale użytkowe... Kliknij: http://klik.wp.pl/?adr=www.bachledanieruchomosci.pl&sid=528 |