diff --git a/doma-spring-boot-jacoco-aggregate/pom.xml b/doma-spring-boot-jacoco-aggregate/pom.xml
new file mode 100644
index 0000000..78e8766
--- /dev/null
+++ b/doma-spring-boot-jacoco-aggregate/pom.xml
@@ -0,0 +1,49 @@
+
+
+ 4.0.0
+
+
+ org.seasar.doma.boot
+ doma-spring-boot
+ 2.2.0-SNAPSHOT
+ ../pom.xml
+
+ doma-spring-boot-jacoco-aggregate
+
+
+ true
+
+
+
+
+ ${project.groupId}
+ doma-spring-boot-core
+ ${project.version}
+
+
+ ${project.groupId}
+ doma-spring-boot-autoconfigure
+ ${project.version}
+
+
+
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+
+
+ report-aggregate
+ verify
+
+ report-aggregate
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d513992..7559cd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
doma-spring-boot-autoconfigure
doma-spring-boot-starter
doma-spring-boot-samples
+ doma-spring-boot-jacoco-aggregate
@@ -164,6 +165,28 @@
LF
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.12
+
+
+ prepare
+
+ prepare-agent
+
+
+
+ report
+ verify
+
+ report
+
+
+
+
+
+