Replies: 6 comments 8 replies
-
From my POV this is not a bug, but a feature. The global What is the problem you are seeing? |
Beta Was this translation helpful? Give feedback.
-
@matthiasblaesing I've explained it in my issue. Shortly two problems - 1) in For example, my project uses git, but gitconfig is NOT shown in every project. |
Beta Was this translation helpful? Give feedback.
-
The It makes sense to me to have settings.xml close to pom.xml, since both are closely related and your project is affected by settings.xml. "Dependencies" are also not part of your project folder. It is a computed list of project dependencies, the physical location is somewhere else. |
Beta Was this translation helpful? Give feedback.
-
@mbien Please, note, that I was talking about |
Beta Was this translation helpful? Give feedback.
-
IMHO, same applies to nbactions.xml, nb-configuration.xml. There was another discussion about redesigning the project tab, which went too far. |
Beta Was this translation helpful? Give feedback.
-
Apache NetBeans version
Apache NetBeans 23
What happened
This is my screenshot
Settings.xml
is maven.m2/settings.xml
. I think that showing this file in the project was done intentionally. But isn't it confusing because project does NOT containsettings.xml
file, so why is it shown in project tree? Besides the same file is shown in all projects.Language / Project Type / NetBeans Component
No response
How to reproduce
Create
.m2/settings.xml
file and use it in maven plugins.Did this work correctly in an earlier version?
No / Don't know
Operating System
Ubuntu 20.04.6 LTS
JDK
Java: 22.0.1; OpenJDK 64-Bit Server VM 22.0.1+8-16
Apache NetBeans packaging
Apache NetBeans binary zip
Anything else
No response
Are you willing to submit a pull request?
No
Beta Was this translation helpful? Give feedback.
All reactions