Re: solr built with maven

2013-08-23 Thread Michael Della Bitta
Hi Bruno, IntelliJ IDEA has a one-click way of downloading the source jars of dependencies into your project. I'd look for something similar in Netbeans rather than trying to hack together a Maven build of Solr yourself. Michael Della Bitta Applications Developer o: +1 646 532 3062 | c: +1 917

Re: solr built with maven

2013-08-23 Thread Bruno René Santos
I dont want to change solr just extend it, but it would be nice to have the source code on the project so that I can debug it in Netbeans. Do I need to include jetty too? By the way (this is a little off-topic sorry) do you know any site that explains how maven works in a straight-forward way? All

Re: solr built with maven

2013-08-23 Thread Brendan Grainger
You want to change the solr source code itself or you want to create your own Tokenizers and things? If the later why not just set up solr as a dependency in your pom.xml like so: org.apache.lucene lucene-test-framework test ${solr.version} org.apache.solr solr-test-framework