wuxw
2024-02-27 9b39254d11652e4197f007f7afa8ab42bedefb83
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
cp -r service-acct/pom-boot.xml service-acct/pom.xml
cp -r service-common/pom-boot.xml service-common/pom.xml
cp -r service-community/pom-boot.xml service-community/pom.xml
cp -r service-dev/pom-boot.xml service-dev/pom.xml
cp -r service-fee/pom-boot.xml service-fee/pom.xml
cp -r service-job/pom-boot.xml service-job/pom.xml
cp -r service-oa/pom-boot.xml service-oa/pom.xml
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