Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 42459 invoked from network); 13 May 2010 22:08:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 May 2010 22:08:06 -0000 Received: (qmail 92599 invoked by uid 500); 13 May 2010 22:08:06 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 92525 invoked by uid 500); 13 May 2010 22:08:06 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 92517 invoked by uid 99); 13 May 2010 22:08:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 22:08:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 22:08:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4DM7g1Z003820 for ; Thu, 13 May 2010 22:07:42 GMT Message-ID: <16978122.27011273788462417.JavaMail.jira@thor> Date: Thu, 13 May 2010 18:07:42 -0400 (EDT) From: "Steven Jardine (JIRA)" To: issues@commons.apache.org Subject: [jira] Closed: (NET-243) Add commons-net-ftp as a module to the maven repository. In-Reply-To: <780913557.1226512184555.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NET-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Jardine closed NET-243. ------------------------------ Fix Version/s: 2.0 Resolution: Not A Problem > Add commons-net-ftp as a module to the maven repository. > -------------------------------------------------------- > > Key: NET-243 > URL: https://issues.apache.org/jira/browse/NET-243 > Project: Commons Net > Issue Type: Improvement > Affects Versions: 2.0 > Reporter: Steven Jardine > Priority: Minor > Fix For: 2.0 > > > Currently there is no way to include only the commons-net-2.0-ftp.jar as a dependency in a maven2 project. I would like to be able to do something like this in maven: > > commons-net > commons-net-ftp > 2.0 > compile > > Currently there is no way to depend on only the commons-net-2.0-ftp.jar using the maven dependency management. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.