Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 513F07CEE for ; Wed, 7 Dec 2011 07:48:26 +0000 (UTC) Received: (qmail 98074 invoked by uid 500); 7 Dec 2011 07:48:25 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 97903 invoked by uid 500); 7 Dec 2011 07:48:24 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 97890 invoked by uid 99); 7 Dec 2011 07:48:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 07:48:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of simone.tripodi@gmail.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-yx0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 07:48:18 +0000 Received: by yenr9 with SMTP id r9so4896228yen.30 for ; Tue, 06 Dec 2011 23:47:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=x8GtBuAdIdNqbwkaFRYxQ2DsIQEtMACu4dlxmtsEnU4=; b=n+Y7cX5fIRvhOwjxBcfQq1zSfFwqmZd8+fSHc61TYNF+0vVHwfgXHECDQ/afA1fuF9 HURxolu8JQRoxyQYtVFeJGy4RqkG6lF4RRuj7Pkq/6wKo0cCLX8VTe0oRU9XtckFK/Dw lRgaOkprAoEmSZymXQlwUUyxu8w27zDnP35qc= MIME-Version: 1.0 Received: by 10.236.175.36 with SMTP id y24mr13874171yhl.64.1323244077766; Tue, 06 Dec 2011 23:47:57 -0800 (PST) Sender: simone.tripodi@gmail.com Received: by 10.150.179.21 with HTTP; Tue, 6 Dec 2011 23:47:57 -0800 (PST) Date: Wed, 7 Dec 2011 08:47:57 +0100 X-Google-Sender-Auth: JBgfmbyDJgrZ8zbLXTHBZ92TNB4 Message-ID: Subject: [site] missing project name prefix in in the generated page From: Simone Tripodi <simonetripodi@apache.org> To: Maven Developers List <dev@maven.apache.org> Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi all guys, while redeploying the Cocoon3 site, using mvn3+site-plugin:3.0, I noticed a big difference in the generated page using mvn2+site-plugin:2.X, indeed the old tools used the project name defined in site.xml, i.e <project name="Cocoon 3"> ... </project> to put as a prefix in generated page, i.e. <html> <head> <title>Cocoon 3 - ... [...] using the new tools, that doesn't happen. Did I miss something in the changelist or it is a known feature/bug? Many thanks in advance, all the best! Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org