Hi,
Can anybody tell, the location of a mvn-repo containing spring-surf?
Thx
michael
Hi,
Can anybody tell, the location of a mvn-repo containing spring-surf?
Thx
michael
According to http://www.springsource.org/extensions/se-surf it's at https://extensions.springframework.org/snapshot. Haven't tried it myself though.
Regards
Hi,
I tried this already. If I ad it to my artifactory, it says that there are no artifacts.
Regards
Hi there
The forum sticky includes references to these Maven-based tutorials:
http://blogs.alfresco.com/wp/ewinlof...ng-webscripts/
http://blogs.alfresco.com/wp/ewinlof...ript-rest-api/
I followed the 1st tutorial last night. I was able to resolve the artifacts OK.
Regards
Hi,
I don't know, what I'm doing wrong. Tried to follow the first tutorial.
Added
to my pom. Maven can not resolve the surf-specific dependencies. Others are resolved and downloaded.Code:<repositories> <repository> <id>spring-extensions-milestone</id> <name>Spring Extensions Milestone Repository</name> <url>http://extensions.springframework.org/milestone</url> </repository> </repositories>
Then tried to import the repository into our artifactory-repository as a 'remote-repository'. Artifactory says that there isn't a repository at this location...
Regards