[
https://issues.apache.org/jira/browse/RANGER-3633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj resolved RANGER-3633.
--------------------------------------
Fix Version/s: 3.0.0
2.4.0
Resolution: Fixed
[~ramackri] - thank you for the patch. It is committed in following branches:
{noformat}
commit cff64a580cca949aa4cdd602a19e98d7a16d08fc (HEAD -> master, origin/master,
origin/HEAD)
Author: Ramachandran Krishnan <[email protected]>
Date: Mon Sep 19 09:10:08 2022 +0530
RANGER-3633: removed eclipse .project file from git
Signed-off-by: Madhan Neethiraj <[email protected]>
{noformat}
{noformat}
commit 4cb470fd4ec597461bc85a09eb8e6a7fc5f05370 (HEAD -> ranger-2.4,
origin/ranger-2.4)
Author: Ramachandran Krishnan <[email protected]>
Date: Mon Sep 19 09:10:08 2022 +0530
RANGER-3633: removed eclipse .project file from git
Signed-off-by: Madhan Neethiraj <[email protected]>
(cherry picked from commit cff64a580cca949aa4cdd602a19e98d7a16d08fc)
{noformat}
> Remove eclipse .project file from git
> -------------------------------------
>
> Key: RANGER-3633
> URL: https://issues.apache.org/jira/browse/RANGER-3633
> Project: Ranger
> Issue Type: Improvement
> Components: Ranger
> Affects Versions: 3.0.0, 2.3.0
> Reporter: kirby zhou
> Assignee: Ramachandran
> Priority: Major
> Fix For: 3.0.0, 2.4.0
>
>
> The ".project" file can easily be automatically modified by IDE such as
> vscode, which causes troubles in submission. And the current ".project" file
> does not contain any valuable information.
>
> For example, my vscode always want to insert the following codelet:
>
> {code:java}
> <filteredResources>
> <filter>
> <id>1645410662828</id>
> <name></name>
> <type>30</type>
> <matcher>
>
> <id>org.eclipse.core.resources.regexFilterMatcher</id>
>
> <arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
> </matcher>
> </filter>
> </filteredResources>
> {code}
>
> I suggest to remove ".project" file from git. "pom.xml" is enough.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)