Sébastien "Maze"

Results 29 comments of Sébastien "Maze"

> UnusedCatchParameterShouldBeUnnamed is a bit different, as it will run for sure on all versions, but in projects that use jdk11 it will be produce false violation, as user can...

Why prefixing the `release_tag` with `jcef-$jcef_commit+cef-` ? That's what breaks the versioning mechanism understood by Maven. I believe that `127.3.1+g6cbb30e+chromium-127.0.6533.100` is probably enough to make it unique. So it would...

I may have a different list of filtered resources in each project, because I use a property I declared in Maven, and use it in the configuration of the JaCoCo...

Indeed, when a file is at 0%, it appears in the JaCoCo report, while a filtered files doesn't.

I have the same issue. As @maroony said, it wasn't a problème a few weeks / months ago. From my perspective, it was "breaking not down", meaning that we were...

I know that but... The `.vscode` folder must not be persisted in git, so that configuration has to be carried by the project itself. For the same reason, if I...

> I am not sure I fully understand what you are asking for. In the pom.xml snippet that you posted above, all the configuration is inside a maven profile that...

I think to remember I had a problème of resources being deleted and not brought back, but it didn't last long. My other problem, for which I changed my way...

Actually, instead of using the `mvn spring-boot:run` command (that needs a kill to end it, by the way), why not using the `mvn spring-boot:start` and `mvn spring-boot:stop` commands directly ?...