10000 jflex/jflex-maven-plugin at master · jflex-de/jflex · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

jflex-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

JFlex Maven Plugin

This directory contains the sources of the JFlex Maven plugin.

Maven http://maven.apache.org is a software project management, dependency management and build tool. This plugin makes JFlex available in maven.

See Usage with Maven

Contents

  src/         plugin sources
  pom.xml      maven project object model, useful targets:
                   mvn compile   build and compile
                   mvn test      run unit tests
                   mvn package   generate jar

Dependencies

  • JDK 1.7
  • Maven 3
  • JFlex >= 1.5.0
0