[DISCUSS] [VOTE] Remove pom.xml from source

2014-07-15 Thread Mattmann, Chris A (3980)
Hey Julien, Does the ant deploy generate a fully POM though? I don't think it does I think it just generates the dependencies, and not e.g., the developer list, etc. So, we need the pom.xml as the template that has that stuff, until someone cooks up a XSL combining solution with that original

Re: [DISCUSS] [VOTE] Remove pom.xml from source

2014-07-15 Thread Julien Nioche
Hi Chris, It does. See https://github.com/apache/nutch/blob/trunk/ivy/mvn.template https://github.com/apache/nutch/blob/trunk/ivy/mvn.template, which contains everything we need to generate the pom.xml, including the dev list, deps etc... The pom contains nothing else and is fully regenerated

Re: [DISCUSS] [VOTE] Remove pom.xml from source

2014-07-15 Thread Mattmann, Chris A (3980)
: [DISCUSS] [VOTE] Remove pom.xml from source Hi Chris, It does. See https://github.com/apache/nutch/blob/trunk/ivy/mvn.template https://github.com/apache/nutch/blob/trunk/ivy/mvn.template, which contains everything we need to generate the pom.xml, including the dev list, deps etc... The pom contains