Go to content

Articles written in January 2011

  • It works on my machine — Maven site plugin

    Published on

    Today I had a very strange case with the Maven site plugin using Maven 2.2. The site and the reports built fine on my machine but failed on several other machines. One of these was the server that hosts the documentation so I had to fix it. It failed...

  • Freemarker as HST rendering template

    Published on

    The common templating engine for HST sites is JSP. Most Java web developers know it and there are plenty of libraries available. However JSP is not the only possibility to render your page. Woonsan wrote blogposts about using Spring MVC with the HST....