So I was trying to prepare a release for the typerendeing feature which is brken in the last released version.
Running mvn release:prepare in provisioning/typerendering fails with the following: .... [INFO] Working directory: /home/reto/projects/apache/clerezza/provisioning/typehandlerspace [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47.822 s [INFO] Finished at: 2014-08-23T20:17:20+01:00 [INFO] Final Memory: 15M/242M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:prepare (default-cli) on project typehandlerspace: Unable to tag SCM [ERROR] Provider message: [ERROR] The git-push command failed. [ERROR] Command output: [ERROR] fatal: repository ' https://git-wip-us.apache.org/repos/asf/clerezza.git/typehandlerspace/' not found [ERROR] -> [Help 1] It would be handy if the parennt pom could be configured to set the scm tag so that this isn't extended by the inheriting projects. Of course we wouldn't have this problem if we would always do full releases or if (my preferred variant) we would have diifferent git repos for each module. Cheers, Reto
