|
From: Johannes S. (JIRA) <no...@sp...> - 2008-11-24 20:35:18
|
xswingx not in repository
-------------------------
Key: RCP-590
URL: http://jira.springframework.org/browse/RCP-590
Project: Spring Rich Client Project
Issue Type: Bug
Affects Versions: 1.1.0
Reporter: Johannes Schneider
Assignee: Lieven Doclo
Priority: Blocker
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.jdesktop.xswingx:xswingx:jar:0.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jdesktop.xswingx -DartifactId=xswingx -Dversion=0.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.jdesktop.xswingx -DartifactId=xswingx -Dversion=0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.springframework.richclient:spring-richclient-core:jar:1.1.0-SNAPSHOT
2) org.jdesktop.xswingx:xswingx:jar:0.2
----------
1 required artifact is missing.
for artifact:
org.springframework.richclient:spring-richclient-core:jar:1.1.0-SNAPSHOT
from the specified remote repositories:
springRichclientRepository (http://spring-rich-c.sourceforge.net/maven2repository),
maven (http://repo1.maven.org/maven2),
codehaus (http://repository.codehaus.org/org/codehaus),
jboss (http://repository.jboss.com/maven2/),
central (http://repo1.maven.org/maven2)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|