Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 51416 invoked from network); 16 Jan 2010 11:48:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jan 2010 11:48:00 -0000 Received: (qmail 22541 invoked by uid 500); 16 Jan 2010 11:47:58 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 22422 invoked by uid 500); 16 Jan 2010 11:47:57 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 22412 invoked by uid 99); 16 Jan 2010 11:47:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jan 2010 11:47:57 +0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [83.219.192.166] (HELO smtp.bredband2.com) (83.219.192.166) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jan 2010 11:47:48 +0000 Received: from [192.168.0.3] (c-94-255-200-136.cust.bredband2.com [94.255.200.136]) (Authenticated sender: ed5133) by smtp.bredband2.com (Postfix) with ESMTPA id D8E74F086F for ; Sat, 16 Jan 2010 12:47:12 +0100 (CET) Message-ID: <4B51A743.2010808@apache.org> Date: Sat, 16 Jan 2010 12:47:15 +0100 From: Dennis Lundberg User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Maven Users List Subject: Re: connecting to people.apache.org when trying to deploy local test project? References: In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Bredband2-MailScanner: Found to be clean X-Bredband2-MailScanner-From: dennisl@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No See inline below for the reason for this. Where is this BUILD-JAVA that you refer to? Can you provide a URL so that we can get it updated. Joe Corneli wrote: > Following the directions in the BUILD-JAVA in the section on > "Building a Maven Site with Reports", I run into the following > problem. Instead of installing locally, Maven hits people.apache.org > to try to install there. (I'm confused about a number of the > points in BUILD-JAVA, but this one is pretty key.) > > I can provide the full debugging trace if you're interested; > excerpts below. > > % sudo mvn -X -e clean install site:site site:deploy Here's the reason. When you do "site-deploy" Maven will try to deploy the site of the project to *production* server. That is similar to doing "deploy:deploy" for the project artifacts. The production site is usually uploaded to people.a.o for ASF projects. If you want to try the site locally "site:site" will usually be enough. > -Dsite.localurl=file:///home/joe/public_html/shindig > -Dproject.url=/shindig > + Error stacktraces are turned on. > Apache Maven 2.2.1 (rdebian-1) > Java version: 1.6.0_0 > Java home: /usr/lib/jvm/java-6-openjdk/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux" version: "2.6.31-17-generic" arch: "i386" Family: "unix" > [DEBUG] Building Maven user-level plugin registry from: > '/root/.m2/plugin-registry.xml' > [INFO] Scanning for projects... > [DEBUG] Searching for parent-POM: org.apache:apache:pom:6 of project: > org.apache.shindig:shindig-project:pom:1.1-BETA6-incubating-SNAPSHOT > in relative path: ../pom.xml > > [...] > > [DEBUG] Velocimacro : added #poweredByLogo( poweredBy ) : source = > org/apache/maven/doxia/siterenderer/resources/default-site.vm > [DEBUG] The file '/home/joe/java-src/shindig/target/site/css/site.css' > does not exists. Creating an empty file. > [DEBUG] Configuring mojo > 'org.apache.maven.plugins:maven-site-plugin:2.0.1:deploy' --> > [DEBUG] (f) inputDirectory = /home/joe/java-src/shindig/target/site > [DEBUG] (f) project = MavenProject: > org.apache.shindig:shindig-project:1.1-BETA6-incubating-SNAPSHOT @ > /home/joe/java-src/shindig/pom.xml > [DEBUG] (f) settings = org.apache.maven.settings.Settings@db681c > [DEBUG] -- end configuration -- > [INFO] [site:deploy {execution: default-cli}] > [DEBUG] The site will be deployed to > 'scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.1.x' > 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): no > scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.1.x > - Session: Connection refused > scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.1.x > - Session: Disconnecting > scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.1.x > - Session: Disconnected > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Error uploading site > > Embedded error: The host was not known and was not accepted by the > configuration: people.apache.org > reject HostKey: people.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org