##Coding conventions
- Standard "Sun Style" coding conventions
- Spaces only - no tabs
- 4 space indents
- 120 line width
- Target JDK 1.6 (same version as Closure Templates/Soy)
##Using Eclipse
- Clone the repo
- Install maven
cd
into project root- Type
mvn eclispe:eclipse
- Open project in Eclipse
mvn test
- Run unit tests
mvn package
- Compile and build the JAR
mvn deploy
- Create maven repo structure at ${basedir}/../maven-repository
Edit project -> version in pom.xml
. Verisons should be in ISO date format.
Append -SNAPSHOT if it's not a public release.