From 7def5b18bfada3ebd3ec6b80c7166e147869dca9 Mon Sep 17 00:00:00 2001 From: koyi2016 Date: Fri, 14 May 2021 13:09:51 +0900 Subject: [PATCH 1/4] Update pom.xml to 6-NEXT-SNAPSHOT (#22) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 37656d7..2bd2f4b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.nablarch.example nablarch-example-mom-sync-receive - 5-NEXT-SNAPSHOT + 6-NEXT-SNAPSHOT jar @@ -35,7 +35,7 @@ com.nablarch.profile nablarch-bom - 5-NEXT-SNAPSHOT + 6-NEXT-SNAPSHOT pom import @@ -54,7 +54,7 @@ com.nablarch.example nablarch-example-mom-testing-common - 5-NEXT-SNAPSHOT + 6-NEXT-SNAPSHOT runtime From ce10372e9a3c771b490c87b8a94e6c9423c38581 Mon Sep 17 00:00:00 2001 From: opengl-8080 Date: Mon, 20 Feb 2023 19:54:52 +0900 Subject: [PATCH 2/4] =?UTF-8?q?feat:=20Jakarta=20EE=20=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=20(#30)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mvn/jvm.config | 1 + README.md | 87 ++++++++++--------- pom.xml | 39 ++++++--- .../nablarch/example/validator/YYYYMMDD.java | 4 +- .../example/validator/YYYYMMDDValidator.java | 4 +- 5 files changed, 80 insertions(+), 55 deletions(-) create mode 100644 .mvn/jvm.config diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 0000000..45d7a1d --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1 @@ +--add-opens java.base/java.lang=ALL-UNNAMED \ No newline at end of file diff --git a/README.md b/README.md index 160fc5a..f4422e3 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ MOM同期応答メッセージングの送信側のExampleと組み合わせて ### 1.動作環境 実行環境に以下のソフトウェアがインストールされている事を前提とします。 -* Java Version : 8 -* Maven 3.0.5以降 +* Java Version : 17 +* Maven 3.9.0以降 補足: MOMとRDBMSはExampleに組み込まれたものを使用します。 @@ -42,6 +42,8 @@ Gitを使用しない場合、最新のタグからzipをダウンロードし $cd ../nablarch-example-mom-sync-receive $mvn clean generate-resources +※gspプラグインをJava 17で実行するためにはJVMオプションの指定が必要ですが、そのオプションは`.mvn/jvm.config`で指定しています。 + #### 3.3. アプリケーションのビルド 次に、nablarch-example-mom-sync-receiveをビルドします。以下のコマンドを実行してください。 @@ -67,57 +69,60 @@ Gitを使用しない場合、最新のタグからzipをダウンロードし 起動に成功すると以下のようなログがコンソールに出力され、MOM同期応答メッセージングの送信側からのメッセージの受信待ちの状態になります。 - 2016-06-07 16:57:51.415 -INFO- ROO [null] load environment config file. file = classpath:env.config - INFO | Using Persistence Adapter: MemoryPersistenceAdapter - INFO | Apache ActiveMQ 5.13.0 (localhost, ID:S1306C00419-T1-42773-1465286271571-0:1) is starting - INFO | Listening for connections at: tcp://127.0.0.1:61616 - INFO | Connector tcp://127.0.0.1:61616 started - INFO | Apache ActiveMQ 5.13.0 (localhost, ID:S1306C00419-T1-42773-1465286271571-0:1) started - INFO | For help or more information please see: http://activemq.apache.org - WARN | Memory Usage for the Broker (1024 mb) is more than the maximum available for the JVM: 247 mb - resetting to 70% of maximum available: 173 mb - WARN | Temporary Store limit is 51200 mb (current store usage is 0 mb). The data directory: C:\Users\TIS303995\git\nablarch-example\nablarch-example-mom-sync-receive only has 7035 mb of usable space - resetting to maximum available disk space: 7035 mb - 2016-06-07 16:57:52.527 -INFO- ROO [null] @@@@ APPLICATION SETTINGS @@@@ - system settings = { - } - business date = [20140123] +```log +2023-02-15 13:28:17.362 -INFO- nablarch.fw.launcher.Main [null] boot_proc = [] proc_sys = [mom-sync-receive] req_id += [null] usr_id = [null] @@@@ APPLICATION SETTINGS @@@@ + system settings = { + } + business date = [20140123] +``` MOM同期応答メッセージングの送信側を起動すると、MOM同期応答メッセージングの受信側のコンソールに以下のように、メッセージを受信したことと、メッセージを返信したことを示すログが出力されます。 (コンソール中の文字が化けるのは仕様です。) - 2016-06-07 17:18:34.123 -INFO- ROO [201606071717526770006] @@@@ RECEIVED MESSAGE @@@@ - thread_name = [pool-1-thread-1] - message_id = [ID:S1306C00419-T1-58114-1465287513655-1:1:1:1:1] - destination = [TEST.REQUEST] - correlation_id = [null] - reply_to = [TEST.RESPONSE] - message_body = [ProjectInsertMessage0 - ????????,??§?? ̄???????????? - development +```log +2023-02-15 13:30:09.178 -INFO- MESSAGING [202302151328173640001] boot_proc = [] proc_sys = [mom-sync-receive] req_id + = [RECEIVEAPP] usr_id = [batch_user] @@@@ RECEIVED MESSAGE @@@@ + thread_name = [pool-1-thread-1] + message_id = [ID:6e02d455-ace9-11ed-bf95-9c7befbbf589] + destination = [TEST.REQUEST] + correlation_id = [null] + reply_to = [TEST.RESPONSE] + message_body = [ProjectInsertMessage0 +?v???W?F?N?g?O?O?P + + development + s + 20100918201504091 ???? + + ???? + + + 100 ???l?? - s - 20100918201504091 - ??´??¨ - ?????? - 100 ???????¬? - 10000 1000 2000 3000 - ] - INFO | HV000001: Hibernate Validator 5.2.4.Final - 2016-06-07 17:18:35.545 -INFO- ROO [201606071718343110007] @@@@ SENT MESSAGE @@@@ - thread_name = [pool-1-thread-1] - message_id = [ID:S1306C00419-T1-42773-1465286271571-4:1:1:1:1] - destination = [TEST.RESPONSE] - correlation_id = [ID:S1306C00419-T1-58114-1465287513655-1:1:1:1:1] - reply_to = [null] - time_to_live = [0] - message_body = [ProjectInsertMessage0success + 10000 + 1000 2000 3000 +] +(中略) +2023-02-15 13:30:09.602 -INFO- MESSAGING [202302151330092260002] boot_proc = [] proc_sys = [mom-sync-receive] req_id + = [ProjectInsertMessage] usr_id = [batch_user] @@@@ SENT MESSAGE @@@@ + thread_name = [pool-1-thread-1] + message_id = [ID:6e481b72-ace9-11ed-8a28-9c7befbbf589] + destination = [TEST.RESPONSE] + correlation_id = [ID:6e02d455-ace9-11ed-bf95-9c7befbbf589] + reply_to = [null] + time_to_live = [0] + message_body = [ProjectInsertMessage0 +success +] +``` - ] 自動的に終了はしないため、ctrl + c等で終了させてください。 diff --git a/pom.xml b/pom.xml index 2bd2f4b..d952c9c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,14 +8,16 @@ jar - 1.8 - 1.8 + 17 + 17 UTF-8 UTF-8 SAMPLE SAMPLE + + 2.28.0 @@ -46,6 +48,13 @@ pom import + + jakarta.platform + jakarta.jakartaee-bom + 10.0.0 + pom + import + @@ -103,15 +112,15 @@ - org.hibernate + org.hibernate.validator hibernate-validator - 5.3.6.Final + 8.0.0.Final - org.glassfish.web - el-impl - 2.2 + org.glassfish.expressly + expressly + 5.0.0 @@ -133,11 +142,21 @@ org.apache.activemq - activemq-all - 5.13.0 + artemis-server + ${activemq.version} + + + org.apache.activemq + artemis-jakarta-server + ${activemq.version} + + jakarta.annotation + jakarta.annotation-api + + com.nablarch.framework nablarch-fw-messaging-http @@ -162,7 +181,7 @@ jp.co.tis.gsp gsp-dba-maven-plugin - 4.6.0-SNAPSHOT + 5.0.0-SNAPSHOT ${db.adminUser} ${db.adminUser} diff --git a/src/main/java/com/nablarch/example/validator/YYYYMMDD.java b/src/main/java/com/nablarch/example/validator/YYYYMMDD.java index 58af664..508c8dd 100644 --- a/src/main/java/com/nablarch/example/validator/YYYYMMDD.java +++ b/src/main/java/com/nablarch/example/validator/YYYYMMDD.java @@ -4,8 +4,8 @@ import java.lang.annotation.Retention; import java.lang.annotation.Target; -import javax.validation.Constraint; -import javax.validation.Payload; +import jakarta.validation.Constraint; +import jakarta.validation.Payload; import static java.lang.annotation.ElementType.ANNOTATION_TYPE; import static java.lang.annotation.ElementType.CONSTRUCTOR; diff --git a/src/main/java/com/nablarch/example/validator/YYYYMMDDValidator.java b/src/main/java/com/nablarch/example/validator/YYYYMMDDValidator.java index b0d6967..c95e5c4 100644 --- a/src/main/java/com/nablarch/example/validator/YYYYMMDDValidator.java +++ b/src/main/java/com/nablarch/example/validator/YYYYMMDDValidator.java @@ -3,8 +3,8 @@ import nablarch.core.util.DateUtil; import nablarch.core.util.StringUtil; -import javax.validation.ConstraintValidator; -import javax.validation.ConstraintValidatorContext; +import jakarta.validation.ConstraintValidator; +import jakarta.validation.ConstraintValidatorContext; /** * 日付書式チェックバリデータの本体。 From d35dc92ad4e385445e7a522211f0d1df5d7806e8 Mon Sep 17 00:00:00 2001 From: Takayuki Uchida Date: Fri, 15 Dec 2023 20:00:00 +0900 Subject: [PATCH 3/4] create-release-branch --- pom.xml | 650 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 325 insertions(+), 325 deletions(-) diff --git a/pom.xml b/pom.xml index a332922..7e03c6b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,325 +1,325 @@ - - - 4.0.0 - - com.nablarch.example - nablarch-example-mom-sync-receive - 6-NEXT-SNAPSHOT - jar - - - 17 - 17 - - UTF-8 - UTF-8 - - SAMPLE - SAMPLE - - 2.28.0 - - - - - dev-deploy - - - dev-deploy - ${develop_test_report_url} - - - - - - - - - com.nablarch.profile - nablarch-bom - 6-NEXT-SNAPSHOT - pom - import - - - org.junit - junit-bom - 5.8.2 - pom - import - - - jakarta.platform - jakarta.jakartaee-bom - 10.0.0 - pom - import - - - - - - - - com.nablarch.example - nablarch-example-mom-testing-common - 6-NEXT-SNAPSHOT - runtime - - - - com.nablarch.profile - nablarch-batch - - - - com.nablarch.configuration - nablarch-main-default-configuration - runtime - - - - com.nablarch.framework - nablarch-testing - test - - - - com.nablarch.configuration - nablarch-testing-default-configuration - test - - - - com.h2database - h2 - 2.2.220 - runtime - - - - com.zaxxer - HikariCP - 3.3.1 - runtime - - - - com.nablarch.integration - slf4j-nablarch-adaptor - runtime - - - - - org.hibernate.validator - hibernate-validator - 8.0.0.Final - - - - org.glassfish.expressly - expressly - 5.0.0 - - - - - com.nablarch.framework - nablarch-fw-web-extension - - - - com.nablarch.framework - nablarch-fw-messaging - - - - com.nablarch.framework - nablarch-fw-messaging-mom - - - - - org.apache.activemq - artemis-server - ${activemq.version} - - - org.apache.activemq - artemis-jakarta-server - ${activemq.version} - - - - - jakarta.annotation - jakarta.annotation-api - - - - com.nablarch.framework - nablarch-fw-messaging-http - test - - - - com.nablarch.framework - nablarch-testing-junit5 - test - - - - org.junit.jupiter - junit-jupiter - test - - - - - - - jp.co.tis.gsp - gsp-dba-maven-plugin - 5.0.0-SNAPSHOT - - ${db.adminUser} - ${db.adminUser} - ${db.user} - ${db.user} - org.h2.Driver - jdbc:h2:./h2/db/SAMPLE - - src/test/resources/data - src/main/resources/entity/data-model.edm - - com.nablarch.example - entity - true - ${project.build.directory}/generated-sources/entity - PUBLIC - - - - com.h2database - h2 - 2.2.220 - - - - - generate-ddl - generate-sources - - generate-ddl - execute-ddl - generate-entity - load-data - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.5 - - - - true - lib/ - nablarch.fw.launcher.Main - - - - *.dicon - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - package - - single - - - - distribution.xml - - application-${project.version} - false - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - generate-sources - add-source - - - ${project.build.directory}/generated-sources/entity - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - - false - - - - - org.jacoco - jacoco-maven-plugin - 0.8.3 - - - **/com/nablarch/example/app/entity/* - - - - - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 3.0.0 - - - - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - org.jacoco - jacoco-maven-plugin - - - - - + + + 4.0.0 + + com.nablarch.example + nablarch-example-mom-sync-receive + 6 + jar + + + 17 + 17 + + UTF-8 + UTF-8 + + SAMPLE + SAMPLE + + 2.28.0 + + + + + dev-deploy + + + dev-deploy + ${develop_test_report_url} + + + + + + + + + com.nablarch.profile + nablarch-bom + 6 + pom + import + + + org.junit + junit-bom + 5.8.2 + pom + import + + + jakarta.platform + jakarta.jakartaee-bom + 10.0.0 + pom + import + + + + + + + + com.nablarch.example + nablarch-example-mom-testing-common + 6 + runtime + + + + com.nablarch.profile + nablarch-batch + + + + com.nablarch.configuration + nablarch-main-default-configuration + runtime + + + + com.nablarch.framework + nablarch-testing + test + + + + com.nablarch.configuration + nablarch-testing-default-configuration + test + + + + com.h2database + h2 + 2.2.220 + runtime + + + + com.zaxxer + HikariCP + 3.3.1 + runtime + + + + com.nablarch.integration + slf4j-nablarch-adaptor + runtime + + + + + org.hibernate.validator + hibernate-validator + 8.0.0.Final + + + + org.glassfish.expressly + expressly + 5.0.0 + + + + + com.nablarch.framework + nablarch-fw-web-extension + + + + com.nablarch.framework + nablarch-fw-messaging + + + + com.nablarch.framework + nablarch-fw-messaging-mom + + + + + org.apache.activemq + artemis-server + ${activemq.version} + + + org.apache.activemq + artemis-jakarta-server + ${activemq.version} + + + + + jakarta.annotation + jakarta.annotation-api + + + + com.nablarch.framework + nablarch-fw-messaging-http + test + + + + com.nablarch.framework + nablarch-testing-junit5 + test + + + + org.junit.jupiter + junit-jupiter + test + + + + + + + jp.co.tis.gsp + gsp-dba-maven-plugin + 5.0.0 + + ${db.adminUser} + ${db.adminUser} + ${db.user} + ${db.user} + org.h2.Driver + jdbc:h2:./h2/db/SAMPLE + + src/test/resources/data + src/main/resources/entity/data-model.edm + + com.nablarch.example + entity + true + ${project.build.directory}/generated-sources/entity + PUBLIC + + + + com.h2database + h2 + 2.2.220 + + + + + generate-ddl + generate-sources + + generate-ddl + execute-ddl + generate-entity + load-data + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.5 + + + + true + lib/ + nablarch.fw.launcher.Main + + + + *.dicon + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + + distribution.xml + + application-${project.version} + false + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + generate-sources + add-source + + + ${project.build.directory}/generated-sources/entity + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + false + + + + + org.jacoco + jacoco-maven-plugin + 0.8.3 + + + **/com/nablarch/example/app/entity/* + + + + + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.0.0 + + + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.jacoco + jacoco-maven-plugin + + + + + From ec045bec26edc1942e54073e307cd455357c8302 Mon Sep 17 00:00:00 2001 From: Takayuki Uchida Date: Mon, 18 Dec 2023 11:02:24 +0900 Subject: [PATCH 4/4] create-release-branch --- pom.xml | 650 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 325 insertions(+), 325 deletions(-) diff --git a/pom.xml b/pom.xml index 7e03c6b..f7ef8a3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,325 +1,325 @@ - - - 4.0.0 - - com.nablarch.example - nablarch-example-mom-sync-receive - 6 - jar - - - 17 - 17 - - UTF-8 - UTF-8 - - SAMPLE - SAMPLE - - 2.28.0 - - - - - dev-deploy - - - dev-deploy - ${develop_test_report_url} - - - - - - - - - com.nablarch.profile - nablarch-bom - 6 - pom - import - - - org.junit - junit-bom - 5.8.2 - pom - import - - - jakarta.platform - jakarta.jakartaee-bom - 10.0.0 - pom - import - - - - - - - - com.nablarch.example - nablarch-example-mom-testing-common - 6 - runtime - - - - com.nablarch.profile - nablarch-batch - - - - com.nablarch.configuration - nablarch-main-default-configuration - runtime - - - - com.nablarch.framework - nablarch-testing - test - - - - com.nablarch.configuration - nablarch-testing-default-configuration - test - - - - com.h2database - h2 - 2.2.220 - runtime - - - - com.zaxxer - HikariCP - 3.3.1 - runtime - - - - com.nablarch.integration - slf4j-nablarch-adaptor - runtime - - - - - org.hibernate.validator - hibernate-validator - 8.0.0.Final - - - - org.glassfish.expressly - expressly - 5.0.0 - - - - - com.nablarch.framework - nablarch-fw-web-extension - - - - com.nablarch.framework - nablarch-fw-messaging - - - - com.nablarch.framework - nablarch-fw-messaging-mom - - - - - org.apache.activemq - artemis-server - ${activemq.version} - - - org.apache.activemq - artemis-jakarta-server - ${activemq.version} - - - - - jakarta.annotation - jakarta.annotation-api - - - - com.nablarch.framework - nablarch-fw-messaging-http - test - - - - com.nablarch.framework - nablarch-testing-junit5 - test - - - - org.junit.jupiter - junit-jupiter - test - - - - - - - jp.co.tis.gsp - gsp-dba-maven-plugin - 5.0.0 - - ${db.adminUser} - ${db.adminUser} - ${db.user} - ${db.user} - org.h2.Driver - jdbc:h2:./h2/db/SAMPLE - - src/test/resources/data - src/main/resources/entity/data-model.edm - - com.nablarch.example - entity - true - ${project.build.directory}/generated-sources/entity - PUBLIC - - - - com.h2database - h2 - 2.2.220 - - - - - generate-ddl - generate-sources - - generate-ddl - execute-ddl - generate-entity - load-data - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.5 - - - - true - lib/ - nablarch.fw.launcher.Main - - - - *.dicon - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - package - - single - - - - distribution.xml - - application-${project.version} - false - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - generate-sources - add-source - - - ${project.build.directory}/generated-sources/entity - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - - false - - - - - org.jacoco - jacoco-maven-plugin - 0.8.3 - - - **/com/nablarch/example/app/entity/* - - - - - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 3.0.0 - - - - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - org.jacoco - jacoco-maven-plugin - - - - - + + + 4.0.0 + + com.nablarch.example + nablarch-example-mom-sync-receive + 6 + jar + + + 17 + 17 + + UTF-8 + UTF-8 + + SAMPLE + SAMPLE + + 2.28.0 + + + + + dev-deploy + + + dev-deploy + ${develop_test_report_url} + + + + + + + + + com.nablarch.profile + nablarch-bom + 6 + pom + import + + + org.junit + junit-bom + 5.8.2 + pom + import + + + jakarta.platform + jakarta.jakartaee-bom + 10.0.0 + pom + import + + + + + + + + com.nablarch.example + nablarch-example-mom-testing-common + 6 + runtime + + + + com.nablarch.profile + nablarch-batch + + + + com.nablarch.configuration + nablarch-main-default-configuration + runtime + + + + com.nablarch.framework + nablarch-testing + test + + + + com.nablarch.configuration + nablarch-testing-default-configuration + test + + + + com.h2database + h2 + 2.2.220 + runtime + + + + com.zaxxer + HikariCP + 3.3.1 + runtime + + + + com.nablarch.integration + slf4j-nablarch-adaptor + runtime + + + + + org.hibernate.validator + hibernate-validator + 8.0.0.Final + + + + org.glassfish.expressly + expressly + 5.0.0 + + + + + com.nablarch.framework + nablarch-fw-web-extension + + + + com.nablarch.framework + nablarch-fw-messaging + + + + com.nablarch.framework + nablarch-fw-messaging-mom + + + + + org.apache.activemq + artemis-server + ${activemq.version} + + + org.apache.activemq + artemis-jakarta-server + ${activemq.version} + + + + + jakarta.annotation + jakarta.annotation-api + + + + com.nablarch.framework + nablarch-fw-messaging-http + test + + + + com.nablarch.framework + nablarch-testing-junit5 + test + + + + org.junit.jupiter + junit-jupiter + test + + + + + + + jp.co.tis.gsp + gsp-dba-maven-plugin + 5.0.0 + + ${db.adminUser} + ${db.adminUser} + ${db.user} + ${db.user} + org.h2.Driver + jdbc:h2:./h2/db/SAMPLE + + src/test/resources/data + src/main/resources/entity/data-model.edm + + com.nablarch.example + entity + true + ${project.build.directory}/generated-sources/entity + PUBLIC + + + + com.h2database + h2 + 2.2.220 + + + + + generate-ddl + generate-sources + + generate-ddl + execute-ddl + generate-entity + load-data + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.5 + + + + true + lib/ + nablarch.fw.launcher.Main + + + + *.dicon + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + + distribution.xml + + application-${project.version} + false + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + generate-sources + add-source + + + ${project.build.directory}/generated-sources/entity + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + false + + + + + org.jacoco + jacoco-maven-plugin + 0.8.3 + + + **/com/nablarch/example/app/entity/* + + + + + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.0.0 + + + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.jacoco + jacoco-maven-plugin + + + + +