[
https://issues.apache.org/jira/browse/SSHD-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Goldstein Lyor updated SSHD-888:
--------------------------------
Priority: Major (was: Critical)
> Maven artefacts sshd-core and sshd-common share common package names.
> ---------------------------------------------------------------------
>
> Key: SSHD-888
> URL: https://issues.apache.org/jira/browse/SSHD-888
> Project: MINA SSHD
> Issue Type: Improvement
> Reporter: Keve Müller
> Priority: Major
>
> The maven artefacts for SSHD share common package names which make them very
> hard to use in a Jigsaw modularized project. Jigsaw does not allow modules to
> have the same package names.
> Suggestion:
> Either join these into a single artefact (simple) or refactor the code to use
> disjoint package names (hard).
> Additionally, add
> {code:java}
> Automatic-Module-Name org.apache.sshd{code}
> to the manifest, to provide for a stable name for the module.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)