diff --git a/doma-spring-boot-jacoco-aggregate/pom.xml b/doma-spring-boot-jacoco-aggregate/pom.xml new file mode 100644 index 00000000..78e87662 --- /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 59bc4976..383fed7b 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 2.25.0 2.18.0 3.2.7 - ${project.basedir} + ${env.PWD} @@ -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 + + + + + +