jlex:generate

Plugin class to run the Jlex java lexical analyzer generator

Mojo Attributes:

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

Required Parameters

Name Type Description
files JLexMojo$FilePair[] Pairs of input/output files to run the lex tool on

Parameter Details

files

Pairs of input/output files to run the lex tool on

  • Type: net.sourceforge.mavenjlex.JLexMojo$FilePair[]
  • Required: Yes