faces:generate-faces-config

Mojo Attributes :

  • Requires a Maven 2.0 project to execute.
  • Requires dependency resolution of artifacts in scope: compile
  • Automatically executes within the lifecycle phase: generate-resources

Required Parameters

Name Type Description
configDirectory File No description.
targetDirectory File No description.

Optional Parameters

Name Type Description
configPath String No description.
converterPackageContains String No description.
force boolean No description.
jsfVersion String No description.
licenseHeaderFile File No description.
localResource File No description.
packageContains String No description.
removeRenderers boolean No description.
skipApiOrBaseClasses boolean No description. Default value is true.
targetPath String No description.
transformStylesheet String Name of an XSLT stylesheet in src/main/conf that will be applied as the final step. This can be used to implement any final fixup of the output.
typePrefix String No description.
validatorPackageContains String No description.

Parameter Details

configDirectory

No Description.

  • Type : java.io.File
  • Required : Yes
  • Expression : src/main/conf

configPath

No Description.

  • Type : java.lang.String
  • Required : No

converterPackageContains

No Description.

  • Type : java.lang.String
  • Required : No

force

No Description.

  • Type : boolean
  • Required : No

jsfVersion

No Description.

  • Type : java.lang.String
  • Required : No

licenseHeaderFile

No Description.

  • Type : java.io.File
  • Required : No

localResource

No Description.

  • Type : java.io.File
  • Required : No

packageContains

No Description.

  • Type : java.lang.String
  • Required : No

removeRenderers

No Description.

  • Type : boolean
  • Required : No

skipApiOrBaseClasses

No Description.

  • Type : boolean
  • Required : No
  • Default : true

targetDirectory

No Description.

  • Type : java.io.File
  • Required : Yes
  • Expression : ${project.build.directory}/maven-faces-plugin/main/resources

targetPath

No Description.

  • Type : java.lang.String
  • Required : No

transformStylesheet

Name of an XSLT stylesheet in src/main/conf that will be applied as the final step. This can be used to implement any final fixup of the output.

  • Type : java.lang.String
  • Required : No

typePrefix

No Description.

  • Type : java.lang.String
  • Required : No

validatorPackageContains

No Description.

  • Type : java.lang.String
  • Required : No