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?
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?
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.