You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Ramachandran (Jira)" <ji...@apache.org> on 2022/09/19 03:47:00 UTC

[jira] [Commented] (RANGER-3633) Remove eclipse .project file from git

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

Ramachandran commented on RANGER-3633:
--------------------------------------

The review is available here :[https://reviews.apache.org/r/74125] cc >> [~madhan@apache.org] 

> 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
>
> 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)