Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Using maven-git-versioning-extension alongside with m2e

Hello out there,

has anyone experience in using the maven-git-versioning-extension (https://github.com/qoomon/maven-git-versioning-extension) with m2e?
My use case is to rewrite the version dynamically according to the current branch. With maven on commandline or with IntelliJ the configuration of the extension is respected, in Eclipse via the m2e dependency resolution not.
Does anyone have experience in using maven-git-versioning-extension when working with m2e?
The attached screen shows the problem (version should resolve to the branch name 12.0.0, but m2e continues to resolve 0.0.0).

Thanks a lot in advance for any hint!

grafik.png

Back to the top