I am still trying to deploy the site for my codehaus mojos for weblogic and appfuse.  I have not been able to publish since March and things are way out of date.
 
I am successfully able to deploy my source code and snapshots to the repo using mvn deploy.  It looks like the security for site-deploy must be different than that for deploy.  I am running on Windows with my server configured as such:

  <server>
   <id>codehaus.org</id>
   <username>MYUSERNAME</username>
   <password>MYPASSWORD</password>
  </server>
 
I also tried adding in case the system was still using ssh

  <server>
     <id>codehaus.org</id>
     <username>MYUSERNAME</username>
     <privateKey>Path to my private key id_dsa</privateKey>
 </server>
 
I am using the mojo-sandbox parent 2.0 which uses mojo parent 11
 
I don't see any errors except a lot of warnings like
 
WAGON_VERSION: 1.0-beta-1
https://dav.codehaus.org/mojo/weblogic-maven-plugin - Session: Opened
Nov 12, 2006 10:05:22 AM org.apache.commons.httpclient.HttpMethodBase processAut
henticationResponse
WARNING: No credentials available for the 'mojo Site' authentication realm at da
v.codehaus.org
https://dav.codehaus.org/mojo/weblogic-maven-plugin - Session: Disconnecting
https://dav.codehaus.org/mojo/weblogic-maven-plugin - Session: Disconnected
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 5 seconds
[INFO] Finished at: Sun Nov 12 10:05:22 MST 2006
[INFO] Final Memory: 27M/54M
[INFO] ------------------------------------------------------------------------
 
 
Any help would be greatly appreciated or even a pointer to some documentation that describes how to set this up.  I read the codehaus maven setup guide but id makes no mention of doing anything different to push the site versus an artifact.
 
Thanks

Scott Ryan
Chief Technology Officer
Soaring Eagle L.L.C.
[EMAIL PROTECTED]
www.soaringeagleco.com
(303) 263-3044

Reply via email to