From adffaces-user-return-2544-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Sat Mar 31 15:16:40 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 7541 invoked from network); 31 Mar 2007 15:16:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2007 15:16:39 -0000 Received: (qmail 17547 invoked by uid 500); 31 Mar 2007 15:16:47 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 17279 invoked by uid 500); 31 Mar 2007 15:16:46 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 17269 invoked by uid 99); 31 Mar 2007 15:16:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2007 08:16:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [63.249.95.37] (HELO mail.cruzio.com) (63.249.95.37) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2007 08:16:38 -0700 Received: from [192.168.0.100] (dsl-63-249-97-217.cruzio.com [63.249.97.217]) by mail.cruzio.com with ESMTP id l2VFG1UJ055431 for ; Sat, 31 Mar 2007 08:16:03 -0700 (PDT) Message-ID: <460E7B40.5080201@cruzio.com> Date: Sat, 31 Mar 2007 08:16:16 -0700 From: Richard Yee Reply-To: ryee@cruzio.com User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: adffaces-user@incubator.apache.org Subject: Trinidad Build Problem - The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on mail.cruzio.com X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.0 required=1.0 tests=AWL autolearn=disabled version=3.1.7 Hi, I'd first like to say that I'm just getting started with maven and svn so please be nice if I'm doing something stupid. I have Googled for this problem too but didn't find any results. I used svn to download the trunk and then ran 'mvn clean install' The build fails with the message: The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found Does anyone know what I'm doing wrong here? Thanks, Richard Richard:~/sandbox/trinidad/trunk/trinidad richard$ mvn clean install [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Apache Incubator Trinidad Podling [INFO] Apache Trinidad Build [INFO] Apache Trinidad API [INFO] Apache Trinidad Impl [INFO] Apache Trinidad Demo [INFO] ---------------------------------------------------------------------------- [INFO] Building Apache Incubator Trinidad Podling [INFO] task-segment: [clean, install] [INFO] ---------------------------------------------------------------------------- [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for updates from apache.stage [INFO] [clean:clean] [INFO] Deleting directory /Users/richard/sandbox/trinidad/trunk/trinidad/target [INFO] Deleting directory /Users/richard/sandbox/trinidad/trunk/trinidad/target/classes [INFO] Deleting directory /Users/richard/sandbox/trinidad/trunk/trinidad/target/test-classes [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for updates from apache.stage [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Sat Mar 31 08:09:47 PDT 2007 [INFO] Final Memory: 3M/5M [INFO] ------------------------------------------------------------------------