googleformatter-maven-plugin icon indicating copy to clipboard operation
googleformatter-maven-plugin copied to clipboard

filterUnchangedFiles() still broken for multi-module projects

Open jakub-bochenski opened this issue 7 years ago • 1 comments

#9 will work if you actually include you root project in the build. E.g. if child inherits from parent and you run: mvn -pl :child -am the paths match.

If you run just mvn -pl :child however, then child will be the sessions top-level project and the paths are still broken

jakub-bochenski avatar Jul 04 '18 15:07 jakub-bochenski

Is this something where you just need to run mvn -am -pl :child to also include any parent/upstream dependent modules? I find I have to do that for a lot of my builds where I'm only building subsets.

talios avatar Jul 04 '18 22:07 talios