[ https://issues.apache.org/jira/browse/SSHD-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764945#comment-16764945 ]
Keve Müller commented on SSHD-888: ---------------------------------- Hi Goldstein, thx for commenting on this. The OSGi package does not seem to be published on Maven Central. Which makes it harder to use. Would you at least consider adding Automatic-Module-Name entries to the most widely used modules? Cheers, Keve > 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)