Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Dec 5, 2024
1 parent 2408ca4 commit 7bae76e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
<type>zip</type>
<version>${bahmni.distro.haiti.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.16.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -92,8 +98,9 @@
<phase>pre-integration-test</phase>
<configuration>
<target>
<copy todir="${project.build.directory}/configuration">
<fileset dir="${project.build.directory}/${project.artifactId}-${project.version}/openmrs_config"/>
<copy todir="${project.build.directory}/validator/configuration">
<fileset
dir="${project.build.directory}/${project.artifactId}-${project.version}/openmrs_config" />
</copy>
</target>
</configuration>
Expand All @@ -115,7 +122,8 @@
<goal>validate-configurations</goal>
</goals>
<configuration>
<sourceDir>${project.build.directory}/configuration</sourceDir>
<sourceDir>
${project.build.directory}/validator/configuration</sourceDir>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7bae76e

Please sign in to comment.