4.0.0
junit-5-basics
1.0-SNAPSHOT
junit-5-basics
Intro to JUnit 5
com.ossez
testing
0.0.2-SNAPSHOT
../
org.junit.platform
junit-platform-runner
${junit-platform.version}
test
org.junit.jupiter
junit-jupiter-migrationsupport
${junit-jupiter.version}
test
com.h2database
h2
${h2.version}
org.springframework
spring-test
${spring.version}
test
org.springframework
spring-context
${spring.version}
org.springframework
spring-orm
${spring.version}
src/test/resources
true
src/main/resources
true
filtering
false
org.apache.maven.surefire
maven-surefire-plugin
**/*IntegrationTest.java
category
false
org.apache.maven.surefire
maven-surefire-plugin
com.baeldung.categories.UnitTest
com.baeldung.categories.IntegrationTest
tags
false
org.apache.maven.surefire
maven-surefire-plugin
UnitTest
IntegrationTest
5.0.6.RELEASE