[
https://issues.apache.org/jira/browse/NET-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647019#action_12647019
]
Steven Jardine commented on NET-243:
------------------------------------
In order for it to resolve as a dependency in maven it would have to have a
separate directory in the maven repository.
It would have to have a directory structure like:
commons-net/commons-net-ftp/commons-net-ftp-2.0.jar
instead of
commons-net/commons-net/commons-net-2.0-ftp.jar
This is usually accomplished by creating a module.
> 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.