chore: 清理日志文件和更新Maven配置
This commit is contained in:
parent
e2007d8b09
commit
eeea69d512
@ -14,6 +14,20 @@
|
|||||||
<!-- 不配置任何私服镜像,避免外部镜像强制接管 central -->
|
<!-- 不配置任何私服镜像,避免外部镜像强制接管 central -->
|
||||||
</mirrors>
|
</mirrors>
|
||||||
|
|
||||||
|
<servers>
|
||||||
|
<server>
|
||||||
|
<id>gitea</id>
|
||||||
|
<configuration>
|
||||||
|
<httpHeaders>
|
||||||
|
<property>
|
||||||
|
<name>Authorization</name>
|
||||||
|
<value>token e74959457eff4170b5aff418b17063c9cb84b48e</value>
|
||||||
|
</property>
|
||||||
|
</httpHeaders>
|
||||||
|
</configuration>
|
||||||
|
</server>
|
||||||
|
</servers>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>project-repos</id>
|
<id>project-repos</id>
|
||||||
|
|||||||
401
build.log
401
build.log
@ -1,401 +0,0 @@
|
|||||||
[INFO] Scanning for projects...
|
|
||||||
[INFO] ------------------------------------------------------------------------
|
|
||||||
[INFO] Reactor Build Order:
|
|
||||||
[INFO]
|
|
||||||
[INFO] fundplatform [pom]
|
|
||||||
[INFO] fund-common [jar]
|
|
||||||
[INFO] fund-gateway [jar]
|
|
||||||
[INFO] fund-sys [jar]
|
|
||||||
[INFO] fund-cust [jar]
|
|
||||||
[INFO] fund-proj [jar]
|
|
||||||
[INFO] fund-req [jar]
|
|
||||||
[INFO] fund-exp [jar]
|
|
||||||
[INFO] fund-receipt [jar]
|
|
||||||
[INFO] fund-report [jar]
|
|
||||||
[INFO] fund-file [jar]
|
|
||||||
[INFO]
|
|
||||||
[INFO] -------------------< com.fundplatform:fundplatform >--------------------
|
|
||||||
[INFO] Building fundplatform 0.0.1-SNAPSHOT [1/11]
|
|
||||||
[INFO] from pom.xml
|
|
||||||
[INFO] --------------------------------[ pom ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fundplatform ---
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fundplatform ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fundplatform/0.0.1-SNAPSHOT/fundplatform-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO]
|
|
||||||
[INFO] --------------------< com.fundplatform:fund-common >--------------------
|
|
||||||
[INFO] Building fund-common 0.0.1-SNAPSHOT [2/11]
|
|
||||||
[INFO] from fund-common/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-common ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-common/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-common ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-common/src/main/resources
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-common/src/main/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-common ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :source
|
|
||||||
[INFO] Compiling 8 source files with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-common ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-common/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-common ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-common ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-common ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-common/target/fund-common-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-common ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-common/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-common/0.0.1-SNAPSHOT/fund-common-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-common/target/fund-common-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-common/0.0.1-SNAPSHOT/fund-common-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] -------------------< com.fundplatform:fund-gateway >--------------------
|
|
||||||
[INFO] Building fund-gateway 0.0.1-SNAPSHOT [3/11]
|
|
||||||
[INFO] from fund-gateway/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-gateway ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-gateway/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-gateway ---
|
|
||||||
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
||||||
[INFO] Copying 0 resource from src/main/resources to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-gateway ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :dependency
|
|
||||||
[INFO] Compiling 1 source file with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-gateway ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-gateway/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-gateway ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-gateway ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-gateway ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-gateway/target/fund-gateway-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- spring-boot:3.2.0:repackage (repackage) @ fund-gateway ---
|
|
||||||
[INFO] Replacing main artifact /home/along/MyCode/wanjiabuluo/fundplatform/fund-gateway/target/fund-gateway-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
|
|
||||||
[INFO] The original artifact has been renamed to /home/along/MyCode/wanjiabuluo/fundplatform/fund-gateway/target/fund-gateway-0.0.1-SNAPSHOT.jar.original
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-gateway ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-gateway/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-gateway/0.0.1-SNAPSHOT/fund-gateway-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-gateway/target/fund-gateway-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-gateway/0.0.1-SNAPSHOT/fund-gateway-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] ---------------------< com.fundplatform:fund-sys >----------------------
|
|
||||||
[INFO] Building fund-sys 0.0.1-SNAPSHOT [4/11]
|
|
||||||
[INFO] from fund-sys/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-sys ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-sys/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-sys ---
|
|
||||||
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
||||||
[INFO] Copying 0 resource from src/main/resources to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-sys ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :dependency
|
|
||||||
[INFO] Compiling 21 source files with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-sys ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-sys/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-sys ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-sys ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-sys ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-sys/target/fund-sys-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- spring-boot:3.2.0:repackage (repackage) @ fund-sys ---
|
|
||||||
[INFO] Replacing main artifact /home/along/MyCode/wanjiabuluo/fundplatform/fund-sys/target/fund-sys-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
|
|
||||||
[INFO] The original artifact has been renamed to /home/along/MyCode/wanjiabuluo/fundplatform/fund-sys/target/fund-sys-0.0.1-SNAPSHOT.jar.original
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-sys ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-sys/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-sys/0.0.1-SNAPSHOT/fund-sys-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-sys/target/fund-sys-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-sys/0.0.1-SNAPSHOT/fund-sys-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] ---------------------< com.fundplatform:fund-cust >---------------------
|
|
||||||
[INFO] Building fund-cust 0.0.1-SNAPSHOT [5/11]
|
|
||||||
[INFO] from fund-cust/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-cust ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-cust/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-cust ---
|
|
||||||
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
||||||
[INFO] Copying 0 resource from src/main/resources to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-cust ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :dependency
|
|
||||||
[INFO] Compiling 12 source files with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-cust ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-cust/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-cust ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-cust ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-cust ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-cust/target/fund-cust-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- spring-boot:3.2.0:repackage (repackage) @ fund-cust ---
|
|
||||||
[INFO] Replacing main artifact /home/along/MyCode/wanjiabuluo/fundplatform/fund-cust/target/fund-cust-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
|
|
||||||
[INFO] The original artifact has been renamed to /home/along/MyCode/wanjiabuluo/fundplatform/fund-cust/target/fund-cust-0.0.1-SNAPSHOT.jar.original
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-cust ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-cust/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-cust/0.0.1-SNAPSHOT/fund-cust-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-cust/target/fund-cust-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-cust/0.0.1-SNAPSHOT/fund-cust-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] ---------------------< com.fundplatform:fund-proj >---------------------
|
|
||||||
[INFO] Building fund-proj 0.0.1-SNAPSHOT [6/11]
|
|
||||||
[INFO] from fund-proj/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-proj ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-proj/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-proj ---
|
|
||||||
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
||||||
[INFO] Copying 0 resource from src/main/resources to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-proj ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :dependency
|
|
||||||
[INFO] Compiling 11 source files with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-proj ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-proj/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-proj ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-proj ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-proj ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-proj/target/fund-proj-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- spring-boot:3.2.0:repackage (repackage) @ fund-proj ---
|
|
||||||
[INFO] Replacing main artifact /home/along/MyCode/wanjiabuluo/fundplatform/fund-proj/target/fund-proj-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
|
|
||||||
[INFO] The original artifact has been renamed to /home/along/MyCode/wanjiabuluo/fundplatform/fund-proj/target/fund-proj-0.0.1-SNAPSHOT.jar.original
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-proj ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-proj/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-proj/0.0.1-SNAPSHOT/fund-proj-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-proj/target/fund-proj-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-proj/0.0.1-SNAPSHOT/fund-proj-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] ---------------------< com.fundplatform:fund-req >----------------------
|
|
||||||
[INFO] Building fund-req 0.0.1-SNAPSHOT [7/11]
|
|
||||||
[INFO] from fund-req/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-req ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-req/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-req ---
|
|
||||||
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
||||||
[INFO] Copying 0 resource from src/main/resources to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-req ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :dependency
|
|
||||||
[INFO] Compiling 2 source files with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-req ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-req/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-req ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-req ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-req ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-req/target/fund-req-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- spring-boot:3.2.0:repackage (repackage) @ fund-req ---
|
|
||||||
[INFO] Replacing main artifact /home/along/MyCode/wanjiabuluo/fundplatform/fund-req/target/fund-req-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
|
|
||||||
[INFO] The original artifact has been renamed to /home/along/MyCode/wanjiabuluo/fundplatform/fund-req/target/fund-req-0.0.1-SNAPSHOT.jar.original
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-req ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-req/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-req/0.0.1-SNAPSHOT/fund-req-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-req/target/fund-req-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-req/0.0.1-SNAPSHOT/fund-req-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] ---------------------< com.fundplatform:fund-exp >----------------------
|
|
||||||
[INFO] Building fund-exp 0.0.1-SNAPSHOT [8/11]
|
|
||||||
[INFO] from fund-exp/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-exp ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-exp/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-exp ---
|
|
||||||
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
||||||
[INFO] Copying 0 resource from src/main/resources to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-exp ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :dependency
|
|
||||||
[INFO] Compiling 2 source files with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-exp ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-exp/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-exp ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-exp ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-exp ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-exp/target/fund-exp-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- spring-boot:3.2.0:repackage (repackage) @ fund-exp ---
|
|
||||||
[INFO] Replacing main artifact /home/along/MyCode/wanjiabuluo/fundplatform/fund-exp/target/fund-exp-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
|
|
||||||
[INFO] The original artifact has been renamed to /home/along/MyCode/wanjiabuluo/fundplatform/fund-exp/target/fund-exp-0.0.1-SNAPSHOT.jar.original
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-exp ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-exp/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-exp/0.0.1-SNAPSHOT/fund-exp-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-exp/target/fund-exp-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-exp/0.0.1-SNAPSHOT/fund-exp-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] -------------------< com.fundplatform:fund-receipt >--------------------
|
|
||||||
[INFO] Building fund-receipt 0.0.1-SNAPSHOT [9/11]
|
|
||||||
[INFO] from fund-receipt/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-receipt ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-receipt/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-receipt ---
|
|
||||||
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
||||||
[INFO] Copying 0 resource from src/main/resources to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-receipt ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :dependency
|
|
||||||
[INFO] Compiling 2 source files with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-receipt ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-receipt/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-receipt ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-receipt ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-receipt ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-receipt/target/fund-receipt-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- spring-boot:3.2.0:repackage (repackage) @ fund-receipt ---
|
|
||||||
[INFO] Replacing main artifact /home/along/MyCode/wanjiabuluo/fundplatform/fund-receipt/target/fund-receipt-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
|
|
||||||
[INFO] The original artifact has been renamed to /home/along/MyCode/wanjiabuluo/fundplatform/fund-receipt/target/fund-receipt-0.0.1-SNAPSHOT.jar.original
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-receipt ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-receipt/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-receipt/0.0.1-SNAPSHOT/fund-receipt-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-receipt/target/fund-receipt-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-receipt/0.0.1-SNAPSHOT/fund-receipt-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --------------------< com.fundplatform:fund-report >--------------------
|
|
||||||
[INFO] Building fund-report 0.0.1-SNAPSHOT [10/11]
|
|
||||||
[INFO] from fund-report/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-report ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-report/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-report ---
|
|
||||||
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
||||||
[INFO] Copying 0 resource from src/main/resources to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-report ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :dependency
|
|
||||||
[INFO] Compiling 2 source files with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-report ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-report/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-report ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-report ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-report ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-report/target/fund-report-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- spring-boot:3.2.0:repackage (repackage) @ fund-report ---
|
|
||||||
[INFO] Replacing main artifact /home/along/MyCode/wanjiabuluo/fundplatform/fund-report/target/fund-report-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
|
|
||||||
[INFO] The original artifact has been renamed to /home/along/MyCode/wanjiabuluo/fundplatform/fund-report/target/fund-report-0.0.1-SNAPSHOT.jar.original
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-report ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-report/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-report/0.0.1-SNAPSHOT/fund-report-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-report/target/fund-report-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-report/0.0.1-SNAPSHOT/fund-report-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] ---------------------< com.fundplatform:fund-file >---------------------
|
|
||||||
[INFO] Building fund-file 0.0.1-SNAPSHOT [11/11]
|
|
||||||
[INFO] from fund-file/pom.xml
|
|
||||||
[INFO] --------------------------------[ jar ]---------------------------------
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- clean:3.3.2:clean (default-clean) @ fund-file ---
|
|
||||||
[INFO] Deleting /home/along/MyCode/wanjiabuluo/fundplatform/fund-file/target
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:resources (default-resources) @ fund-file ---
|
|
||||||
[INFO] Copying 1 resource from src/main/resources to target/classes
|
|
||||||
[INFO] Copying 0 resource from src/main/resources to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:compile (default-compile) @ fund-file ---
|
|
||||||
[INFO] Changes detected - recompiling the module! :dependency
|
|
||||||
[INFO] Compiling 2 source files with javac [debug release 21] to target/classes
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- resources:3.3.1:testResources (default-testResources) @ fund-file ---
|
|
||||||
[INFO] skip non existing resourceDirectory /home/along/MyCode/wanjiabuluo/fundplatform/fund-file/src/test/resources
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ fund-file ---
|
|
||||||
[INFO] No sources to compile
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- surefire:3.1.2:test (default-test) @ fund-file ---
|
|
||||||
[INFO] Tests are skipped.
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- jar:3.3.0:jar (default-jar) @ fund-file ---
|
|
||||||
[INFO] Building jar: /home/along/MyCode/wanjiabuluo/fundplatform/fund-file/target/fund-file-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- spring-boot:3.2.0:repackage (repackage) @ fund-file ---
|
|
||||||
[INFO] Replacing main artifact /home/along/MyCode/wanjiabuluo/fundplatform/fund-file/target/fund-file-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
|
|
||||||
[INFO] The original artifact has been renamed to /home/along/MyCode/wanjiabuluo/fundplatform/fund-file/target/fund-file-0.0.1-SNAPSHOT.jar.original
|
|
||||||
[INFO]
|
|
||||||
[INFO] --- install:3.1.1:install (default-install) @ fund-file ---
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-file/pom.xml to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-file/0.0.1-SNAPSHOT/fund-file-0.0.1-SNAPSHOT.pom
|
|
||||||
[INFO] Installing /home/along/MyCode/wanjiabuluo/fundplatform/fund-file/target/fund-file-0.0.1-SNAPSHOT.jar to /home/along/MyCode/wanjiabuluo/fundplatform/.mvn/repository/com/fundplatform/fund-file/0.0.1-SNAPSHOT/fund-file-0.0.1-SNAPSHOT.jar
|
|
||||||
[INFO] ------------------------------------------------------------------------
|
|
||||||
[INFO] Reactor Summary for fundplatform 0.0.1-SNAPSHOT:
|
|
||||||
[INFO]
|
|
||||||
[INFO] fundplatform ....................................... SUCCESS [ 0.528 s]
|
|
||||||
[INFO] fund-common ........................................ SUCCESS [ 4.261 s]
|
|
||||||
[INFO] fund-gateway ....................................... SUCCESS [ 1.439 s]
|
|
||||||
[INFO] fund-sys ........................................... SUCCESS [ 1.383 s]
|
|
||||||
[INFO] fund-cust .......................................... SUCCESS [ 1.123 s]
|
|
||||||
[INFO] fund-proj .......................................... SUCCESS [ 0.848 s]
|
|
||||||
[INFO] fund-req ........................................... SUCCESS [ 0.616 s]
|
|
||||||
[INFO] fund-exp ........................................... SUCCESS [ 0.518 s]
|
|
||||||
[INFO] fund-receipt ....................................... SUCCESS [ 0.508 s]
|
|
||||||
[INFO] fund-report ........................................ SUCCESS [ 0.526 s]
|
|
||||||
[INFO] fund-file .......................................... SUCCESS [ 0.542 s]
|
|
||||||
[INFO] ------------------------------------------------------------------------
|
|
||||||
[INFO] BUILD SUCCESS
|
|
||||||
[INFO] ------------------------------------------------------------------------
|
|
||||||
[INFO] Total time: 13.521 s
|
|
||||||
[INFO] Finished at: 2026-02-17T12:12:28+08:00
|
|
||||||
[INFO] ------------------------------------------------------------------------
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Error: Unable to access jarfile fund-cust-1.0.0-SNAPSHOT.jar
|
|
||||||
Loading…
x
Reference in New Issue
Block a user