Maven shortcuts
---------------

# All unit tests
mvn clean verify

# Package JAR files, no tests.
mvn clean package -Pquick


Eclipse workflow/ import
------------------------

# Install template processor and copy over initial IDE .settings
mvn -Peclipse

# Ready to use m2e: "File->Import->Existing Maven Projects".


Benchmarking
------------

There are some sanity tests and isolated benchmarks
of common operations in hppc-benchmarks.

# Create benchmark JAR
mvn package -Pquick -am -pl :hppc-benchmarks

# List available benchmarks
java -jar hppc-benchmarks/target/benchmarks.jar -l
