Originally I did skip the tests, but upon trying again without -Dmaven.test.skip=true the error is still present :(
kenobi@ubuntu:~/git/logging-log4j2/log4j-core-its$ mvn clean install [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Log4j Core Integration Tests 2.9-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.854 s [INFO] Finished at: 2017-07-12T16:40:05-07:00 [INFO] Final Memory: 11M/110M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project log4j-core-its: Could not resolve dependencies for project org.apache.logging.log4j:log4j-core-its:pom:2.9-SNAPSHOT: Failure to find org.apache.logging.log4j:log4j-core:jar:tests:2.9-SNAPSHOT in https://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] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException On Wed, Jul 12, 2017 at 3:44 PM, Ralph Goers <[email protected]> wrote: > Did you skip tests in your build? This shouldn’t happen if you run mvn > clean install. > > Ralph > > > On Jul 12, 2017, at 1:49 PM, kenneth mcfarland < > [email protected]> wrote: > > > > Maven is having some issues when I try to build. >.< > > > > [ERROR] Failed to execute goal on project log4j-core-its: Could not > resolve > > dependencies for project > > org.apache.logging.log4j:log4j-core-its:pom:2.9-SNAPSHOT: Failure to > find > > org.apache.logging.log4j:log4j-core:jar:tests:2.9-SNAPSHOT in > > https://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] > > >
