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
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
<groupId>org.openmrs.module</groupId>
13
13
<artifactId>initializer</artifactId>
14
-
<version>2.9.0-SNAPSHOT</version>
14
+
<version>2.9.0</version>
15
15
<packaging>pom</packaging>
16
16
<name>Initializer</name>
17
17
<description>The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS' application data directory.</description>
In the above example all 'concepts' domain files matching the [wildcard patterns](https://docs.oracle.com/cd/E23389_01/doc.11116/e21038/conditions.htm#BABEJGAH)`*diags*` and `*interventions*` will be filtered out.
The unsafe mode will break as soon as the first loading error occurs, triggering the validation to stop short. This mode is particularly suitable for CI processes that just need to fail early.
57
57
##### CLI arguments
58
58
Just run the fatjar with no arguments (or with the `--help` argument) to get a list of all possible options:
Make sure to have the Docker Engine installed before running the validator. Please refer to the [installation docs](https://docs.docker.com/engine/install) for details.
0 commit comments