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
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:
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net-ftp</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>
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.