You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/05/27 20:09:00 UTC

[jira] [Closed] (MNG-7448) Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded

     [ https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MNG-7448.
-------------------------------
    Fix Version/s: 3.8.6
                   3.9.0
                   4.0.0-alpha-1
                   4.0.0
                       (was: 4.0.x-candidate)
                       (was: 3.8.x-candidate)
                       (was: 3.9.0-candidate)
       Resolution: Fixed

Fixed with [e8c35ae4ab91270b4403b95468254f0978f1c0ca|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=e8c35ae4ab91270b4403b95468254f0978f1c0ca], with [5002a0b0b8b15334ebcb90b81ad2c2b6a75c1c74|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=5002a0b0b8b15334ebcb90b81ad2c2b6a75c1c74] for {{maven-3.9.x}} branch, with [23cc8633983f04f243b15b02fc2e92e2807e009d|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=23cc8633983f04f243b15b02fc2e92e2807e009d] for {{maven-3.8.x}} branch

> Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded
> -------------------------------------------------------------------------
>
>                 Key: MNG-7448
>                 URL: https://issues.apache.org/jira/browse/MNG-7448
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.8.5
>            Reporter: Daqian Liao
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 3.8.6, 3.9.0, 4.0.0-alpha-1, 4.0.0
>
>         Attachments: bin.png, image-2022-05-06-20-32-09-746.png
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> when we download sourcecode, and push code to github, the apache-maven/src/bin directory will not be pushed.
> If we delete bin directory in apache-maven/src, we can not find because git has ignore it .
> The reason is that .gitignore file contains bin at line 6。
> fix: delete bin/ from .gitignore
> !bin.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)