appfuse:copy-templates

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:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

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/.

Parameter Details

tag :

The tag containing the source code - defaults to '/trunk', but you may want to set it to '/tags/TAGNAME'

  • Type: java.lang.String
  • Required: No
  • Expression: ${appfuse.tag}
  • Default: trunk/

templateDirectory :

(no description)

  • Type: java.lang.String
  • Required: No
  • Expression: ${appfuse.templateDirectory}
  • Default: src/test/resources/appfuse

trunk :

The directory containing the source code.

  • Type: java.lang.String
  • Required: No
  • Expression: ${appfuse.trunk}
  • Default: https://appfuse.dev.java.net/svn/appfuse/