Skip to content

Commit 0ed17e6

Browse files
committed
Release v0.9.1
1 parent 9fde03a commit 0ed17e6

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

doc/getting-started/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:sectnums:
66
:source-highlighter: prettify
77

8-
:mvn-plugin-ver: 0.9.0
8+
:mvn-plugin-ver: 0.9.1
99

1010
Here you get a simple introduction on how to use the _Maven Plugin for Axway API Gateway_.
1111
It assumes that you are familiar with https://maven.apache.org[Apache Maven] and that you are familiar with PolicyStudio and the API Gateway.

doc/manual/_best-practices.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
= Best Practices
2+
:Author: Martin Look
3+
4+
:source-highlighter: prettify
5+
ifdef::env-github[]
6+
:outfilesuffix: .adoc
7+
:!toc-title:
8+
:caution-caption: :fire:
9+
:important-caption: :exclamation:
10+
:note-caption: :paperclip:
11+
:tip-caption: :bulb:
12+
:warning-caption: :warning:
13+
endif::[]
14+
15+
This section provides some best practices when developing projects using the plugin.
16+
17+
== Source Code
18+
19+
=== Naming Conventions
20+

doc/manual/_usage.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ $ mvn package -Daxway.config.certs=gateway.certs.json
329329
The Maven plugin supports three options to specify configuration properties:
330330

331331
1. Embedded in the configuration files for environmentalized fields or for certificates.
332-
1. Via a configuration file specified by the property `axway.config.props` or via the <configPropertyFile> element in the <configuration> element of the plugin. This is the _master_ configuration file.
333-
1. Via configuration files specified by the <configPropertyFiles> element in the <configuration> element of the plugin.
334-
1. Via configuration files specified by a comma separated list of the property `axway.config.props.files`. These are called the _additionally_ configuration files.
332+
2. Via a configuration file specified by the property `axway.config.props` or via the <configPropertyFile> element in the <configuration> element of the plugin. This is the _master_ configuration file.
333+
3. Via configuration files specified by the <configPropertyFiles> element in the <configuration> element of the plugin.
334+
4. Via configuration files specified by a comma separated list of the property `axway.config.props.files`. These are called the _additionally_ configuration files.
335335

336336
Properties are read in the order listed above.
337337
If a property exists in multiple configuration files the value of the latest configuration file is used.

doc/manual/user-guide.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ifdef::env-github[]
1818
:warning-caption: :warning:
1919
endif::[]
2020

21-
:mvn-plugin-ver: 0.9.0
21+
:mvn-plugin-ver: 0.9.1
2222

2323
== About the Plugin
2424

@@ -78,4 +78,6 @@ include::_config-tool.adoc[leveloffset=+1]
7878

7979
include::_reference.adoc[leveloffset=+1]
8080

81+
include::_best-practices.adoc[leveloffset=+1]
82+
8183
include::_faq.adoc[leveloffset=+1]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.axway.maven.plugins</groupId>
2121
<artifactId>apigw-maven-plugin</artifactId>
22-
<version>0.9.0</version>
22+
<version>0.9.1</version>
2323
<packaging>maven-plugin</packaging>
2424

2525
<name>Axway API Gateway Maven Plugin</name>

0 commit comments

Comments
 (0)