You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

292 lines
34 KiB

[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.crm:crm-auth:jar:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.projectlombok:lombok:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 60, column 22
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.crm:crm-file:jar:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.projectlombok:lombok:jar -> duplicate declaration of version (?) @ line 49, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] crm [pom]
[INFO] crm-base [jar]
[INFO] crm-file [jar]
[INFO] crm-auth [jar]
[INFO] crm-dict [jar]
[INFO] crm-rule [jar]
[INFO] crm-preference [jar]
[INFO] crm-lead [jar]
[INFO] crm-app [jar]
[INFO]
[INFO] ----------------------------< com.crm:crm >-----------------------------
[INFO] Building crm 1.0.0-SNAPSHOT [1/9]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ crm ---
[INFO]
[INFO] --------------------------< com.crm:crm-base >--------------------------
[INFO] Building crm-base 1.0.0-SNAPSHOT [2/9]
[INFO] from crm-base\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ crm-base ---
[INFO] Deleting E:\code\crm-backend-matt\crm-base\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-base ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-base\src\main\resources
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-base\src\main\resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-base ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 51 source files with javac [debug parameters release 17] to target\classes
[INFO] /E:/code/crm-backend-matt/crm-base/src/main/java/com/crm/base/config/CrmSqlInjector.java: E:\code\crm-backend-matt\crm-base\src\main\java\com\crm\base\config\CrmSqlInjector.java使用或覆盖了已过时的 API。
[INFO] /E:/code/crm-backend-matt/crm-base/src/main/java/com/crm/base/config/CrmSqlInjector.java: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-base ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-base\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-base ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug parameters release 17] to target\test-classes
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ crm-base ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ crm-base ---
[INFO] Building jar: E:\code\crm-backend-matt\crm-base\target\crm-base-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --------------------------< com.crm:crm-file >--------------------------
[INFO] Building crm-file 1.0.0-SNAPSHOT [3/9]
[INFO] from crm-file\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ crm-file ---
[INFO] Deleting E:\code\crm-backend-matt\crm-file\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-file ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-file\src\main\resources
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-file\src\main\resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-file ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 31 source files with javac [debug parameters release 17] to target\classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-file ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-file\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-file ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug parameters release 17] to target\test-classes
[INFO] /E:/code/crm-backend-matt/crm-file/src/test/java/com/crm/file/task/ThumbnailRetryTaskTest.java: E:\code\crm-backend-matt\crm-file\src\test\java\com\crm\file\task\ThumbnailRetryTaskTest.java使用了未经检查或不安全的操作。
[INFO] /E:/code/crm-backend-matt/crm-file/src/test/java/com/crm/file/task/ThumbnailRetryTaskTest.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ crm-file ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ crm-file ---
[INFO] Building jar: E:\code\crm-backend-matt\crm-file\target\crm-file-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --------------------------< com.crm:crm-auth >--------------------------
[INFO] Building crm-auth 1.0.0-SNAPSHOT [4/9]
[INFO] from crm-auth\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ crm-auth ---
[INFO] Deleting E:\code\crm-backend-matt\crm-auth\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-auth ---
[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.13.0:compile (default-compile) @ crm-auth ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 92 source files with javac [debug parameters release 17] to target\classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-auth ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-auth\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-auth ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 18 source files with javac [debug parameters release 17] to target\test-classes
[INFO] /E:/code/crm-backend-matt/crm-auth/src/test/java/com/crm/auth/security/TokenServiceTest.java: 某些输入文件使用了未经检查或不安全的操作。
[INFO] /E:/code/crm-backend-matt/crm-auth/src/test/java/com/crm/auth/security/TokenServiceTest.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ crm-auth ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ crm-auth ---
[INFO] Building jar: E:\code\crm-backend-matt\crm-auth\target\crm-auth-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --------------------------< com.crm:crm-dict >--------------------------
[INFO] Building crm-dict 1.0.0-SNAPSHOT [5/9]
[INFO] from crm-dict\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ crm-dict ---
[INFO] Deleting E:\code\crm-backend-matt\crm-dict\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-dict ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-dict\src\main\resources
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-dict\src\main\resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-dict ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [debug parameters release 17] to target\classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-dict ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-dict\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-dict ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug parameters release 17] to target\test-classes
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ crm-dict ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ crm-dict ---
[INFO] Building jar: E:\code\crm-backend-matt\crm-dict\target\crm-dict-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --------------------------< com.crm:crm-rule >--------------------------
[INFO] Building crm-rule 1.0.0-SNAPSHOT [6/9]
[INFO] from crm-rule\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ crm-rule ---
[INFO] Deleting E:\code\crm-backend-matt\crm-rule\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-rule ---
[INFO] Copying 0 resource from src\main\resources to target\classes
[INFO] Copying 1 resource from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-rule ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 29 source files with javac [debug parameters release 17] to target\classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-rule ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-rule\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-rule ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug parameters release 17] to target\test-classes
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ crm-rule ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ crm-rule ---
[INFO] Building jar: E:\code\crm-backend-matt\crm-rule\target\crm-rule-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] -----------------------< com.crm:crm-preference >-----------------------
[INFO] Building crm-preference 1.0.0-SNAPSHOT [7/9]
[INFO] from crm-preference\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ crm-preference ---
[INFO] Deleting E:\code\crm-backend-matt\crm-preference\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-preference ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-preference\src\main\resources
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-preference\src\main\resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-preference ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug parameters release 17] to target\classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-preference ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-preference\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-preference ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug parameters release 17] to target\test-classes
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ crm-preference ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ crm-preference ---
[INFO] Building jar: E:\code\crm-backend-matt\crm-preference\target\crm-preference-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --------------------------< com.crm:crm-lead >--------------------------
[INFO] Building crm-lead 1.0.0-SNAPSHOT [8/9]
[INFO] from crm-lead\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ crm-lead ---
[INFO] Deleting E:\code\crm-backend-matt\crm-lead\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-lead ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-lead\src\main\resources
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-lead\src\main\resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-lead ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 41 source files with javac [debug parameters release 17] to target\classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-lead ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-lead\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-lead ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug parameters release 17] to target\test-classes
[INFO] /E:/code/crm-backend-matt/crm-lead/src/test/java/com/crm/lead/query/impl/LeadViewQueryImplTest.java: E:\code\crm-backend-matt\crm-lead\src\test\java\com\crm\lead\query\impl\LeadViewQueryImplTest.java使用了未经检查或不安全的操作。
[INFO] /E:/code/crm-backend-matt/crm-lead/src/test/java/com/crm/lead/query/impl/LeadViewQueryImplTest.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ crm-lead ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ crm-lead ---
[INFO] Building jar: E:\code\crm-backend-matt\crm-lead\target\crm-lead-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --------------------------< com.crm:crm-app >---------------------------
[INFO] Building crm-app 1.0.0-SNAPSHOT [9/9]
[INFO] from crm-app\pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ crm-app ---
[INFO] Deleting E:\code\crm-backend-matt\crm-app\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ crm-app ---
[INFO] Copying 2 resources from src\main\resources to target\classes
[INFO] Copying 0 resource from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ crm-app ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug parameters release 17] to target\classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ crm-app ---
[INFO] skip non existing resourceDirectory E:\code\crm-backend-matt\crm-app\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ crm-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ crm-app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ crm-app ---
[INFO] Building jar: E:\code\crm-backend-matt\crm-app\target\crm-app-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- spring-boot:3.3.5:repackage (repackage) @ crm-app ---
[INFO] Replacing main artifact E:\code\crm-backend-matt\crm-app\target\crm-app-1.0.0-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to E:\code\crm-backend-matt\crm-app\target\crm-app-1.0.0-SNAPSHOT.jar.original
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for crm 1.0.0-SNAPSHOT:
[INFO]
[INFO] crm ................................................ SUCCESS [ 0.255 s]
[INFO] crm-base ........................................... SUCCESS [ 5.388 s]
[INFO] crm-file ........................................... SUCCESS [ 3.787 s]
[INFO] crm-auth ........................................... SUCCESS [ 6.638 s]
[INFO] crm-dict ........................................... SUCCESS [ 2.644 s]
[INFO] crm-rule ........................................... SUCCESS [ 2.472 s]
[INFO] crm-preference ..................................... SUCCESS [ 1.626 s]
[INFO] crm-lead ........................................... SUCCESS [ 2.943 s]
[INFO] crm-app ............................................ SUCCESS [ 1.381 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.482 s
[INFO] Finished at: 2026-08-18T06:37:05+08:00
[INFO] ------------------------------------------------------------------------