The build args should be particular to the versions on your cluster (those are for having travis-ci run automated tests on a particular version of cloudera). If you don't override with your own versions, it will use HBase 1.2.3 with Hadoop 2.7.3, and
GeoServer/GeoTools 2.10.0/16.0.
At the root level of the project this will build a single jar that you can drop into geoserver:
'mvn package -am -pl deploy -P geotools-container-singlejar'
This will build a jar that gives you all of geowave's commandline tools:
'mvn package -am -pl deploy -P geowave-tools-singlejar'
And if you choose to use HBase custom filters and coprocessors (ie. server-side processing, it will be faster), this is how you build a jar you can put on HBase's classpath. We'll have an rpm that finds HBase's home directory on HDFS and puts it in a
lib directory.
'mvn package -am -pl deploy -P hbase-container-singlejar'
We'll also have a HBase centric quick-start guide so it'll be pretty easy to walk through a basic use case. We'll be shooting to release by the end of this week.