Skip to content

Commit

Permalink
exclude RelationshipTpyes-1.zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Dec 10, 2024
1 parent 87821a7 commit 54894db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@
<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"/>
</fileset>
</copy>
</target>
</configuration>
Expand Down

0 comments on commit 54894db

Please sign in to comment.