From ftpserver-dev-return-844-apmail-incubator-ftpserver-dev-archive=incubator.apache.org@incubator.apache.org Mon Sep 03 14:34:49 2007 Return-Path: Delivered-To: apmail-incubator-ftpserver-dev-archive@www.apache.org Received: (qmail 63318 invoked from network); 3 Sep 2007 14:34:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2007 14:34:49 -0000 Received: (qmail 97423 invoked by uid 500); 3 Sep 2007 14:34:44 -0000 Delivered-To: apmail-incubator-ftpserver-dev-archive@incubator.apache.org Received: (qmail 97410 invoked by uid 500); 3 Sep 2007 14:34:44 -0000 Mailing-List: contact ftpserver-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ftpserver-dev@incubator.apache.org Delivered-To: mailing list ftpserver-dev@incubator.apache.org Received: (qmail 97399 invoked by uid 99); 3 Sep 2007 14:34:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 07:34:44 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [84.19.201.106] (HELO mail.pm-planc.de) (84.19.201.106) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 14:35:52 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.pm-planc.de (Postfix) with ESMTP id D53356014A64 for ; Mon, 3 Sep 2007 16:34:16 +0200 (CEST) Received: from mail.pm-planc.de ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16434-09 for ; Mon, 3 Sep 2007 16:34:12 +0200 (CEST) Received: from [192.168.1.170] (unknown [192.168.1.170]) by mail.pm-planc.de (Postfix) with ESMTP id ED12E6014A62 for ; Mon, 3 Sep 2007 16:34:12 +0200 (CEST) Message-ID: <46DC1B5F.90105@zimmer428.net> Date: Mon, 03 Sep 2007 16:34:07 +0200 From: Kristian Rink User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: ftpserver-dev@incubator.apache.org Subject: [OT] ftpserver maven2 repository Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at mail.planconnect.net X-Virus-Checked: Checked by ClamAV on apache.org Folks; just discovered about the maven2 repository at http://people.apache.org/maven-snapshot-repository/ providing artifacts including ftpserver which is kinda good helping me move my last internal project to using maven2. However, so far I haven't been able of figuring out which sort of layout and/or repository configuration is required to actually make use of any of these artifacts. Currently, I do have the two entries... apache http://people.apache.org/maven-snapshot-repository default true false and org.apache.ftpserver ftpserver-core 1.0-incubator-SNAPSHOT placed in the appropriate places of my pom.xml. So far, maven2 seems to do something, creating a few ftpserver related files in $HOME/.m2/repository and attemts to fetch the appropriate jars which, by then, never really happens. I'm aware that this is a maven related issue and I'm possibly just too stupid to do it right, right now; nevertheless: Any kind soul around here ready and willing to point me the right way? Many thanks in advance, best regards. Kristian