My guess is you've got a new/recent git? If so, you'll need to add:
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.8.1</version>
</dependency>
</dependencies>
so that you get the new version that actually picks up modified files ( git
1.8.x finally drops the leading # from its output and broke the old scm
provider.
On 26 Dec 2013, at 1:28, Martijn Dashorst wrote:
> I have tried to revert to maven-release-plugin:2.3.2 (the 6.12.0
> release was baked with this one), I have tried to apply apache-parent
> pom v13, and both failed with the same result.
signature.asc
Description: OpenPGP digital signature
