summaryrefslogtreecommitdiffstats
path: root/maven/trivial/README.txt
blob: f10af47739d8b6d2b4b65a1dc4e32f08ee92cc79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Trivial example that does nothing beyond opening an AL context. This
should be sufficient to test package dependency resolution and whether
or not the binaries actually work.

Simply run the example with:

  $ mvn -C clean verify

This will cause maven to download the JOAL packages from the Central
Repository (http://search.maven.org), compile the example code, and
run the test suite.