【发布时间】:2014-10-29 08:28:30
【问题描述】:
当我尝试“artifactoryPublish”到远程工件存储库时,出现了一个奇怪的问题。
我有任务运行
./gradlew clean jar artifactoryPublish
仅在几天前有效。现在我收到此错误:
:artifactoryPublish FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':artifactoryPublish'.
> File '/Users/me/Programming/android/LibraryPlugin/build/poms/pom-default.xml' specified for property 'mavenDescriptor' does not exist.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
我做错了什么?
【问题讨论】:
-
最好使用 --stacktrace 选项运行以获取更多信息。
标签: java maven gradle artifactory