Fix "path must include project and resource name" in Eclipse - #6366
Conversation
Eclipse is unwilling to resolve the directory '../config-local' because it is located outside the module's sub-folder. Using the Maven variable instead fixes it.
|
I read through a long thread discussing the It seems the property Before merging this pull request I would also like to know if it works in other environments as well. (@henning-gerhardt & @stweil , any thoughts about this?) |
|
The change did not introduce a regression in my usage scenarios: building the application (development and non-development version) on console with mvn and executing the application (development version) inside the IDE. Like @solth already mentioned: on both places should be added a hint that this solution is maybe only working with Maven 3.x and may not work with Maven 4.x. Maybe the hint should even include a link to this issue / pull request so it is understandable in the future why this change was made in the past and which possible solutions may exists if there is any problem with this change. |
Eclipse is unwilling to resolve the directory '../config-local' because it is located outside the module's sub-folder. Using the Maven variable instead fixes it.