File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ second based on `startedAt`. To leverage this option, one should ensure that th
102102their Priority Concept Set are ordered from least to highest priority.
103103
104104#### Custom Sort Weight Generators
105- Modules that require this module can define and configure own custom algorithms. This would involve:
105+ Modules that require this module can define and configure their own custom algorithms. This would involve:
106106* Create a Spring Component in your module that implements the ` SortWeightGenerator ` interface
107107* Provide a specific bean name for this Component that can be referenced
108108* Configure the ` queue.sortWeightGenerator ` global property with this bean name
@@ -111,3 +111,19 @@ Modules that require this module can define and configure own custom algorithms.
111111## Documentation
112112
113113- REST documentation [ here] ( https://rest.openmrs.org/#queue )
114+
115+ ## Development
116+
117+ ### Building
118+
119+ To build the module, run:
120+
121+ ``` bash
122+ mvn clean install
123+ ```
124+
125+ To skip tests during build:
126+
127+ ``` bash
128+ mvn clean install -DskipTests
129+ ```
You can’t perform that action at this time.
0 commit comments