Re: Re: What could cause a missing JAR in WEB-INF?

2023-04-18 Thread Tamás Cservenák
Glad that it was resolved. Still, I have to add a remark: purging your local repo (literally "nuking", just rm -r ~/.m2/repository) is "good thing" and should be part of regular "workstation hygiene" just like updating OS and tools is. Remember, that "local repo" is, as you rightfully say "a

Re: Re: What could cause a missing JAR in WEB-INF?

2023-04-18 Thread Thad Humphries
Ah ha! It *was* the Maven cache. Thank you for getting me to take another look. I had been looking at the files for the transient library, xml-apis. That all checked out. Just now I looked one higher, at the library that was bringing in xml-apis (com.megginson.sax:xml-writer:0.2). *That* didn't

[ANN] Apache Maven Shared JAR version 3.0.0 Released

2023-04-18 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Shared JAR version 3.0.0 https://maven.apache.org/shared/maven-shared-jar/ You should specify the version in your project's dependencies configuration: org.apache.maven.shared maven-shared-jar 3.0.0 You can

Re: Re: What could cause a missing JAR in WEB-INF?

2023-04-18 Thread Eric Bresie
Any chance there are some conflicting profile or differences in settings.xml on the different machines? Maybe maven caches is different and needs cleanup? Eric Bresie ebre...@gmail.com (mailto:ebre...@gmail.com) > On April 16, 2023 at 7:36:36 AM CDT, Thad Humphries

[ANN] Apache Maven Reporting Impl 4.0.0-M7 released

2023-04-18 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M7. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M7 ** Improvement * [MSHARED-1232] - Properly

[ANN] Apache Maven Reporting Exec 2.0.0-M7 released

2023-04-18 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M7. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M7 ** Improvement * [MSHARED-1236] - Supply

[ANN] Apache Maven Doxia Sitetools 2.0.0-M8 released

2023-04-18 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M8 Doxia Sitetools is an extension of base Doxia component that generates text markup, consisting of decoration and content that was generated by Doxia.

[ANN] Maven Project Info Reports Plugin 3.4.3 released

2023-04-18 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.4.3. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins

Re: [External] : Re: NPE Exception with Surefire3.0.0

2023-04-18 Thread Greg Chabala
While this may have been a rookie mistake and this pom is nonsensical, they did manage to cause an NPE in a standard plugin. That's a bug worth tracking down, right? Better validation, better error messages?

Re: [External] : Re: NPE Exception with Surefire3.0.0

2023-04-18 Thread Francois Marot
You should get rif of all the dependencies and then test if your problem has disappeared. If yes, all good, and next time let Maven handle transitive dependencies for you. If no, then you have a real problem that maybe some people here will be able to help you with. But overriding all the

RE: [External] : Re: NPE Exception with Surefire3.0.0

2023-04-18 Thread Sirisha Alla
I am a newbee to Maven and I want to override any dependencies (along with versions) from parent pom.xml. Not sure if this is the right way. Thanks, Sirisha -Original Message- From: Olivier Lamy Sent: Tuesday, April 18, 2023 11:29 AM To: Maven Users List Subject: Re: [External] : Re: