软件包:libjavacc-maven-plugin-java(2.6-5)
libjavacc-maven-plugin-java 的相关链接
Debian 的资源:
下载源码包 javacc-maven-plugin:
- [javacc-maven-plugin_2.6-5.dsc]
- [javacc-maven-plugin_2.6.orig.tar.gz]
- [javacc-maven-plugin_2.6-5.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
maven plugin which uses JavaCC to process JavaCC grammar files
This plugin uses the JavaCC parser generator to process JavaCC grammar files and generate the appropriate Java source files. For general information about JavaCC, see the JavaCC web site.
JavaCC grammar files use the extension .jj. This plugin can be used to locate and process all grammar files within a specified directory. Java source files will be written to a common generated-sources output directory, typically located in the build output directory. By default, the plugin will run during the generate-sources phase, but it can be configured to run in other phases as well.
The plugin can also be used to call the JJTree and JTB tools.
Finally, this plugin contains a goal for running JJDoc. JJDoc is a simple tool that generates BNF documentation for the JavaCC grammar files. This can be used to generate a report for your project site using the Maven reporting tools.
其他与 libjavacc-maven-plugin-java 有关的软件包
|
|
|
|
-
- dep: javacc (>= 7.0.11)
- Parser generator for use with Java
-
- dep: jtb
- syntax tree builder and visitors generator for JavaCC
-
- dep: libdoxia-core-java (>= 1.7)
- Doxia content generation framework (core)
-
- dep: libdoxia-sitetools-java (>= 1.7.5)
- Extension package of the content generation framework Doxia
-
- dep: libmaven-reporting-api-java (>= 3.1.1)
- Maven Reporting API
-
- dep: libmaven-reporting-impl-java (>= 3.0.0)
- Maven Reporting API Implementation
-
- dep: libmaven3-core-java (>= 3.8.6)
- Core libraries for Maven 3
-
- dep: libplexus-utils2-java (>= 3.3.1)
- utilities for the Plexus framework