summaryrefslogtreecommitdiffstats
path: root/maven/trivial/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'maven/trivial/README.txt')
-rw-r--r--maven/trivial/README.txt12
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.
+