I was reading about using the sling testing tools here: https://sling.apache.org/documentation/development/sling-testing-tools.html
So, I did an SVN checkout of the testing/samples/integration-tests from here: http://svn.apache.org/repos/asf/sling/trunk/testing/samples/integration-tests/ When executing a 'mvn clean install', I get build error: [ERROR] Failed to execute goal on project org.apache.sling.testing.samples.integrationtests: Could not resolve dependencies for project org.apache.sling:org.apache.sling.testing.samples.integrationtests:jar:1.0.7-SNAPSHOT: Failure to find org.apache.sling:org.apache.sling.testing.tools:jar:1.0.7-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1] because 1.0.7-SNAPSHOT is not available here: http://repository.apache.org/content/groups/snapshots/org/apache/sling/org.apache.sling.testing.tools/ The latest snapshot version is 1.0.5-SNAPSHOT. When I change the pom to use 1.0.5-SNAPSHOT, I get compile errors. I checked maven.org, and there is a 1.0.6 version there. But when I changed the pom to use it, I get test failures. So, why is there no 1.0.7-SNAPSHOT available? -- View this message in context: http://apache-sling.73963.n3.nabble.com/Sling-Testing-Tools-testing-samples-integration-tests-doesn-t-build-tp4032392.html Sent from the Sling - Users mailing list archive at Nabble.com.
