That's certainly an option. Before going that route I'd want to put together an assembly (maven2-speak for a packaged distribution) that produces exactly the zip file that the current build.xml produces.
But I also want to make sure I don't get sidetracked by the build system to the point that I don't look at the actual code, which is obviously the far more interesting part. -D -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav Shapira Sent: Tuesday, May 30, 2006 12:10 PM To: [email protected] Subject: Re: [jira] Commented: (SOLR-19) pom.xml to support maven2 Let's look into the possibility of having maven generate an ant build.xml file. The plugins page at http://maven.apache.org/plugins/index.html lists one such plugin (http://maven.apache.org/plugins/maven-ant-plugin/), which is extremly tersely documented, but maybe worth a shot? Yoav On 5/30/06, Yonik Seeley (JIRA) <[EMAIL PROTECTED]> wrote: > [ > http://issues.apache.org/jira/browse/SOLR-19?page=comments#action_1241 > 3871 ] > > Yonik Seeley commented on SOLR-19: > ---------------------------------- > > While I don't know maven, and don't relish the thought of keeping two build files up to date, this pom.xml looks pretty simple. > > So a tentative +1 from me. > > > pom.xml to support maven2 > > ------------------------- > > > > Key: SOLR-19 > > URL: http://issues.apache.org/jira/browse/SOLR-19 > > Project: Solr > > Type: New Feature > > > Environment: all > > Reporter: Darren Erik Vengroff > > Priority: Minor > > Attachments: pom.xml > > > > I created a preliminary pom.xml to support building solr with maven2. > > Currently it compiles all the core solr code into a jar and runs the junit tests. > > Dropping this pom.xml into the root dir, in parallel with build.xml, will let those who wish to build with maven2. > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > > -- Yoav Shapira Nimalex LLC 1 Mifflin Place, Suite 310 Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com
