Skip to content

Commit

Permalink
exclude RelationshipTpyes-1.zipand void.csv files
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Dec 10, 2024
1 parent 87821a7 commit 89b7e1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@
<target>
<copy todir="${project.build.directory}/validator/configuration">
<fileset
dir="${project.build.directory}/${project.artifactId}-${project.version}/openmrs_config" />
dir="${project.build.directory}/${project.artifactId}-${project.version}/openmrs_config">
<!-- Exclude RelationshipTypes-1.zip -->
<exclude name="**/metadatasharing/RelationshipTypes-1.zip"/>
<exclude name="**/patientidentifiertypes/voids.csv"/>
</fileset>
</copy>
</target>
</configuration>
Expand Down

0 comments on commit 89b7e1b

Please sign in to comment.