4.0.0
solatium
solatium
1.0
org.springframework.boot
spring-boot-starter-parent
2.1.5.RELEASE
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-test
test
org.springframework.boot
spring-boot-starter-thymeleaf
org.springframework.boot
spring-boot-starter-security
org.springframework.security
spring-security-test
test
org.thymeleaf.extras
thymeleaf-extras-springsecurity5
com.h2database
h2
runtime
org.springframework.boot
spring-boot-starter-data-jpa
org.springframework.boot
spring-boot-devtools
true
org.springframework.boot
spring-boot-starter-actuator
junit
junit
4.12
test
org.projectlombok
lombok
1.18.8
provided
commons-io
commons-io
2.6
com.fasterxml.jackson.core
jackson-databind
2.9.8
UTF-8
UTF-8
1.8
org.apache.maven.plugins
maven-compiler-plugin
3.8.0
8
org.apache.maven.plugins
maven-help-plugin
3.2.0
org.apache.maven.plugins
maven-surefire-plugin
3.0.0-M3
${surefireArgLine}
${skip.surefire.tests}
org.apache.maven.plugins
maven-failsafe-plugin
3.0.0-M3
integration-tests
integration-test
verify
${failsafeArgLine}
${skip.failsafe.tests}
org.springframework.boot
spring-boot-maven-plugin
repackage
solatium.Main
org.jacoco
jacoco-maven-plugin
0.7.9
pre-unit-test
prepare-agent
${project.build.directory}/coverage-reports/jacoco-ut.exec
surefireArgLine
post-unit-test
test
report
${project.build.directory}/coverage-reports/jacoco-ut.exec
${project.reporting.outputDirectory}/jacoco-ut
pre-integration-test
pre-integration-test
prepare-agent
${project.build.directory}/coverage-reports/jacoco-it.exec
failsafeArgLine
default-report
post-integration-test
report
${project.build.directory}/coverage-reports/jacoco-it.exec
${project.reporting.outputDirectory}/jacoco-it
merge-results
verify
merge
${project.build.directory}/coverage-reports
*.exec
${project.build.directory}/coverage-reports/aggregate.exec
post-merge-report
verify
report
${project.build.directory}/coverage-reports/aggregate.exec
${project.reporting.outputDirectory}/jacoco