We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f017ff3 commit 0f5c898Copy full SHA for 0f5c898
.gitignore
@@ -1,3 +1,5 @@
1
/target/
2
/apidocsf/
3
/test.html
4
+.idea
5
+*.iml
README.md
@@ -3,10 +3,11 @@ This plugin helps you **generate API documents** in build phase according to [cu
[Changes](https://github.com/kongchen/swagger-maven-plugin/blob/master/CHANGES.md)
==
6
-**Latest version `1.1.1` is available in central repository.**
+**Latest RELEASE version `1.1.1` is available in central repository.**
7
8
*What's new in `1.1.2-SNAPSHOT`:*
9
- *add `useOutputFlatStructure` and `mustacheFileRoot` in configuration. 07/18/2013*
10
+- *Maven 3.1.0 compat (pull#15)
11
12
>To use SNAPSHOT version, you should add plugin repository first:
13
0 commit comments