tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

Add a maven pomfile #177

Closed codingismy11to7 closed 12 years ago

codingismy11to7 commented 12 years ago

We had Solandra in our build, using the deprecated method of maven-antrun-plugin. This caused a build issue on some machines WRT ANT_HOME. Converted the build.xml to a maven pom.xml. Didn't convert every target, like war & thrift generation. test-long target can be run with mvn integration-test -DskipLongTests=false