Skip to content

Commit

Permalink
OZ-348: Exclude Camel routes JARs from OpenMRS modules. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Feb 8, 2024
1 parent 66aee99 commit d398c9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@
<excludeTransitive>true</excludeTransitive>
<useBaseVersion>true</useBaseVersion>
<outputDirectory>${project.build.directory}/openmrs_modules/</outputDirectory>
<!-- copying jars and omods only -->
<!-- Copying JARs and OMODs only.
Exclude any 'com.ozonehis' artifact to make sure EIP routes are not copied over -->
<includeTypes>jar, omod</includeTypes>
<excludeGroupIds>com.ozonehis</excludeGroupIds>
</configuration>
</execution>

Expand Down

0 comments on commit d398c9f

Please sign in to comment.