[xSocket-develop] xsocket problem with maven repository
Status: Inactive
Brought to you by:
grro
|
From: Jacek K. <ve...@wp...> - 2008-10-23 09:08:25
|
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 ---------------------------------------------------- Niezwykła i egzotyczna chińska saga, w której realizm splata się z bajkowością. To powieść o dojrzewaniu, miłości, zemście i przeznaczeniu."Bracia" - Da Chen. Już w księgarniach! http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fbracia2.html&sid=527 |