Index: xdocs/reference/repository-upload.xml =================================================================== --- xdocs/reference/repository-upload.xml (revision 124928) +++ xdocs/reference/repository-upload.xml (working copy) @@ -71,6 +71,13 @@
+ Some considerations about the groupId: it will identify your project uniquely across all + projects, so we need to enforce a naming schema. It should be equal to the domain name of + the site where it's hosted (e.g. www.springframework.org should be groupId=springframework). + If the project is hosted at a project hosting site (e.g. sourceforge) it should be equal + to the project id (e.g. oness.sourceforge.net should be groupId=oness). +