sevntu-checkstyle / dsm-maven-plugin

Maven plugin to create HTML report to show dependecies in DSM view.
14 stars 5 forks source link

DSM: update plugin to use HTML TemplateEngine #7

Closed sevntu-checkstyle closed 12 years ago

sevntu-checkstyle commented 12 years ago

Generation of HTML code inside of java code is not scalable and not change-friendly and difficult to debug. We need to move all HTML stuff our of java.

There are few template engines:

sevntu-checkstyle commented 12 years ago

fixed