You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Daqian Liao (Jira)" <ji...@apache.org> on 2022/04/01 02:17:00 UTC

[jira] [Updated] (MNG-7448) if we delete bin directory in apache-maven/src, we can not find because git has ignore it .

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

Daqian Liao updated MNG-7448:
-----------------------------
    Description: 
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/ to .gitignore

!bin.png!

 

  was:
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。

!bin.png!

 


> if we delete bin directory in apache-maven/src, we can not find because git has ignore it .
> -------------------------------------------------------------------------------------------
>
>                 Key: MNG-7448
>                 URL: https://issues.apache.org/jira/browse/MNG-7448
>             Project: Maven
>          Issue Type: Improvement
>          Components: build/consumer
>    Affects Versions: 3.8.5
>            Reporter: Daqian Liao
>            Priority: Minor
>         Attachments: bin.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/ to .gitignore
> !bin.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)