Skip to content

Commit

Permalink
[Rahul] | BAH-3969 | Fix. Missing Build Path
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Jun 21, 2024
1 parent da2d86f commit ad59bba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bahmni-embedded-tomcat-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,20 @@
<target>17</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/lib</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down

0 comments on commit ad59bba

Please sign in to comment.