Zart Colwing
Zart Colwing
We regularly encounter this problem on our projects - many small microservices all using jgitver... and the flatten plugin. Any news or progress on this issue ?
Thank you McFoggy for that quick reply and for that incredibly useful plugin you have created. For the time being, for those that are encountering the aforementioned problem, the workaround...
Encountered the same problem, AGAIN! But found another way to make it work with the latest flatten plugin: ``` org.codehaus.mojo flatten-maven-plugin 1.2.7 fr.brouillard.oss jgitver-maven-plugin 1.9.0 ```
A way to quickly solve the issue would be to display codeglance to the left of the scrollbar (like it is in sublime)
I probably badly present my case, let me explain better. I have encountered this situation where suddenly, after having upgraded a dependency in a shared lib or a parent pom...
I have tried many things: reordering dependency list, excluding transitive dependencies (I am using IntelliJ Maven Helper to see the list of dependency a la Eclipse - same as `mvn...
`maven-enforcer-plugin` with the [Banned Dependencies rules](https://maven.apache.org/enforcer/enforcer-rules/bannedDependencies.html) is definitively something we should add in our parent pom to force the grpc version. It will certainly not solve the root of the...
@jvmlet what is the snapshot repository address ?
Merci, I will test as soon as possible.
almost good: there is still a compile dependency to org.springframework.boot:spring-boot-starter without a version number. This is upsetting Maven which marks its desaprobation with a warning log on the console. `[WARNING]...