Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed Feb 5, 2025
1 parent 053849b commit 8cb516f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,26 +276,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>copy-openmrs-configuration</id>
<phase>package</phase>
<configuration>
<target>
<copy todir="${project.build.directory}/sdk-distro/web/openmrs_config">
<fileset dir="${project.basedir}/configuration"/>
</copy>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frontend/config-core_demo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}

0 comments on commit 8cb516f

Please sign in to comment.