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)

Reply via email to