Closed Pascal-Verdier closed 5 years ago
I uploaded JTango-9.5.15.jar manually using curl. I had no issue with my account.
This what I did:
git clone git@github.com:tango-controls/JTango.git
cd JTango
# Move JTango version back to 9.5.15 (I could have used the tag too)
git reset --hard HEAD~1
mvn package
cd assembly/target
curl -T JTango-9.5.15.jar -ubourtemb:<MyBintrayAPIKey> https://api.bintray.com/content/tango-controls/generic/JTango-9-LTS/9.5.15/JTango-9.5.15.jar
Then I went on bintray (I got the beta version) who asked me whether I wanted to publish the unpublished files. I said yes. The fat jar for 9.5.15 seems to be available now (https://dl.bintray.com/tango-controls/generic/JTango-9.5.15.jar) Please tell me if I forgot something (are there other files to upload?) or if I did something wrong. I didn't synchronize with Maven Central.
Fixed in my environment with: unset HTTPS_PROXY
mvn release:perform works during a while. But during upload to bintray, a curl error occurs. In bintray we can find several new files but no jar file !
Any idea ?