The following error was reported when uploading the library to Bintray space
Could not upload to ' https://api.bintray.com/content/ping/maven/comm-adapter/0.0.1/com/ping/adapter/commadapter/ Commadapter/0.0.1/commadapter-0.0.1.pom ': http/1.1 "Request [message:unable to upload Files:maven group, artifact or version defined in the Pom file does not match the file path ' Com/ping/adapter/commadapter/commadapter/0.0.1/commadapter -0.0.1.pom ']
The problem is that artifact = ' commadapter ' in the Gradle file is written in artifact = ' comm-adapter ', and if you encounter a similar problem, you can check if artifact or version is wrong
"declaration"
Welcome reprint, but please keep the original source of the article
Blog Address: http://www.cnblogs.com/lping/
Article Source: http://www.cnblogs.com/lping/p/5474863.html
Maven Group, artifact or version defined in the Pom file does not match the file ...