apache / maven-mvnd

Apache Maven Daemon
https://maven.apache.org/
Apache License 2.0
2.9k stars 207 forks source link

maven-git-versioning-extension extension is not supported #968

Open gzvincen opened 5 months ago

gzvincen commented 5 months ago

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???

codespearhead commented 4 months ago

This seems to be a consequence of #1008.