Jan Mosig

Results 13 comments of Jan Mosig

Well I tried to setup a repo together with a Travis CI build without TestFX dependencies (except for Monocle). See: https://github.com/JanMosigItemis/prismnpe & https://travis-ci.org/JanMosigItemis/prismnpe This build runs once every day (Travis...

Hi @brcolow, I was just reminded that there is still a bug to be spotted. My test repo did not run into any error in the last 2 months, so...

@rmannibucau yes I checked. It is bc org.apache.maven.plugins.shade.filter.MinijarFilter.removeServices(MavenProject, Clazzpath) calls `project.getRuntimeClasspathElements` which puts the output directory on the resulting list. See https://github.com/apache/maven/blob/bb916d0784c7631866167928e4d0615df3317567/maven-core/src/main/java/org/apache/maven/project/MavenProject.java#L412 I could provide the test you wrote about,...

The different warning messages are caused by different FileSystem implementations in use. Java's IO code eventually maps to OS native implementations of course. So I guess it is still the...

Hi @kriegaex and thanks for your input. I totally understand your remark on code readability but I've got a totally different opinion which is why I provided the PR as...

Thx again for the input. I guess, this means, PR #83 may be closed without merge?

@rmannibucau in my case, as documented here: https://github.com/apache/maven-shade-plugin/pull/83#issuecomment-769668875, the directory on the cp is the target directory itself, which is returned to shade by maven's own project implementation. I guess...

Also not working with Axios v1.5.0 I am afraid.