Hi Ryan, I'm using solr with Maven 2 in our project. Here is how my pom.xml looks like:
<!-- Solrj --> <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> <version>1.3.0</version> </dependency> Since I have all solrj dependencies declared by other artifacts, I don't need to declare any of solrj dependencies. You'll probably have to add commons-httpclient artifacts. On Dec 5, 2007 10:08 AM, Ryan McKinley <[EMAIL PROTECTED]> wrote: > Is anyone managing solr projects with maven? I see: > https://issues.apache.org/jira/browse/SOLR-19 > but that is >1 year old > > If someone has a current pom.xml, can you post it on SOLR-19? > > I just started messing with maven, so I don't really know what I am > doing yet. > > thanks > ryan > -- Regards, Cuong Hoang