4.0.0
  
    org.jacoco
    org.jacoco.tests
    0.8.7
    ../org.jacoco.tests
  
  org.jacoco.examples.test
  JaCoCo :: Test :: Examples
  
    org.jacoco.examples.*
    org.jacoco.examples.CoreTutorial$TestTarget
  
  
    
      ${project.groupId}
      org.jacoco.examples
    
    
      ${project.groupId}
      org.jacoco.agent.rt
    
    
      junit
      junit
    
  
  
    
      
        org.apache.maven.plugins
        maven-dependency-plugin
        
          
            default-unpack
            package
            
              unpack
            
            
              
                
                  ${project.groupId}
                  org.jacoco.examples
                  ${project.version}
                  zip
                  true
                  ${project.build.directory}/build
                
              
            
          
        
      
      
        org.apache.maven.plugins
        maven-invoker-plugin
        
          
            test-pom
            
              install
              run
            
            
              ${project.build.directory}/it
              ../../../src/test/resources/verify
              
                verify
              
            
          
          
            test-pom-it
            
              install
              run
            
            
              ${project.build.directory}/it-it
              ../../../src/test/resources/verify-it
              
                
                -f pom-it.xml
                verify
              
            
          
          
            test-pom-offline
            
              install
              run
            
            
              ${project.build.directory}/it-offline
              ../../../src/test/resources/verify-offline
              
                
                -f pom-offline.xml
                verify
              
            
          
        
        
          ${project.build.directory}/build/examples
          
            ${maven.compiler.source}
            ${maven.compiler.target}