Hi all, 2 naming convention related points in this post: 1. what is the preferable/recommended maven groupId for Java project hosted at code.google.com?
Looking at mvn central, currently at least 2 different ones are used: http://repo1.maven.org/maven2/com/googlecode/ http://repo1.maven.org/maven2/com/google/code/ 2. is there any convention to choose root package name for google.code Java projects? Is it good idea to start own sources at so deep root package as com.google.code.myProj? PS. And a common question for both points above: does it make any sense to bind own project to code.google.com at all? Yes, code.google.com is a good open-source hosting platform, but it is only hosting - you may choose to move to another hosting, but changing groupId and root package will be a head-ache if the project is already widely-used. Thanks -- Eugene -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

