Results 1 to 5 of 5

Thread: Maven Repository

  1. #1
    Join Date
    Feb 2011
    Posts
    9

    Default Maven Repository

    Hi,

    Can anybody tell, the location of a mvn-repo containing spring-surf?

    Thx
    michael

  2. #2
    Join Date
    Aug 2008
    Posts
    9

    Default

    According to http://www.springsource.org/extensions/se-surf it's at https://extensions.springframework.org/snapshot. Haven't tried it myself though.

    Regards

  3. #3
    Join Date
    Feb 2011
    Posts
    9

    Default

    Hi,

    I tried this already. If I ad it to my artifactory, it says that there are no artifacts.

    Regards

  4. #4
    Join Date
    Aug 2008
    Posts
    9

    Default

    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

  5. #5
    Join Date
    Feb 2011
    Posts
    9

    Default

    Hi,

    I don't know, what I'm doing wrong. Tried to follow the first tutorial.
    Added
    Code:
    <repositories>
       <repository>
          <id>spring-extensions-milestone</id>
          <name>Spring Extensions Milestone Repository</name>
          <url>http://extensions.springframework.org/milestone</url>
       </repository>
    </repositories>
    to my pom. Maven can not resolve the surf-specific dependencies. Others are resolved and downloaded.

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •