Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Dec 4, 2024
1 parent 5fb81e8 commit dfe93c0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
<phase>pre-integration-test</phase>
<configuration>
<target>
<copy todir="${project.build.directory}/validator/configuration">
<fileset dir="${project.build.directory}/${project.artifactId}-${project.version}/configs/openmrs/initializer_config"/>
<copy todir="${project.build.directory}/configuration">
<fileset dir="${project.build.directory}/${project.artifactId}-${project.version}/openmrs_config"/>
</copy>
</target>
</configuration>
Expand All @@ -110,13 +110,12 @@
<executions>
<execution>
<id>Validate OpenMRS Initializer configs</id>
<phase>integration-test</phase>
<!-- <phase>integration-test</phase> -->
<goals>
<goal>validate-configurations</goal>
</goals>
<configuration>
<sourceDir>
${project.build.directory}/validator/configuration</sourceDir>
<sourceDir>${project.build.directory}/configuration</sourceDir>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit dfe93c0

Please sign in to comment.