remove balance-service from build distr

This commit is contained in:
etreshenkov 2023-06-13 17:16:36 +03:00
parent 2b4c5fef77
commit 75bf1db1ab

View file

@ -287,25 +287,6 @@
</fileSets>
</configuration>
</execution>
<execution>
<id>copy-balance-service-bin</id>
<phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<fileSets>
<fileSet>
<sourceFile>${folder_root_balance-service}/target/balance-service.jar</sourceFile>
<destinationFile>${folder.clearing.distr.modules}/balance-service/balance-service.jar</destinationFile>
</fileSet>
<fileSet>
<sourceFile>${folder_root_balance-service}/src/main/resources/application.properties</sourceFile>
<destinationFile>${folder.clearing.distr.modules}/balance-service/application.properties</destinationFile>
</fileSet>
</fileSets>
</configuration>
</execution>
<execution>
<id>copy-company-service-bin</id>
<phase>prepare-package</phase>