Skip to content

Commit

Permalink
update assemblies in rest pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadams35 committed Oct 26, 2022
1 parent 11afdb9 commit bf26e82
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions DeFi-Data-Engine/Rest Application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>org.rest.application.RestApplication</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit bf26e82

Please sign in to comment.