4.0.0
    junit-5-basics
    1.0-SNAPSHOT
    junit-5-basics
    Intro to JUnit 5
    
        com.baeldung
        testing-modules
        1.0.0-SNAPSHOT
    
    
        
            org.junit.platform
            junit-platform-suite
            ${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
            
        
        
            
                org.apache.maven.plugins
                maven-surefire-plugin
                
                    
                        --add-opens java.base/java.lang=ALL-UNNAMED
                    
                
            
        
    
    
        
            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
        1.4.197