Re: [PR] CLI API: add embedded() to InvokerRequest, rename to stdIn() stdOut() and stdErr() [maven]

2025-02-07 Thread via GitHub
gnodet closed pull request #2093: CLI API: add embedded() to InvokerRequest, rename to stdIn() stdOut() and stdErr() URL: https://github.com/apache/maven/pull/2093 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[PR] Fix release-drafter config [maven-compiler-plugin]

2025-02-07 Thread via GitHub
slawekjaranowski opened a new pull request, #292: URL: https://github.com/apache/maven-compiler-plugin/pull/292 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MCOM

[PR] Release drafter configuration and PR Automation [maven-deploy-plugin]

2025-02-07 Thread via GitHub
slawekjaranowski opened a new pull request, #88: URL: https://github.com/apache/maven-deploy-plugin/pull/88 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MDEPLOY)

Re: [PR] Replace a list with O(N²) performance by O(N) at least during iteration. [maven]

2025-02-07 Thread via GitHub
desruisseaux commented on PR #2092: URL: https://github.com/apache/maven/pull/2092#issuecomment-2642425850 It brings a related question. The following code also has a O(N²) performance cost if a large number _N_ of sources are added through this method: ```java private List sou

Re: [I] Remove Google Analytics from Maven Website [maven-site]

2025-02-07 Thread via GitHub
kwin commented on issue #660: URL: https://github.com/apache/maven-site/issues/660#issuecomment-2642455392 Isn't it enough to rely on the ASF CSP to disable Google Analytics for the archived sites? -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [I] Remove Google Analytics from Maven Website [maven-site]

2025-02-07 Thread via GitHub
slawekjaranowski commented on issue #660: URL: https://github.com/apache/maven-site/issues/660#issuecomment-2642724340 @hboutemy can you share somewhere your commands or script used to cleanups? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Java doesn't statically link [maven-site]

2025-02-07 Thread via GitHub
elharo merged PR #663: URL: https://github.com/apache/maven-site/pull/663 -- 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: issues-unsubscr...@maven.apach

Re: [PR] Add dependencies page [maven-site]

2025-02-07 Thread via GitHub
elharo commented on PR #662: URL: https://github.com/apache/maven-site/pull/662#issuecomment-2642731207 Flaky CI: ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Could not init /home/jenkins/jenkins-home/workspace/aven_maven-box_maven-site_PR-662@libs/

Re: [PR] [MNGSITE-393] Repository layout hasn't changed since Maven 2 [maven-site]

2025-02-07 Thread via GitHub
elharo commented on code in PR #667: URL: https://github.com/apache/maven-site/pull/667#discussion_r1946426914 ## content/markdown/repository/layout.md: ## @@ -19,7 +19,9 @@ specific language governing permissions and limitations under the License. --> -Maven2 repository lay

Re: [PR] [MNGSITE-393] Repository layout hasn't changed since Maven 2 [maven-site]

2025-02-07 Thread via GitHub
elharo commented on code in PR #667: URL: https://github.com/apache/maven-site/pull/667#discussion_r1946427902 ## content/markdown/repository/layout.md: ## @@ -19,7 +19,9 @@ specific language governing permissions and limitations under the License. --> -Maven2 repository lay

Re: [PR] Add Matthias Bünger to committer list [maven-parent]

2025-02-07 Thread via GitHub
Bukama merged PR #230: URL: https://github.com/apache/maven-parent/pull/230 -- 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: issues-unsubscr...@maven.apa

Re: [PR] Add a link to Github convetions on the developers index page [maven-site]

2025-02-07 Thread via GitHub
Bukama merged PR #669: URL: https://github.com/apache/maven-site/pull/669 -- 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: issues-unsubscr...@maven.apach

Re: [PR] [MNGSITE-393] Repository layout hasn't changed since Maven 2 [maven-site]

2025-02-07 Thread via GitHub
hboutemy commented on code in PR #667: URL: https://github.com/apache/maven-site/pull/667#discussion_r1946650011 ## content/markdown/repository/layout.md: ## @@ -19,7 +19,9 @@ specific language governing permissions and limitations under the License. --> -Maven2 repository l

[jira] [Created] (MNG-8568) Maven 4: Don't deploy build POM

2025-02-07 Thread Jira
Matthias Bünger created MNG-8568: Summary: Maven 4: Don't deploy build POM Key: MNG-8568 URL: https://issues.apache.org/jira/browse/MNG-8568 Project: Maven Issue Type: Improvement C

Re: [PR] [MNGSITE-550] What's new in Maven 4? [maven-site]

2025-02-07 Thread via GitHub
Bukama commented on code in PR #598: URL: https://github.com/apache/maven-site/pull/598#discussion_r1946675915 ## content/markdown/whatsnewinmaven4.md: ## @@ -0,0 +1,476 @@ + + + + What's new in Maven 4? + + + +# What's new in Maven 4? + +Maven is over 20 years old, and is

[jira] [Closed] (MDEPLOY-326) Maven 4: Don't deploy build POM

2025-02-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MDEPLOY-326. --- Resolution: Information Provided > Maven 4: Don't deploy build POM > ---

[jira] [Commented] (MDEPLOY-326) Maven 4: Don't deploy build POM

2025-02-07 Thread Jira
[ https://issues.apache.org/jira/browse/MDEPLOY-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17924926#comment-17924926 ] Matthias Bünger commented on MDEPLOY-326: - {quote} I think that is it issue for

Re: [PR] Release drafter configuration and PR Automation [maven-deploy-plugin]

2025-02-07 Thread via GitHub
slawekjaranowski merged PR #87: URL: https://github.com/apache/maven-deploy-plugin/pull/87 -- 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: issues-unsubs