[
https://issues.apache.org/jira/browse/NET-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867270#action_12867270
]
Steven Jardine commented on NET-243:
------------------------------------
Actually this is not necessary. The dependency can be added to the pom.xml
like this:
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<classifier>ftp</classifier>
<version>${commons-net.version}</version>
<scope>compile</scope>
</dependency>
> 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.