From 133008964805914407cc22b62de2e0709b8ae686 Mon Sep 17 00:00:00 2001 From: canonical Date: Wed, 13 Dec 2023 19:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=80=9A=E8=BF=87=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=A6=86=E7=9B=96=E7=8E=87=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nop-bom/pom.xml | 20 -- pom.xml | 269 ++++----------- tests/pom.xml | 888 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 946 insertions(+), 231 deletions(-) diff --git a/nop-bom/pom.xml b/nop-bom/pom.xml index 442b2a0bf..b6a6e277f 100644 --- a/nop-bom/pom.xml +++ b/nop-bom/pom.xml @@ -316,14 +316,6 @@ ${nop-entropy.version} - - - io.github.entropy-cloud - nop-job - ${nop-entropy.version} - - - io.github.entropy-cloud nop-report-core @@ -408,12 +400,6 @@ ${nop-entropy.version} - - io.github.entropy-cloud - nop-nosql - ${nop-entropy.version} - - io.github.entropy-cloud nop-shell @@ -457,12 +443,6 @@ - - io.github.entropy-cloud - nop-web-core - ${nop-entropy.version} - - diff --git a/pom.xml b/pom.xml index cb40731c8..aa977b488 100644 --- a/pom.xml +++ b/pom.xml @@ -33,9 +33,11 @@ ${project.artifactId} - jacoco - reuseReports - ${maven.multiModuleProjectDirectory}/tests/target/site/jacoco-aggregate/jacoco.xml + + + + ${maven.multiModuleProjectDirectory}/tests/target/site/jacoco-aggregate/jacoco.xml + java @@ -89,31 +91,6 @@ - - - coverage - - true - - - - - org.jacoco - jacoco-maven-plugin - - - prepare-agent - - prepare-agent - - - - - - - - - @@ -147,97 +124,37 @@ - - - - - - - - - - - + + + + + + + + + + + + + org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + 3.2.2 - --illegal-access=permit + ${jacocoArgLine} false 4 true - ${surefireArgLine} - - - org.junit.jupiter - junit-jupiter-engine - 5.3.2 - - - - - - org.jacoco - jacoco-maven-plugin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.apache.maven.plugins @@ -259,53 +176,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -418,20 +289,13 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.7.0.1746 + 3.10.0.2594 org.jacoco jacoco-maven-plugin 0.8.11 - - - - prepare-agent - - - @@ -440,34 +304,43 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + coverage + + true + + + + + org.jacoco + jacoco-maven-plugin + + + default-prepare-agent + + prepare-agent + + + + jacocoArgLine + + + + + + **/_gen/*.* + **/*Errors.* + **/*Configs.* + **/*Constants* + **/parse/antlr/*.* + + + + + + + nop-dependencies @@ -475,7 +348,6 @@ nop-api-core nop-commons nop-core - nop-javac nop-antlr4 nop-xdefs @@ -484,58 +356,33 @@ nop-graphql nop-socket nop-web - nop-tcc nop-cluster nop-wf nop-auth nop-config - nop-js nop-pdf nop-benchmark nop-cli-core nop-cli nop-message - - nop-spring nop-http nop-codegen - - - - nop-dao nop-orm nop-biz nop-api-debugger nop-rpc - nop-rule - nop-job - nop-batch - - nop-nosql nop-shell nop-fsm nop-dbtool - nop-svg - - - nop-task nop-excel nop-ooxml diff --git a/tests/pom.xml b/tests/pom.xml index 678ec33d4..179b61f26 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -15,6 +15,894 @@ UTF-8 + + + + io.github.entropy-cloud + nop-api-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-commons + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-dataset + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-orm-model + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-orm-pdm + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-orm-eql + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-orm-geo + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-javac + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-socket + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-xdefs + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-api-debugger + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-codegen + ${nop-entropy.version} + true + + + + io.github.entropy-cloud + nop-auth-api + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-xlang + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-xlang-debugger + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-match + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-router + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-fsm + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-log-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-log-logback + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-log-log4j2 + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-log-java + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rpc-api + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rpc-core + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-rpc-http + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rpc-simple + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rpc-cluster + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-job-api + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-job-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-job-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-job-meta + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-job-service + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-job-web + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-config + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-ioc + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-tcc-api + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-tcc-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-tcc-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-tcc-meta + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-tcc-web + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-cluster-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-cluster-sentinel + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-cluster-nacos + ${nop-entropy.version} + + + + + + + + + + + io.github.entropy-cloud + nop-orm + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-report-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-report-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-report-meta + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-report-service + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-report-web + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-report-demo + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-report-spl + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-file-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-file-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-file-meta + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-file-service + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-file-web + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-file-quarkus + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-file-spring + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-shell + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-web + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-vertx-commons + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-vertx-mqtt-client + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-vertx-mqtt-server + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-nosql-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-nosql-lettuce + ${nop-entropy.version} + + + + + + + + + + + io.github.entropy-cloud + nop-ui + ${nop-entropy.version} + + + + + + + + + + + + + + + + + + + + + + io.github.entropy-cloud + nop-antlr4-common + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-antlr4-tool + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-http-client-okhttp + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-http-api + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-http-client-apache + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-http-client-jdk + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-message-pulsar + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-batch-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-batch-jdbc + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-batch-gen + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-batch-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-batch-orm + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-spring-autoconfig + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-ooxml-common + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-ooxml-xlsx + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-ooxml-docx + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-excel + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-autotest-core + ${nop-entropy.version} + test + + + + io.github.entropy-cloud + nop-autotest-junit + ${nop-entropy.version} + test + + + + io.github.entropy-cloud + nop-graphql-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-graphql-orm + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-graphql-gateway + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-biz + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-js + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-boot + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-quarkus-core-starter + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-quarkus-web-starter + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-spring-core-starter + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-spring-web-starter + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-spring-delta + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-auth-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-auth-sso + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-auth-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-auth-meta + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-auth-service + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-auth-web + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rule-api + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rule-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rule-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rule-meta + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rule-service + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-rule-web + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-web-page + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-web-site + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-web-amis-editor + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-integration-api + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-integration-file-local + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-integration-oss + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-integration-sftp + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-integration-sms-tencent + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-integration-sms-yunpian + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-dbtool-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-dbtool-exp + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-sys-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-sys-meta + ${nop-entropy.version} + + + + + io.github.entropy-cloud + nop-sys-service + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-sys-web + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-dev-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-dev-service + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-dev-web + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-wf-api + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-wf-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-wf-dao + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-wf-meta + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-wf-service + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-wf-web + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-cli-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-stream-api + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-stream-core + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-stream-flow + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-stream-cep + ${nop-entropy.version} + + + + io.github.entropy-cloud + nop-stream-checkpoint + ${nop-entropy.version} + + +