You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Maven plugin supports three options to specify configuration properties:
330
330
331
331
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.
335
335
336
336
Properties are read in the order listed above.
337
337
If a property exists in multiple configuration files the value of the latest configuration file is used.
0 commit comments