Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.0.4
-
Component/s: Build System
-
Labels:None
-
Number of attachments :
Description
I've posted an issue to the generama tracker related to the FreeMarkerTemplateEngine (http://jira.codehaus.org/browse/GRA-5). Personally I prefered FreeMarker than Velocity or Jelly.
In order for plugins that use FM template, I have to include ftl(s) in the project resources:
<resources>
<resource>
<directory>$
/src/main/java</directory>
<includes>
<include>*/.jelly</include>
<include>*/.vm</include>
<include>*/.xml</include>
<include>*/.dtd</include>
<include>*/.xsd</include>
<include>*/.png</include>
<include>*/.jpg</include>
<include>*/.gif</include>
<include>*/.ftl</include> <--------- add this
</includes>
</resource>
</resources>
This is fixed with current maven2 build