You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by todhanda <to...@gmail.com> on 2016/09/28 13:13:46 UTC

How to use Solr 5.3 using Maven ?

I am using Solr 5.3, and would need to get it working with Apache
Maven(3.1.1).

Is there any way the Maven can be configured to start and/or stop the Solr
5.3 (may be by using any maven plugin) ?



--
View this message in context: http://lucene.472066.n3.nabble.com/How-to-use-Solr-5-3-using-Maven-tp4298430.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to use Solr 5.3 using Maven ?

Posted by Andrea Gazzarini <gx...@gmail.com>.
Hi,
here [1] you can find one way to do that. You can start such class as a 
JUnit test or a simple main, using Maven or not.

Best,
Andrea

[1] 
http://stackoverflow.com/questions/31521345/solr-5-integration-tests-with-maven#33189271

On 28/09/16 15:13, todhanda wrote:
> I am using Solr 5.3, and would need to get it working with Apache
> Maven(3.1.1).
>
> Is there any way the Maven can be configured to start and/or stop the Solr
> 5.3 (may be by using any maven plugin) ?
>
>
>
> --
> View this message in context: http://lucene.472066.n3.nabble.com/How-to-use-Solr-5-3-using-Maven-tp4298430.html
> Sent from the Solr - User mailing list archive at Nabble.com.