maven-mvnd icon indicating copy to clipboard operation
maven-mvnd copied to clipboard

maven-git-versioning-extension extension is not supported

Open gzvincen opened this issue 1 year ago • 1 comments
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???

gzvincen avatar Apr 23 '24 07:04 gzvincen

This seems to be a consequence of #1008.

codespearhead avatar Jun 05 '24 13:06 codespearhead