I work for 2 days to deploy my github library CircularImageView in maven central to use it with the gradle dependence like this:
compile 'com.mikhaellopez:circularimageview:2.0.0'
I followed this tutorial to the letter : Publish an aar file to jCenter with Gradle but there is nothing to do I can't access my Library that way.
Please help me to know what I did wrong..
Link :
- Bintray Repos : https://bintray.com/lopspower/maven/com.mikhaellopez%3Acircularimageview/view
- Sonatype Issue : https://issues.sonatype.org/browse/OSSRH-18203
Edit : 10/14/2015
To Finally Sync all with Maven Central in Step 16. of tutorial you need a User token password. How do I get that?
Bintray answer :
Hi, The "User token password" is not taken from Bintray, it can be found in your Maven Central account. Please see further information on syncing with Maven here: https://bintray.com/docs/usermanual/uploads/uploads_syncingartifactswithmavencentral.html Regards Bintray Team
Finally, it isn't clear but the "User token password" actually corresponds to the password of your Sonatype account. Now the project is normally syncronise, however I still can't access the project:
Failed to resolve: com.mikhaellopez:circularimageview:2.0.0