Delany

Results 118 comments of Delany

What `details` tweak? https://github.com/sormuras/junit-platform-maven-plugin/#plugin-configuration-tweaks Perhaps you could include a Maven site to produced standardized documentation like https://maven.apache.org/surefire/maven-surefire-plugin/

Ok thanks. Banner, results, summary gone. I tried hiding the warning with https://www.slf4j.org/legacy.html#jul-to-slf4jBridge ```xml org.slf4j jul-to-slf4j 2.0.9 ``` but admittedly I'm just guessing

What do you wait for to release?

Today my build failed temporarily. Even though a local schemaLocation is set, the plugin went online, and failed because presumably the remote server was down. ``` Failed to read schema...

I had a different issue, caused by the DOCTYPE declaration. Only solution was to remove it https://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd Same issue in the cxf-xjc-plugin.

@akerouanton I stopped all containers and then I see in the processes `/usr/bin/rootlesskit-docker-proxy -proto tcp -host-ip 10.1.1.222 -host-port 80 -container-ip 172.23.0.3 -container-port 80` So I killed that. Then I ran...

Should I make another issue? My container doesn't even start

We don't allow anonymous access to Nexus. I tried following these instructions to allow anonymous access for only proxied repositories https://support.sonatype.com/hc/en-us/articles/360050779593-How-to-grant-anonymous-access-to-a-specific-repository- All of the repositories were exposed - the anonymous...

@timtebeek sure I'll add a test, if you can fix the build first