maven-release-plugin in multi-module project having a seperate git repository for each module
问题 I wonder if it's possible to use the maven-release-plugin in a multi module project where each module has its own git repository? Something like this: parent/ .git/ pom.xml module1/ .git/ pom.xml I set up a simple test (under linux) and it fails for the "git add" command (simplyfied): cd parent && git add -- pom.xml /.../module1/pom.xml The error message is fatal: /.../module1/pom.xml: '/.../module1/pom.xml' is outside repository I understand that this git command can't work. Is maven-release