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
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