: > Minor nit: can we move these new *-pom.xml.template files somewhere other : > then the root dir? ... into lib, or src/maven or something maybe?
: Only the core, common and parent POMs are in the root folder. The rest are : in lib (for solr specific lucene,csv jars), client/java/solrj and : contrib/dataimporthandler. Lucene also does the same thing. I'm fine if you : want to move them though. I know it's only 3 new files, but it's 3 file that can really live anywhere, which means it's 3 more then we *need* in the root dir ... every time we add something there it increases the clutter people see when getting the source, and distracts from the files people should be looking at first (README.txt, CHANGES.txt, build.xml, etc...) (i'm not a fan of Lucene-Java having them in the root either) -Hoss