[ 
https://issues.apache.org/jira/browse/SSHD-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13437342#comment-13437342
 ] 

Emmanuel Lecharny commented on SSHD-182:
----------------------------------------

Yes, the reason is that the packaging is done under a src directory, and as we 
have already a src directory, that produces src/src

Sebb is right here : we should generate the sourcs in apacheds-sshd-0.7.0/, not 
under apache-sshd-0.7.0/src

This is just a matter of changing /assembly/src/main/descriptors/[unix-src.xml 
|windows-src.xml] to point to . instead of src :
<assembly>
    <id>src</id>
    <formats>
        <format>tar.gz</format>
    </formats>
    <fileSets>
        <!-- Binary Files -->
        <fileSet>
            <directory>${basedir}/..</directory>
            <outputDirectory>src</outputDirectory>  <<------ here



                
> source tarball contains additional src directory
> ------------------------------------------------
>
>                 Key: SSHD-182
>                 URL: https://issues.apache.org/jira/browse/SSHD-182
>             Project: MINA SSHD
>          Issue Type: Wish
>            Reporter: Thomas Koch
>            Priority: Trivial
>
> Your source tarball has two levels of folders at the top of the hierarchy:
> apache-sshd-0.7.0/src/
> It is much more common for source tarballs to have only one folder at the top 
> hierarchy and then directly the meat inside, e.g. these files/folders should 
> be directly in apache-sshd-0.7.0/ :
> assembly  LICENSE.txt  NOTICE.txt  pom.xml  src  sshd-core  sshd-pam
> I'd need to tweak my debian packaging tooling a bit to still be able to use 
> the tarball provided by you. You could make it much easier for me if you 
> could remove the extra src/ folder.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to