@@ -10,6 +10,7 @@ cp -r service-order/pom-boot.xml service-order/pom.xml
cp -r service-report/pom-boot.xml service-report/pom.xml
cp -r service-store/pom-boot.xml service-store/pom.xml
cp -r service-user/pom-boot.xml service-user/pom.xml
+cp -r service-scm/pom-boot.xml service-scm/pom.xml
@@ -88,3 +88,11 @@ set a=%%i
echo !a!>>$)
move $ service-user\pom.xml
+
+for /f "delims=" %%i in (service-scm\pom-boot.xml) do (
+set a=%%i
+echo !a!>>$)
+move $ service-scm\pom.xml
@@ -10,6 +10,7 @@ cp -r service-order/pom-cloud.xml service-order/pom.xml
cp -r service-report/pom-cloud.xml service-report/pom.xml
cp -r service-store/pom-cloud.xml service-store/pom.xml
cp -r service-user/pom-cloud.xml service-user/pom.xml
+cp -r service-scm/pom-cloud.xml service-scm/pom.xml
+for /f "delims=" %%i in (service-scm\pom-cloud.xml) do (