diff options
author | Mark Raynsford <[email protected]> | 2012-11-15 22:26:26 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2012-11-15 22:26:26 +0000 |
commit | ee95868c7c0a142c2aaf4f49d711b37c00711aa9 (patch) | |
tree | 3b1a6511b054ce9486520a8f30fc79f642d670ba /maven/trivial/README.txt | |
parent | 553c7a6ab6e876e2942fb34f99d243ee1230d939 (diff) |
Add trivial JOAL maven example
Diffstat (limited to 'maven/trivial/README.txt')
-rw-r--r-- | maven/trivial/README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/maven/trivial/README.txt b/maven/trivial/README.txt new file mode 100644 index 0000000..f10af47 --- /dev/null +++ b/maven/trivial/README.txt @@ -0,0 +1,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. + |