https://github.com/httl/httl/tags
Or clone project repository:
git clone https://github.com/httl/httl.gitmvn install -Dmaven.test.skipFirst generate eclipse project files by mvn command:
mvn eclipse:eclipse -DdownloadSourcesThen import project into eclipse:
【File】 -> 【Import】 -> 【Existing Projects into Workspace】 -> 【Browse】(Select project directory and open)
Associate httl file type with html editor:
【Window】 -> 【Preferences】 -> 【General】 -> 【Content Types】 -> 【Text】 -> 【HTML】 -> 【Add】 -> 【*.httl】
Intellij IDEA support maven as first citizen, just open pom.xml:
【File】 -> 【Open】 -> 【Browse】(Select root pom.xml file and open)