Results 1 to 2 of 2

Thread: package and maven groupId/artifactId for new API implementations?

  1. #1
    Join Date
    Mar 2005
    Posts
    144

    Default package and maven groupId/artifactId for new API implementations?

    Hello,

    If I were to create a spring social implementation for "foo", would the expectation be that my groupId be org.springframework.social.foo and the artifactId spring-social-foo?

  2. #2
    Join Date
    Aug 2004
    Posts
    1,099

    Default

    You are welcome to make the group ID and artifact ID whatever you want...it's your project. But if you want to fall in line with how the "official" Spring Social projects are organized, then the group ID should be "org.springframework.social" and the artifact ID should be "spring-social-foo". Don't put "foo" in the group ID.
    Craig Walls
    Spring Social Project Lead

Posting Permissions

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