users@jersey.java.net

Commenting out snapshotRepository from pom.xml

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 08 Jun 2009 13:58:06 +0200

Hi James,

I had to comment out the snapshotRepository you added to the main
pom.xml because Hudson configuration repeatedly generates the
following error:

[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from
jstrachan.apache.snapshots.scp
The authenticity of host 'people.apache.org' can't be established.
DSA key fingerprint is 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.
Are you sure you want to continue connecting? (yes/no): The
authenticity of host 'people.apache.org' can't be established.
DSA key fingerprint is 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.
Are you sure you want to continue connecting? (yes/no): The
authenticity of host 'people.apache.org' can't be established.
DSA key fingerprint is 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.
Are you sure you want to continue connecting? (yes/no): The
authenticity of host 'people.apache.org' can't be established.
DSA key fingerprint is 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.

when "mvn -Dmaven.test.skip=true deploy" is utilized, and i have to
explicitly stop the job (it creared .4 of a gig of log!)

Paul.