altaiezior commented on PR #129: URL: https://github.com/apache/maven-shade-plugin/pull/129#issuecomment-4019161226
@cstamas so I will highlight the issue, usually when we are searching through the poms, the search results by defult also considers ignored files, lets say in Intellij but not excluded folders like `target` Since dependency-reduced-pom.xml and .flattened.xml files are by default created outside the target folder when we are searching for a dependency in a multi-module project that or a snippet of the code these become part of the search results and makes it difficult to navigate when we are dealing with lets say a lot of multi-modules. The idea for both of these plugins were originally was to move them within the target folder by default as these are generated files too, so we don't have to specially configure IDE for every developer to work in the same way. -- 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]
