【发布时间】:2021-08-21 08:17:21
【问题描述】:
突然无法将工件上传到 JFrog Artifactory 云。注意:gradle 和 maven 插件都失败了
id 'com.jfrog.artifactory' version '4.21.0'
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<version>3.2.1</version>
....
</plugin>
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "slf" (class org.jfrog.build.client.ArtifactoryUploadResponse), not marked as ignorable (12 known properties: "checksums", "size", "repo", "downloadUri", "path", "statusLine", "created", "errors", "uri", "mimeType", "createdBy", "originalChecksums"])
【问题讨论】:
标签: maven artifactory jfrog