[
https://issues.apache.org/jira/browse/MNG-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17526858#comment-17526858
]
Karl Heinz Marbaise commented on MNG-7448:
------------------------------------------
The {{bin}} directory does not contain source code in the maven core, but the
{{.gitignore}} entry simply ignored any directory which is named {{bin}} which
is also true for {{apache-maven/src/assembly/maven/bin}} which results in
incorrect parts which is wrong.
> 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
> Assignee: Karl Heinz Marbaise
> 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/ from .gitignore
> !bin.png!
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)