> On 28.04.2016, at 06:04, Sarah Baker <[email protected]> wrote: > > I suspect Jenkins, or some configuration inside Jenkins. > I had at first assumed it was something wrong with my maven install, but > I removed it completely, allowing jenkins to install it (option in the Global > Tool Configuration for Maven), the same problem occurred. > When I run the mvn command outside of jenkins at the command line in the same > directory, it builds without any errors. > I cannot find a similar problem posted anywhere thusfar. > Thank you for any clues.
You tell Maven to work offline (-o), i.e. don't contact remote repositories, and then it cannot download anything, telling you… > Cannot access central (https://repo.maven.apache.org/maven2) in offline mode > and the artifact … has not been downloaded from it before. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/B3ABFB60-BEB3-4EE4-BCAC-A7F8B866535B%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
