I can't seem to find RESTEasy 2.2.0.GA in the JBoss repos. Anyone know of a repos in which I can find this version of RESTEasy?
The Atlassian repository has a copy:
https://maven.atlassian.com/content/repositories/jboss-releases/org/jboss/resteasy/
It's in there, now at least.
You can search the repo here: https://repository.jboss.org/nexus/index.html
Related
I am trying to deploying CF application available as the part of OpenSap course from this GitHub URL https://github.com/raepple/cfsectest.git . When I do maven clean install, I got the error as in the screenshot.It tells that it is unable to download some maven dependencies.Any solution to this issue?
There is a partial answer as these Maven dependencies are not available no longer. Please refer this blog for an alternative fix.
Having used RSpec in the past, I would like to use JSpec in my Java project. But I am unable to find install information in Maven Central repository or in JSpec. Would appreciate little direction.
It is part of the JavaLite Common Package. You can find it in Maven Central: http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22javalite-common%22
Is there a maven repository for JCS 1.4-SNAPSHOT. I've searched the Apache repositories, but can't seem to find it. Also is JCS still under active development? The mailing lists seem to be down.
Thanks.
I have checked Maven Central there you will find a 1.3 release but i have rechecked the SNAPSHOT repository of the project and couldn't find a up-to-date release. The current site is of the 19.feb 2012 ..so not that old. But if you don't get an answer on the mailing list Hm...
I'm searching for a longer time, but without any solution.
My problem:
I configured my Grails project (1.2.4) with Maven and my own Nexus Repo. That seems to be working well. But can I also put the Grails plugins, which I am using, also to the Nexus Repo?
At the momement the plugin dependencies are resolved over the Grails Plugin repository.
Any ideas?
with regards
Fabian
Grails 1.3 has got support for dependency managing plugins. Details are here:
http://blog.springsource.com/2010/05/18/managing-plugins-with-grails-1-3/
The article discusses some of the problems that existing in previous versions of Grails.
Understand this thread is old, but posting a link in which the author explains the configuration of grails to fetch plugins and dependencies from Nexus:
Nexus Configuration for Grails plugins and other dependencies
This worked great for grails 2.2.2.
i'm Searching repository for plugin struts2-archetype-blank for m2Eclipse
search.maven.org is a service provided by Sonatype so as to provide a reliable resource for maven artifacts. You can search for your plugin here.