# apigcc-maven-plugin **Repository Path**: geekworkshop/apigcc-maven-plugin ## Basic Information - **Project Name**: apigcc-maven-plugin - **Description**: easy use apigcc with maven - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-18 - **Last Updated**: 2021-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apiggs-maven-plugin [ ![Download](https://api.bintray.com/packages/apiggs/maven/apiggs-maven-plugin/images/download.svg) ](https://bintray.com/apiggs/maven/apiggs-maven-plugin/_latestVersion) easy use apigcc with maven ### install ```xml com.github.apiggs apiggs-maven-plugin compile apiggs ``` when you compile source code, apiggs will build rest doc. ### options 1. id 项目id,生成id.html文件 1. title 文档标题 1. description 文档描述 1. production 输出文件夹,默认为 apiggs 1. out 输出目录,默认为 target 1. source 源码目录 1. dependency 源码依赖的代码目录,以逗号隔开 1. jar 源码依赖的jar包目录,以逗号隔开 1. ignore 忽略某些类型 1. version 文档版本号