4.0.0
    
        org.apache.sling
        sling
        10
    
    org.apache.sling.testing.samples.integrationtests
    1.0.6
    jar
    Apache Sling Sample Integration Tests
    
        Sample project that demonstrates the various tools and techniques
        available to test Sling applications: plain build-time JUnit tests,
        HTTP-based integration tests, server-side JUnit tests injected via
        bundles and server-side scriptable tests.
    
    
    
    
        
         
        
        false
        
        
        
        
         
         
        
        
        -Xmx512m
        
        
        1.0
        
        
        
        
        
        -p $JAREXEC_SERVER_PORT$
        
        
        **/**Test.java
    
    
    
        scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.samples.integrationtests-1.0.6
         scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.samples.integrationtests-1.0.6
        http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.samples.integrationtests-1.0.6
    
    
        
           
                maven-clean-plugin
                2.2
                
                    
                        
                            ${basedir}
                            
                                
                                sling
                            
                        
                    
                
            
            
                org.apache.maven.plugins
                maven-dependency-plugin
                
                    
                        copy-runnable-jar
                        
                            copy-dependencies
                        
                            process-resources
                        
                            org.apache.sling.launchpad
                            true
                            false
                            false
                        
                    
                    
                        
                        copy-additional-bundles
                        
                            copy-dependencies
                        
                            process-resources
                        
                            ${project.build.directory}/sling/additional-bundles
                            true
                            false
                            false
                        
                    
                
            
            
                
                org.codehaus.mojo
                build-helper-maven-plugin
                
                    
                        reserve-server-port
                        
                            reserve-network-port
                        
                        process-resources
                        
                            
                                http.port
                            
                        
                    
                
            
            
                org.apache.maven.plugins
                maven-surefire-plugin
                2.5
                
                    
                    
                        **
                    
                
            
            
                org.apache.maven.plugins
                maven-failsafe-plugin
                2.7.2
                
                    
                        integration-test
                        
                            integration-test
                        
                    
                    
                        verify
                        
                            verify
                        
                    
                
                
                    ${maven.surefire.debug}
                    
                        ${tests.to.run}
                    
                    
                        ${test.server.url}
                        ${test.server.hostname}
                        ${http.port}
                        ${jar.executor.vm.options}
                        ${project.basedir}/target/dependency
                        org.apache.sling.launchpad.*jar$
                        ${jar.executor.work.folder}
                        ${jar.executor.jar.options}
                        ${project.basedir}/target/sling/additional-bundles
                        ${keepJarRunning}
                        60
                        ${sling.testing.timeout.multiplier}
                        /:script src="system/sling.js"
                        /.explorer.html:href="/libs/sling/explorer/css/explorer.css"
                        /sling-test/sling/sling-test.html:Sling client library tests
                        
                        
                        org.apache.sling.junit.core
                        org.apache.sling.junit.scriptable
                        org.apache.sling.testing.samples.sampletests
                        org.apache.sling.testing.samples.failingtests
                        org.apache.sling.junit.remote
                        org.apache.sling.testing.tools
                    
                
            
         
    
    
        
        
            org.apache.sling
            org.apache.sling.junit.core
            1.0.6
            provided
        
        
            org.apache.sling
            org.apache.sling.junit.scriptable
            1.0.6
            provided
        
        
            org.apache.sling
            org.apache.sling.testing.samples.sampletests
            1.0.6
            provided
        
        
            org.apache.sling
            org.apache.sling.testing.samples.failingtests
            1.0.6
            provided
        
        
            org.apache.sling
            1.0.6
            org.apache.sling.junit.remote
            provided
        
        
            org.apache.sling
            org.apache.sling.testing.tools
            1.0.2
            provided
        
        
        
        
            org.apache.sling
            org.apache.sling.commons.json
            2.0.6
        
        
            org.apache.sling
            org.apache.sling.launchpad
            standalone
            6
        
        
            org.slf4j
            slf4j-api
            1.5.11
        
        
            org.slf4j
            slf4j-simple
            1.5.11
            test
        
        
            junit
            junit
            4.8.2
            test