Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 39499 invoked from network); 14 Nov 2006 16:13:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2006 16:13:40 -0000 Received: (qmail 66125 invoked by uid 500); 14 Nov 2006 16:13:50 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 66074 invoked by uid 500); 14 Nov 2006 16:13:50 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 66063 invoked by uid 99); 14 Nov 2006 16:13:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 08:13:50 -0800 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 [62.159.88.35] (HELO mail.ekits.de) (62.159.88.35) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 08:13:35 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.ekits.de (Postfix) with ESMTP id 5D52F1E00DD75 for ; Tue, 14 Nov 2006 17:27:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ekits.de Received: from mail.ekits.de ([127.0.0.1]) by localhost (woodstock.ekits.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gTWBWOkLTYyo for ; Tue, 14 Nov 2006 17:27:32 +0100 (CET) Received: from [192.168.184.125] (p54A67B3E.dip.t-dialin.net [84.166.123.62]) by mail.ekits.de (Postfix) with ESMTP id A593D1E00D457 for ; Tue, 14 Nov 2006 17:27:32 +0100 (CET) Subject: Generating a custom schema From: Patrick Kranz To: dev@directory.apache.org Content-Type: text/plain Date: Tue, 14 Nov 2006 17:13:09 +0100 Message-Id: <1163520789.8065.26.camel@voyager.playground> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi list, I'm trying to generate a custom schema for penrose. Since penrose uses Apache DS in the backend I need to generate my schema for Apache DS. I have to admit, that I have no experience with Apache DS or maven, at least not yet :) I followed the documentation found in the wiki (http://cwiki.apache.org/confluence/display/DIRxSRVx10/Custom+Schema) and just finished my round through the mailing list archives. But I'm sorry to say, that I still have a problem. I installed maven 2.0.4 and subversion and made a checkout of schema-archetype as told by the wiki. But when I try to execute "mvn install" I get the following error: [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building ApacheDS Schema Archetype [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.maven.plugins:maven-plugin-plugin Reason: Error getting POM for 'org.apache.maven.plugins:maven-plugin-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata. org.apache.maven.plugins:maven-plugin-plugin:pom:2.2-SNAPSHOT from the specified remote repositories: apache.snapshots (http://people.apache.org/maven-snapshot-repository), snapshots (http://snapshots.repository.codehaus.org), central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Tue Nov 14 17:02:33 CET 2006 [INFO] Final Memory: 1M/4M [INFO] ------------------------------------------------------------------------ It seems like maven is simply not able to find a file in the internet but since I never used maven before I really don't have any idea where to look to correct this behaviour. Perhaps it is time now to replace my Ant book on the shelf with the appropriate maven literature (and read it of course :) I am grateful for every help. Greetings, Patrick