You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Keve Müller (JIRA)" <ji...@apache.org> on 2019/02/08 14:15:00 UTC

[jira] [Created] (SSHD-888) Maven artefacts sshd-core and sshd-common share common package names.

Keve Müller created SSHD-888:
--------------------------------

             Summary: 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


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)