[ 
https://issues.apache.org/jira/browse/SOLR-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517399
 ] 

Paul Sundling commented on SOLR-19:
-----------------------------------

It's been over a year since the last comment and Maven 2 has improved since 
then.  Obviously new pom.xml files will need to be generated.  Is there 
interest in that?

One major question will be what groupId to use, as top level groupId like solr 
is discouraged.  Instead I would recommend either of 

  org.apache.lucene.solr 
      or 
  org.apache.solr

I could see Solr being a top level project at some point, even though it's 
directly related to Lucene.

Dependencies like Lucene are already available in the Maven repository.

> pom.xml to support maven2
> -------------------------
>
>                 Key: SOLR-19
>                 URL: https://issues.apache.org/jira/browse/SOLR-19
>             Project: Solr
>          Issue Type: New Feature
>         Environment: all
>            Reporter: Darren Erik Vengroff
>            Priority: Minor
>         Attachments: pom.xml, solr-maven2.zip
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to