[infinispan-issues] [JBoss JIRA] Commented: (ISPN-652) Build fails due to a missing artifact - spy:memcached:jar:2.5
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Thu Sep 23 07:01:28 EDT 2010
[ https://jira.jboss.org/browse/ISPN-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12552669#action_12552669 ]
Galder Zamarreño commented on ISPN-652:
---------------------------------------
Hmmmm, memcached pom has the necessary repo definition in:
<repositories>
<repository>
<id>spy</id>
<name>Spy Repository</name>
<layout>default</layout>
<url>http://bleu.west.spy.net/~dustin/m2repo/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Trustin, this sounds like a Maven client problem unless the repo is not working any more although it looks to be up and running.
> Build fails due to a missing artifact - spy:memcached:jar:2.5
> -------------------------------------------------------------
>
> Key: ISPN-652
> URL: https://jira.jboss.org/browse/ISPN-652
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 4.2.0.ALPHA1
> Reporter: Trustin Lee
> Assignee: Trustin Lee
> Priority: Trivial
> Fix For: 4.2.0.BETA1
>
>
> It seems like JBoss.org Maven repository doesn't have 'spy:memcached:jar:2.5' (the original repo is: http://bleu.west.spy.net/~dustin/m2repo/ )
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Infinispan Server Memcached Module
> [INFO] task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> Downloading: https://repository.jboss.org/nexus/content/groups/developer//spy/memcached/2.5/memcached-2.5.pom
> [INFO] Unable to find resource 'spy:memcached:pom:2.5' in repository central (http://central)
> Downloading: https://repository.jboss.org/nexus/content/groups/developer//spy/memcached/2.5/memcached-2.5.pom
> [INFO] Unable to find resource 'spy:memcached:pom:2.5' in repository spy (http://bleu.west.spy.net/~dustin/m2repo/)
> Downloading: https://repository.jboss.org/nexus/content/groups/developer//spy/memcached/2.5/memcached-2.5.pom
> [INFO] Unable to find resource 'spy:memcached:pom:2.5' in repository scala-tools.org (http://scala-tools.org/repo-releases)
> Downloading: https://repository.jboss.org/nexus/content/groups/developer//spy/memcached/2.5/memcached-2.5.jar
> [INFO] Unable to find resource 'spy:memcached:jar:2.5' in repository central (http://central)
> Downloading: https://repository.jboss.org/nexus/content/groups/developer//spy/memcached/2.5/memcached-2.5.jar
> [INFO] Unable to find resource 'spy:memcached:jar:2.5' in repository spy (http://bleu.west.spy.net/~dustin/m2repo/)
> Downloading: https://repository.jboss.org/nexus/content/groups/developer//spy/memcached/2.5/memcached-2.5.jar
> [INFO] Unable to find resource 'spy:memcached:jar:2.5' in repository scala-tools.org (http://scala-tools.org/repo-releases)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) spy:memcached:jar:2.5
> Try downloading the file manually from the project website.
> Then, install it using the command:
> mvn install:install-file -DgroupId=spy -DartifactId=memcached -Dversion=2.5 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:
> mvn deploy:deploy-file -DgroupId=spy -DartifactId=memcached -Dversion=2.5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> Path to dependency:
> 1) org.infinispan:infinispan-server-memcached:jar:4.2.0-SNAPSHOT
> 2) spy:memcached:jar:2.5
> ----------
> 1 required artifact is missing.
> for artifact:
> org.infinispan:infinispan-server-memcached:jar:4.2.0-SNAPSHOT
> This error occurs when a user/developer configured one's ~/.m2/settings.xml as advised here, especially when the optional mirror settings were applied:
> http://community.jboss.org/wiki/MavenGettingStarted-Developers
> The workaround is to disable the mirror settings in the ~/.m2/settings.xml until JBBUILD-648 is resolved.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list