Skip to content

Commit

Permalink
Move modules to correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Feb 20, 2024
1 parent fb9261f commit ad7e862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
</goals>
<configuration>
<outputDirectory>
${project.build.directory}/${project.artifactId}-${project.version}/binaries/openmrs/modules</outputDirectory>
${project.build.directory}/${project.artifactId}-${project.version}/distro/binaries/openmrs/modules</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
Expand Down

0 comments on commit ad7e862

Please sign in to comment.