Building StringTemplate with Maven2

Building StringTemplate

  1. Download and install Maven2
  2. Save the attached pom.xml into an empty directory
  3. Run "mvn install"

The pom automatically downloads and compiles StringTemplate, builds binary, source and javadoc jars and installs them to your local repository.

If something is not working, try "mvn clean install". This removes the downloaded sources and compiled stuff, and starts from scratch.