native2ascii:native2ascii

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Automatically executes within the lifecycle phase: generate-resources

Optional Parameters

Name Type Description
dest File The directory to output file to Default value is ${project.build.directory}/native2ascii.
encoding String The native encoding the files are in (default is the default encoding for the JVM)
excludes String comma- or space-separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted.
ext String File extension to use in renaming output files
includes String comma- or space-separated list of patterns of files that must be included. All files are included when omitted
src File The directory to find files in (default is basedir) Default value is ${basedir}/src/main/native2ascii.

Parameter Details

dest

The directory to output file to

  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/native2ascii

encoding The native encoding the files are in (default is the default encoding for the JVM)
  • Type: java.lang.String
  • Required: No

excludes comma- or space-separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted.
  • Type: java.lang.String
  • Required: No

ext File extension to use in renaming output files
  • Type: java.lang.String
  • Required: No

includes comma- or space-separated list of patterns of files that must be included. All files are included when omitted
  • Type: java.lang.String
  • Required: No

src The directory to find files in (default is basedir)
  • Type: java.io.File
  • Required: No
  • Default: ${basedir}/src/main/native2ascii