File tree Expand file tree Collapse file tree 5 files changed +4
-10
lines changed Expand file tree Collapse file tree 5 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 5
5
:sectnums:
6
6
:source-highlighter: prettify
7
7
8
- :mvn-plugin-ver: 0.8.0-SNAPSHOT
8
+ :mvn-plugin-ver: 0.8.0
9
9
10
10
Here you get a simple introduction on how to use the _Maven Plugin for Axway API Gateway_ .
11
11
It assumes that you are familiar with https://maven.apache.org[Apache Maven] and that you are familiar with PolicyStudio and the API Gateway.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ifdef::env-github[]
18
18
:warning-caption: :warning:
19
19
endif::[]
20
20
21
- :mvn-plugin-ver: 0.8.0-SNAPSHOT
21
+ :mvn-plugin-ver: 0.8.0
22
22
23
23
== About the Plugin
24
24
Original file line number Diff line number Diff line change 30
30
<artifactId >apigw-maven-plugin</artifactId >
31
31
<version >${axway.maven.plugin.ver} </version >
32
32
<extensions >true</extensions >
33
- <configuration >
34
- <!--
35
- <certsFile>${basedir}/src/main/axwgw/gateway-cert.json</certsFile>
36
- <propertyFile>${basedir}/src/main/axwgw/gateway-prop.json</propertyFile>
37
- -->
38
- </configuration >
39
33
</plugin >
40
34
</plugins >
41
35
</build >
Original file line number Diff line number Diff line change 7
7
<packaging >pom</packaging >
8
8
9
9
<properties >
10
- <axway .maven.plugin.ver>0.8.0-SNAPSHOT </axway .maven.plugin.ver>
10
+ <axway .maven.plugin.ver>0.8.0</axway .maven.plugin.ver>
11
11
</properties >
12
12
13
13
<modules >
Original file line number Diff line number Diff line change 19
19
20
20
<groupId >com.axway.maven.plugins</groupId >
21
21
<artifactId >apigw-maven-plugin</artifactId >
22
- <version >0.8.0-SNAPSHOT </version >
22
+ <version >0.8.0</version >
23
23
<packaging >maven-plugin</packaging >
24
24
25
25
<name >Axway API Gateway Maven Plugin</name >
You can’t perform that action at this time.
0 commit comments