Excluding artifact from project-info-reports dependency report

2023-12-18 Thread Mark Eggers
I have several artifacts that consist of WAR archives with no server component. In other words, there are only HTML, CSS, JS, JSP, images, fonts, etc.files in these artifacts. There are no servlets, listeners, POJOs, resources, etc. in these artifacts. These artifacts are used as overlays

IntelliJ IDEA and Maven (was: Maven 4.0 release timeline)

2023-12-18 Thread Alexander Kriegisch
Karl Heinz Marbaise schrieb am 19.12.2023 05:31 (GMT +07:00): > first try to build your whole project on plain command line I agree 100%. > after that you can try your IDE .. because IntelliJ has an integrated > version Which can easily be changed in the settings. I would post a screenshot,

Re: Maven 4.0 release timeline

2023-12-18 Thread Alexander Kriegisch
Karl Heinz, my thoughts on your reply: > Maven 4.0.0 will be there when it's there. This is a totally valid statement, if this is the policy in the Apache Maven project. No objections at all. But: > We are an open source project. We don't have a release timeline. That is suboptimal response,

RE: Maven 4.0 release timeline

2023-12-18 Thread mark.yagnatinsky
Maybe in a few days; bit busy now -Original Message- From: Karl Heinz Marbaise Sent: Monday, December 18, 2023 5:31 PM To: Maven Users List ; Tamás Cservenák Cc: subharaj.ma...@gmail.com Subject: Re: Maven 4.0 release timeline CAUTION: This email originated from outside our

Re: Maven 4.0 release timeline

2023-12-18 Thread Karl Heinz Marbaise
Hi, first try to build your whole project on plain command lineand see if there are issuesafter that you can try your IDE .. because IntelliJ has an integrated version and also the support is not really ready to use... Kind regards Karl Heinz Marbaise On 18.12.23 23:19, Tamás Cservenák

RE: Maven 4.0 release timeline

2023-12-18 Thread mark.yagnatinsky
IntelliJ ... usually I just use whatever maven version it happens to bundle, but I've heard rumors that maven 4 should handle multi-module stuff better so I've vaguely been keeping an eye on it -Original Message- From: Tamás Cservenák Sent: Monday, December 18, 2023 5:20 PM To: Maven

Re: Maven 4.0 release timeline

2023-12-18 Thread Tamás Cservenák
Well, IDE integrations are completely different stuff... What IDE do you use? Can I recommend you to try it out in Terminal instead? T On Mon, Dec 18, 2023 at 11:18 PM wrote: > Thanks! Just tried in my IDE and it failed, but not sure if that's an > issue with maven or with IDE. > (I have a

RE: Maven 4.0 release timeline

2023-12-18 Thread mark.yagnatinsky
Thanks! Just tried in my IDE and it failed, but not sure if that's an issue with maven or with IDE. (I have a multi-module project and it tried to download the submodules instead of using the local source code) -Original Message- From: Tamás Cservenák Sent: Monday, December 18, 2023

Re: Maven 4.0 release timeline

2023-12-18 Thread Tamás Cservenák
Howdy, And to reply to the "longer stuff": Current Maven 4 (on vote, so 3 days if vote passes OK and files land on Central) is alpha-10. As with any previous alphas, the _minimal_ requirement is that UT passes, Maven can build itself, and that to pass Maven IT suite. IT suite is currently, in

[ANN] Apache Maven Compiler Plugin 3.12.0 Released

2023-12-18 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Compiler Plugin, version 3.12.0 The Compiler Plugin is used to compile the sources of your project. https://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin

Re: Maven 4.0 release timeline

2023-12-18 Thread Tamás Cservenák
Yup. If the vote passes OK, these files will land in central as well. T On Mon, Dec 18, 2023 at 9:59 PM wrote: > Ah, much better! I guess I can ignore the cyclondex files and grab a > plain old zip? > > -Original Message- > From: Tamás Cservenák > Sent: Monday, December 18, 2023

RE: Maven 4.0 release timeline

2023-12-18 Thread mark.yagnatinsky
Ah, much better! I guess I can ignore the cyclondex files and grab a plain old zip? -Original Message- From: Tamás Cservenák Sent: Monday, December 18, 2023 3:49 PM To: Maven Users List Cc: subharaj.ma...@gmail.com Subject: Re: Maven 4.0 release timeline CAUTION: This email

Re: Maven 4.0 release timeline

2023-12-18 Thread Tamás Cservenák
I really recommend alpha10, distros are here https://repository.apache.org/content/repositories/maven-2050/org/apache/maven/apache-maven/4.0.0-alpha-10/ Thanks T On Mon, Dec 18, 2023, 21:48 wrote: > Navigating that directory tree seems a bit intimidating... can I try > alpha-8 or better wait

RE: Maven 4.0 release timeline

2023-12-18 Thread mark.yagnatinsky
Navigating that directory tree seems a bit intimidating... can I try alpha-8 or better wait for alpha-10 to officially come out? -Original Message- From: Tamás Cservenák Sent: Monday, December 18, 2023 3:43 PM To: Maven Users List Cc: subharaj.ma...@gmail.com Subject: Re: Maven 4.0

Re: Maven 4.0 release timeline

2023-12-18 Thread Tamás Cservenák
...or,.just go to staging repo https://repository.apache.org/content/repositories/maven-2050 download the distro and try on some of your projects? In case of problems be so kind to report the issues so we can iron them out. Imho, alpha 10 is in very good shape. Alpha-9 had a nasty bug and could

RE: Maven 4.0 release timeline

2023-12-18 Thread mark.yagnatinsky
I'm not the original asker but this kind of answer tends to annoy me. Yes, there is no "official" release timeline, you're obviously not going to promise anything, all this is (hopefully?) clear, BUT! You no doubt have GUESSES. And your guesses are no doubt better than that of most uninformed

Re: maven-checkstyle-plugin using project dependencies?

2023-12-18 Thread Karl Heinz Marbaise
On 15.12.23 18:01, David Hoffer wrote: Is it possible to configure maven-checkstyle-plugin to use one of the project's modules as the source of the checkstyle XML file? E.g. I have the plugin configured like this: org.apache.maven.plugins maven-checkstyle-plugin

Re: Maven 4.0 release timeline

2023-12-18 Thread Karl Heinz Marbaise
On 18.12.23 06:27, Debraj Manna wrote: Can someone let me know when Maven 4 is expected to be released? Where can I view its release timelines? We are an open source project. We don't have a release timeline. Maven 4.0.0 will be there when it's there. If you want to help testing, there is

Re: maven-checkstyle-plugin using project dependencies?

2023-12-18 Thread mark
Op 15-12-2023 om 18:01 schreef David Hoffer: Is it possible to configure maven-checkstyle-plugin to use one of the project's modules as the source of the checkstyle XML file? E.g. I have the plugin configured like this: org.apache.maven.plugins maven-checkstyle-plugin