当我使用Jenkins构建一个springboot(1.4.0版本)项目时,出现了一个问题,就是无法找到类org.springframework.asm.ClassVisitor。loader.tools.Repackager.repackage(Repackager.java:152) at org.springframework.boot.maven.RepackageMojo.repackage(RepackageMojo.java:206) at org.springframework.boot.maven.RepackageMoj
这是我的Dockerfile: FROM maven:3.5.2-jdk-8-alpine AS MAVEN_BUILD
COPY settings.xml /usr/share/maven/ref/> 它按预期工作,直到maven需要下载我自己的库依赖项,也就是上传到Nexus的库依赖项,失败并显示以下消息: [ERROR] Failed to execute goal on project springboot-servicio-producto
:maven-resources-plugin:2Help 1][ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit[ERROR] Re-run Maven using the -X switch to enable full debug loggin