Full name:
org.codehaus.mojo:appfuse-maven-plugin:2.1-SNAPSHOT:copy-templates
Description:
This mojo is used to copy FreeMarker templates from AMP into an AppFuse project.
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| tag | String |
- |
The tag containing the source code - defaults to '/trunk', but you
may want to set it to '/tags/TAGNAME' Default value is: trunk/. |
| templateDirectory | String |
- |
(no description) Default value is: src/test/resources/appfuse. |
| trunk | String |
- |
The directory containing the source code. Default value is: https://appfuse.dev.java.net/svn/appfuse/. |
tag :
The tag containing the source code - defaults to '/trunk', but you may want to set it to '/tags/TAGNAME'
java.lang.StringNo${appfuse.tag}trunk/(no description)
java.lang.StringNo${appfuse.templateDirectory}src/test/resources/appfusetrunk :
The directory containing the source code.
java.lang.StringNo${appfuse.trunk}https://appfuse.dev.java.net/svn/appfuse/