rschmitt commented on PR #779:
URL:
https://github.com/apache/httpcomponents-client/pull/779#issuecomment-3730119752
@ok2c @garydgregory Is `maven-eclipse.xml` still a thing? It's not included
in RAT's default Eclipse ignores:
```java
ECLIPSE("The files and directories created by an Eclipse IDE based
tool.",
Arrays.asList("**/.checkstyle", "**/.classpath",
"**/.factorypath",
"**/.project", "**/.settings/**",
"**/.externalToolBuilders/**", "**/bin/**"),
null, null),
```
I ran `./mvnw eclipse:eclipse`, and it didn't generate the file.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]