File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
restdocs-spec-maven-plugin Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# Restdocs Spec Generation Support
22
33[ ![ Build Status] ( https://travis-ci.org/BerkleyTechnologyServices/restdocs-spec.svg?branch=master )] ( https://travis-ci.org/BerkleyTechnologyServices/restdocs-spec )
4+ [ ![ Release] ( https://jitpack.io/v/berkleytechnologyservices/restdocs-spec.svg )] ( https://jitpack.io/#berkleytechnologyservices/restdocs-spec )
45
56## Usage
67
@@ -14,7 +15,7 @@ Here is a typical `pom.xml` configuration:
1415
1516``` xml
1617 <plugin >
17- <groupId >com.berkleytechnologyservices.restdocs</groupId >
18+ <groupId >com.github. berkleytechnologyservices.restdocs-spec </groupId >
1819 <artifactId >restdocs-spec-maven-plugin</artifactId >
1920 <version >0.1</version >
2021 <executions >
@@ -34,7 +35,7 @@ If you would prefer that the OpenAPI 2.0 document is in JSON format you can spec
3435
3536``` xml
3637 <plugin >
37- <groupId >com.berkleytechnologyservices.restdocs</groupId >
38+ <groupId >com.github. berkleytechnologyservices.restdocs-spec </groupId >
3839 <artifactId >restdocs-spec-maven-plugin</artifactId >
3940 <version >0.1</version >
4041 <executions >
@@ -54,7 +55,7 @@ There are several other aspects you can optionally configure. Here is the full
5455
5556``` xml
5657 <plugin >
57- <groupId >com.berkleytechnologyservices.restdocs</groupId >
58+ <groupId >com.github. berkleytechnologyservices.restdocs-spec </groupId >
5859 <artifactId >restdocs-spec-maven-plugin</artifactId >
5960 <version >0.1</version >
6061 <executions >
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com.berkleytechnologyservices.restdocs</groupId >
7+ <groupId >com.github. berkleytechnologyservices.restdocs</groupId >
88 <artifactId >restdocs-spec</artifactId >
99 <version >0.2-SNAPSHOT</version >
1010 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <parent >
9- <groupId >com.berkleytechnologyservices.restdocs</groupId >
9+ <groupId >com.github. berkleytechnologyservices.restdocs</groupId >
1010 <artifactId >restdocs-spec</artifactId >
1111 <version >0.2-SNAPSHOT</version >
1212 </parent >
You can’t perform that action at this time.
0 commit comments