puneetbhatia77 / devops-toolchain

Automatically exported from code.google.com/p/devops-toolchain
0 stars 0 forks source link

maven site and deploy lifecycles broken #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. "mvn site-deploy" or "mvn deploy"
2.
3.

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

  Should push the project website to google code

Please use labels and text to provide additional information.

Looks like google code is having Subversion issues so its blocking this 
issue...
http://code.google.com/p/support/issues/detail?id=1916

Original issue reported on code.google.com by stagr....@gmail.com on 18 Mar 2010 at 1:55

GoogleCodeExporter commented 9 years ago
keytool -list  -storepass changeme -keystore
/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Hom
e/lib/security/cacerts

echo | openssl s_client -connect devops-toolchain.googlecode.com:443 2>&1 |  
sed -ne
'/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > mycert.pem

keytool -import -file mycert.pem -alias googlecode -storepass changeit

Original comment by stagr....@gmail.com on 19 Mar 2010 at 3:39

GoogleCodeExporter commented 9 years ago
GoogleCode engineers are tracking a non SVN webdav client issue here
http://code.google.com/p/support/issues/detail?id=3752

Original comment by stagr....@gmail.com on 20 Mar 2010 at 5:47