[ANN] Apache Maven Doxia version 2.0.0-M9 released

2024-01-09 Thread Michael Osipov
** Bug * [DOXIA-695] - Support of h6 in xhtml output is broken * [DOXIA-699] - Xhtml5Parser may emit sectionX() without sectionX_() when using both and * [DOXIA-714] - MarkdownSink: Fix table justification and figures * [DOXIA-715] - Sink.text(String, SinkEventAttributes) not

[ANN] Maven Surefire 3.2.5 released

2024-01-09 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Surefire version 3.2.5. https://maven.apache.org/surefire/ Release Notes - Maven Surefire - Version 3.2.5 ** Bug * [SUREFIRE-2223] - Surefire evaluates parameter jvm before skip * [SUREFIRE-2224] -

Re: Question about HTTP blocking WARN

2024-01-09 Thread Asaf Mesika
For me, on some occasions, it stalls the build as each such "failed" lookup takes a long time hence my motivation to solve this problem. Regarding nifi: I looked at https://repo1.maven.org/maven2/org/apache/nifi/nifi-nar-maven-plugin/1.5.0/nifi-nar-maven-plugin-1.5.0.pom, and I didn't see any

Re: How to pass java.library.path to mvn exec?

2024-01-09 Thread Francois Marot
for the record, I find it simpler to hardcode it in the pom like this: -Djava.library.path=... Here is my pom: org.codehaus.mojo exec-maven-plugin runUnobfuscated java ${session.executionRootDirectory}/${buildDirectory}/natives/:${java.home}/lib/amd64/

RE: Question about HTTP blocking WARN

2024-01-09 Thread Stefan CORDES
Hi Asaf, with mvn.cmd install -DskipTests -Dcheckstyle.skip=true -Dspotbugs.skip=true -Dmaven.repo.local=c:\temp\m2-repo -s c:\temp\empty-settings.xml I receive the same warnings [INFO] --- nifi-nar:1.5.0:nar (default-nar) @ tiered-storage-jcloud --- [INFO] Copying pulsar-common.jar to

Re: Unexpected behavior of the javadoc plugin?

2024-01-09 Thread Tamás Cservenák
Hej Ceki, Nils is right, all the elements of BOM are ignored but the depMgt. So what you "pollute" are those extra handfuls of bytes that consumers download, only to toss them away. So this is not a problem IMHO. Thanks T On Tue, Jan 9, 2024 at 12:34 AM Nils Breunese wrote: > or elements