Re: Recommendation for integration test framework

2013-05-04 Thread Jan Morlock
Hi kamaci, sorry for the late reply. I did't mean to say that we are building Solr using Maven. I meant to say that we are currently working on our own project which uses the Solr jars and wars. This project is built using Maven. BTW, we solved the original problem by using EmbeddedSolrServer

Re: Recommendation for integration test framework

2013-03-24 Thread Furkan KAMACI
Unrelated about your question you said that: "We are utilizing Apache Maven as build management tool" I think currently ant + ivy is build and dependency management tools, maven pom is generated via plugin (If I am wrong you can correct it). Are there any plan to move the project based on Maven?