Hi, On Wed, Feb 26, 2014 at 7:14 AM, Stefan Scheidewig <[email protected]> wrote: > ...the build fails for module "Sling Servlet Archetype" while executing the > step > "Building test-servlet-archetype-project 0.0.1-SNAPSHOT" because of the > missing artifact > "org.apache.maven.surefire:surefire-junit3:jar:9c6abc2".
That's mysterious to me - the question at http://stackoverflow.com/questions/7074040/maven-failing-to-download-jar-dependencies is similar and people are hinting at various funky Maven-related causes there. Installing that dependency manually in your local Maven repository (using mvn install:install-file) might help. -Bertrand
