Results 1 to 6 of 6

Thread: maven + spring-social

  1. #1
    Join Date
    Aug 2004
    Location
    Vrhnika, Slovenia
    Posts
    133

    Default maven + spring-social

    I'm having trouble finding the right Maven repository to pull Spring-Social 1.0.0.M1.
    Hint(s) appreciated. :-)
    Last edited by alesj; Nov 20th, 2010 at 10:16 AM.

  2. #2
    Join Date
    May 2008
    Location
    Boston, MA
    Posts
    63

    Default

    Try the pom found in the Greenhouse app. Good examples of things in there as well.

    http://git.springsource.org/greenhou...master/pom.xml

  3. #3
    Join Date
    Aug 2004
    Location
    Vrhnika, Slovenia
    Posts
    133

    Default

    Quote Originally Posted by mveitas View Post
    Try the pom found in the Greenhouse app. Good examples of things in there as well.

    http://git.springsource.org/greenhou...master/pom.xml
    Ah, thanks.

    I tried those, but looks like I missed something.
    I'll try again.

  4. #4
    Join Date
    Aug 2004
    Location
    Vrhnika, Slovenia
    Posts
    133

    Default

    Quote Originally Posted by alesj View Post
    I tried those, but looks like I missed something.
    I'll try again.
    OK, wrong groupId + artifactId. :-)
    Works like a charm now.

  5. #5
    Join Date
    Nov 2010
    Posts
    1

    Default

    Hello,,

    I'm having some problem with a copy of spring-social from greenhouse.

    I already get the sampel from git, but it keep telling me

    "Multiple annotations found at this line:
    - Can not find the tag library descriptor for "http://www.springframework.org/
    tags"
    - Can not find the tag library descriptor for "http://www.springframework.org/
    tags""

    on jsp file.

    How do I get the library?

    thanks before

  6. #6
    Join Date
    Dec 2010
    Posts
    10

    Lightbulb Maven Repo

    Hi,

    I added the following repository:
    http://maven.springframework.org/milestone/

    and then used
    org.springframework.social:spring-social-core:1.0.0.M1

    Hope this helps,
    Adrian

Tags for this Thread

Posting Permissions

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