Andro2015 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Figure out how to do a release build #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. after doing a mvn release:prepare successfully
2. running mvn release:perform stalls with error message

[INFO] [INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ 
ksoap2-parent ---
[INFO] Uploading: 
svn:https://ksoap2-android.googlecode.com/svn/m2-repo/com/google/code/ksoap2-and
roid/ksoap2-parent/2.5.1/ksoap2-parent-2.5.1.pom
[INFO] Error validating server certificate for 
'https://ksoap2-android.googlecode.com:443':
[INFO]  - The certificate is not issued by a trusted authority. Use the
[INFO]    fingerprint to validate the certificate manually!
[INFO]  - The certificate hostname does not match.
[INFO] Certificate information:
[INFO]  - Subject: CN=*.googlecode.com, O=Google Inc, L=Mountain View, 
ST=California, C=US
[INFO]  - Valid: from Thu Sep 02 00:59:14 PDT 2010 until Fri Sep 02 01:09:14 
PDT 2011
[INFO]  - Issuer: CN=Google Internet Authority, O=Google Inc, C=US
[INFO]  - Fingerprint: 
97:78:ab:bf:d9:a2:cc:c0:8c:31:2e:33:17:7f:98:7e:96:e7:da:ab

What is the expected output? What do you see instead?

Not sure.. would just like the jars for the last release (e.g. 2.5.1) get 
uploaded automatically.

Original issue reported on code.google.com by mosa...@gmail.com on 12 Oct 2010 at 7:52

GoogleCodeExporter commented 9 years ago
Needed to run mvn deploy so that I could get a confirmation dialog that allows 
me to accept the certificate. 

Original comment by mosa...@gmail.com on 12 Oct 2010 at 8:31

GoogleCodeExporter commented 9 years ago
Once the manual deploy was done with the certificate permanently accepted the 
mvn release:perform worked fine.. 

Original comment by mosa...@gmail.com on 12 Oct 2010 at 8:46

GoogleCodeExporter commented 9 years ago

Original comment by mosa...@gmail.com on 12 Oct 2010 at 8:47