If you don't want to require Maven in your shipped source distributions, JAM provides two commands that can help:
lib directory.The jam:get-libs goal is for light distros or distributions shipped without the dependency libraries.
You can call the generated get-libs.xml module from your install script to download the dependencies the
first time a user builds your application. You will probably have to add build dependencies to your project.xml file
such as XDoclet and JUnit that are normally managed by JAM to make your installations go smoothly.
The jam:copy-libs goal is meant for complete, stand-alone distros or distributions that ship with all
the dependency libraries. Perform these steps to create a stand-alone distro:
install directory as a
superset template. (note: at some point it would be nice to automate this task!)maven jam:copy-libsmaven.repo at the lib directory in the top of your build file.jam.home to this location.