Prerequisites
You should build Esper (see Esper Release Instructions) and/or go get it http://dist.codehaus.org.
At that time the mvn build system does not build EsperIO against Esper snapshot but against a given version, so you need to populate your mvn local repository like this:
mvn install:install-file -DgroupId=esper -DartifactId=esper -Dversion=1.8.0 -Dpackaging=jar -Dfile=esper-1.8.0.jar
Steps
Version number
Compile and test
mvn clean test package
todo anyone?
Labels
(None)