maven-mvnd
maven-mvnd copied to clipboard
maven-git-versioning-extension extension is not supported
trafficstars
maven-git-versioning-extension
<extension>
<groupId>me.qoomon</groupId>
<artifactId>maven-git-versioning-extension</artifactId>
<version>9.7.0</version>
</extension>
I want to disable maven-git-version-extension with the -Dversioning.disable=true configuration, but when using mvnd,
the -Dversioning.disable=true configuration does not work. But with the mvn command, this configuration works.
Does mvnd not yet support Maven-git-version-extension???
This seems to be a consequence of #1008.