Re: [DISCUSS] Quo Vadis Maven Site

2022-11-21 Thread Hervé Boutemy
Le mardi 22 novembre 2022, 00:20:00 CET Olivier Lamy a écrit : > On Sat, 19 Nov 2022 at 09:08, Hervé Boutemy wrote: > > Le vendredi 18 novembre 2022, 07:57:59 CET Slawomir Jaranowski a écrit : > > > Hi, > > > > > > some my thoughts > > > - site looks can be changed be skins - so can be more moder

Re: [DISCUSS] Quo Vadis Maven Site

2022-11-21 Thread Romain Manni-Bucau
Well, think the point of a pivot format (adoc) is mainly the composability and reusability. With doxia we are very far even if it can be sexy (theme). The other fact is the adoption of the technology - whatever its quality. Doxia is a maven solution at the end, adoc (or md strictly speaking) is a t

[GitHub] [maven-project-utils] olamy merged pull request #6: Redirect notifications away from dev mailing list

2022-11-21 Thread GitBox
olamy merged PR #6: URL: https://github.com/apache/maven-project-utils/pull/6 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@maven.apac

Request for review: Redirect maven-project-utils notifications away from dev mailing list

2022-11-21 Thread tison
Hi, Here is a pull request to address notifications overwhelming the dev@ mailing list: https://github.com/apache/maven-project-utils/pull/6. I received multiple emails from this source these days, so I throw this request on the list for priority. Best, tison.

[GitHub] [maven-project-utils] JLLeitschuh commented on pull request #5: Unimportant drive-by robot submission

2022-11-21 Thread GitBox
JLLeitschuh commented on PR #5: URL: https://github.com/apache/maven-project-utils/pull/5#issuecomment-1323075423 If any of you have feedback on the messaging I'm using in particular. All of the PR messages are completely open source and I would accept PRs to reduce the perceived FUD you s

[GitHub] [maven-project-utils] JLLeitschuh commented on pull request #5: Unimportant drive-by robot submission

2022-11-21 Thread GitBox
JLLeitschuh commented on PR #5: URL: https://github.com/apache/maven-project-utils/pull/5#issuecomment-1323069630 I've clearly upset several of you through this process, and for that I'm sorry. > You are running an automated code analyzer that spams many repos and maintainers with l

[GitHub] [maven-project-utils] olamy commented on pull request #5: Unimportant drive-by robot submission

2022-11-21 Thread GitBox
olamy commented on PR #5: URL: https://github.com/apache/maven-project-utils/pull/5#issuecomment-1322827610 🍿 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [DISCUSS] Quo Vadis Maven Site

2022-11-21 Thread Olivier Lamy
On Sat, 19 Nov 2022 at 09:08, Hervé Boutemy wrote: > > Le vendredi 18 novembre 2022, 07:57:59 CET Slawomir Jaranowski a écrit : > > Hi, > > > > some my thoughts > > - site looks can be changed be skins - so can be more modern > yes > it seems people don't understand the menu generation with it's "

[GitHub] [maven-project-utils] michael-o commented on pull request #5: Unimportant drive-by robot submission

2022-11-21 Thread GitBox
michael-o commented on PR #5: URL: https://github.com/apache/maven-project-utils/pull/5#issuecomment-1322118673 Gosh, I enjoyed every single minute of this tragedy on stage with my popcorn... -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [maven-project-utils] garydgregory commented on pull request #5: Unimportant drive-by robot submission

2022-11-21 Thread GitBox
garydgregory commented on PR #5: URL: https://github.com/apache/maven-project-utils/pull/5#issuecomment-1322113432 Brilliant explanation @elharo , my sentiments exactly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [maven-project-utils] elharo commented on pull request #5: Unimportant drive-by robot submission

2022-11-21 Thread GitBox
elharo commented on PR #5: URL: https://github.com/apache/maven-project-utils/pull/5#issuecomment-1322014122 > How do you propose I do this at scale? When reporting hundreds or thousands of security vulnerabilities across OSS, I am only one person. How do you propose I attempt to follow th

Re: Mojo injection with maven 4 (was Re: Maven 3 API, backwards compatibility)

2022-11-21 Thread Guillaume Nodet
I haven't proposed any real change to the classloading in this discussion afair. Extensions can currently contribute packages and artifacts and that is ok. At some point, the stock maven should only expose the maven4 api with no additional packages. THis is currently not the case as the same cla