On Wed, Aug 20, 2008 at 2:44 AM, <[EMAIL PROTECTED]> wrote: > Author: gsingers > Date: Tue Aug 19 14:14:45 2008 > New Revision: 687158 > > URL: http://svn.apache.org/viewvc?rev=687158&view=rev > Log: > Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven > recommendations > > Grant -- I had initally changed to o.a.solr but reverted to o.a.lucene.solr because Maven central repo rules say that the groupId must be the domain which the project owns.
Quoting from their site -- "There are a lot of poorly defined package names so you *must provide proof that you control the domain* that matches the groupId. Provide proof means that the project is hosted at that domain or it's owned by a member, in that case you must give the link to the registrar database (whois) where the owner is listed and the page in the project web where the owner is associated with the project. eg. If you use a com.sun.xyz package name we expect that the project is hosted at http://xyz.sun.com." http://maven.apache.org/guides/mini/guide-central-repository-upload.html We don't have http://solr.lucene.apache.org -- not sure if we can use o.a.solr in this case. -- Regards, Shalin Shekhar Mangar.