[PR] Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.17.5 [maven-plugin-tools]

2025-04-05 Thread via GitHub
dependabot[bot] opened a new pull request, #396: URL: https://github.com/apache/maven-plugin-tools/pull/396 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.5 to 1.17.5. Release notes Sourced from https://github.com/raphw/byte-buddy/releases";>net.byt

Re: [I] [MDEPLOY-254] Maven Deploy Plugin deploy jar twice : Maven 3.3.3 [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #187: URL: https://github.com/apache/maven-deploy-plugin/issues/187#issuecomment-2771513555 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented I agree here with [Robert Scholte](https://issues.apach

[PR] [MNG-4559] Support spaces in jvm.config [maven]

2025-04-05 Thread via GitHub
gnodet opened a new pull request, #2213: URL: https://github.com/apache/maven/pull/2213 - **Add IT** - **Fix IT** - **Fix unix shell** - **Windows script** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[PR] Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 4.0.0-beta-2 to 4.0.0-beta-4 [maven-filtering]

2025-04-05 Thread via GitHub
dependabot[bot] opened a new pull request, #147: URL: https://github.com/apache/maven-filtering/pull/147 Bumps [org.apache.maven.plugin-testing:maven-plugin-testing-harness](https://github.com/apache/maven-plugin-testing) from 4.0.0-beta-2 to 4.0.0-beta-4. Release notes Sourced fr

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
elharo commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029870918 ## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultSourceRoot.java: ## @@ -144,13 +143,15 @@ public DefaultSourceRoot(final ProjectScope scope, final Language

Re: [I] [MDEPLOY-174] [REGRESSION] url not required anymore, causing a NullPointerException [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #170: URL: https://github.com/apache/maven-deploy-plugin/issues/170#issuecomment-2771512168 **[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented lowering this to minor. I would expect url to be require

Re: [PR] [MNG-8673] SourceRoot includes and excludes should be String [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2232: URL: https://github.com/apache/maven/pull/2232#discussion_r2029831812 ## api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java: ## @@ -50,7 +49,7 @@ default Path directory() { * The default implementation returns

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029909621 ## api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java: ## @@ -46,23 +46,39 @@ default Path directory() { } /** - * {@return the li

[jira] [Created] (SUREFIRE-2299) Missing tests inside Surefire report for Cucumber scenarios

2025-04-05 Thread Florin Slev (Jira)
Florin Slev created SUREFIRE-2299: - Summary: Missing tests inside Surefire report for Cucumber scenarios Key: SUREFIRE-2299 URL: https://issues.apache.org/jira/browse/SUREFIRE-2299 Project: Maven Sure

[jira] [Updated] (MNG-8511) Explains the meaning of cling

2025-04-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8511: - Fix Version/s: 4.0.0-rc-4 > Explains the meaning of cling > - > >

Re: [I] [MDEPLOY-38] deploy:deploy-file fails silently on Windows URL containing invalid host name or share [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #237: URL: https://github.com/apache/maven-deploy-plugin/issues/237#issuecomment-2771517602 **[Yves Van Steen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vansteeny)** commented Sorry, posted this message @ the wrong topic. I R

[jira] [Created] (MNG-8663) Bump asmVersion from 9.7.1 to 9.8

2025-04-05 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8663: Summary: Bump asmVersion from 9.7.1 to 9.8 Key: MNG-8663 URL: https://issues.apache.org/jira/browse/MNG-8663 Project: Maven Issue Type: Task Repo

Re: [PR] [MNGSITE-507] Convert APT to Markdown [maven-site]

2025-04-05 Thread via GitHub
slachiewicz commented on PR #573: URL: https://github.com/apache/maven-site/pull/573#issuecomment-2768105410 https://github.com/apache/maven-site/pull/728#pullrequestreview-2690607870 It's doable now. Just after conversation it's worth doing a manual cleanup like a license header or s

Re: [I] [MDEPLOY-185] MavenProject/MavenSession Injection as a paremeter instead as a component. [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #174: URL: https://github.com/apache/maven-deploy-plugin/issues/174#issuecomment-2771512471 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Fixed in [r1620080](http://svn.apache.org/r1620080

Re: [I] [MDEPLOY-35] Review Plugin Documentation [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #210: URL: https://github.com/apache/maven-deploy-plugin/issues/210#issuecomment-2771515327 **[Allan Q. Ramirez](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=aramirez)** commented hi, already committed the docs. btw, do i have to make

Re: [PR] [MNG-8673] SourceRoot includes and excludes should be String [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on PR #2232: URL: https://github.com/apache/maven/pull/2232#issuecomment-2780706320 Added pull request #2236 as a follow-up of this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[PR] aether repository system isn't used [maven]

2025-04-05 Thread via GitHub
elharo opened a new pull request, #2237: URL: https://github.com/apache/maven/pull/2237 (no comment) -- 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:

[PR] remove unused field [maven]

2025-04-05 Thread via GitHub
elharo opened a new pull request, #2238: URL: https://github.com/apache/maven/pull/2238 (no comment) -- 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:

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029887032 ## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultSourceRoot.java: ## @@ -39,9 +38,11 @@ public final class DefaultSourceRoot implements SourceRoot {

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029887457 ## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultSourceRoot.java: ## @@ -144,13 +143,15 @@ public DefaultSourceRoot(final ProjectScope scope, final Lan

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029888013 ## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultSourceRoot.java: ## @@ -144,13 +143,15 @@ public DefaultSourceRoot(final ProjectScope scope, final Lan

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029888117 ## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultSourceRoot.java: ## @@ -217,23 +186,45 @@ public Path directory() { } /** - * {@return

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r202908 ## impl/maven-impl/src/main/java/org/apache/maven/impl/PathSelector.java: ## @@ -0,0 +1,475 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r202943 ## impl/maven-impl/src/test/java/org/apache/maven/impl/PathSelectorTest.java: ## @@ -0,0 +1,92 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Created] (MNG-8679) Align Superpom for model 4.0.0 with Maven 3

2025-04-05 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-8679: Summary: Align Superpom for model 4.0.0 with Maven 3 Key: MNG-8679 URL: https://issues.apache.org/jira/browse/MNG-8679 Project: Maven Issue Type: Bug

[jira] [Commented] (MNG-8638) Properties in repository id/url not supported anymore

2025-04-05 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937093#comment-17937093 ] Tamas Cservenak commented on MNG-8638: -- So, in short: Repositories defined in POM but

[I] [MDEPLOY-318] version 3.1.2 is uploading jar files to wrong endpoints [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer opened a new issue, #203: URL: https://github.com/apache/maven-deploy-plugin/issues/203 **[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** opened **[MDEPLOY-318](https://issues.apache.org/jira/browse/MDEPLOY-318?redirect=false)** and co

Re: [PR] [MNG-8639] Check namespaces when reading XML models [maven]

2025-04-05 Thread via GitHub
elharo commented on code in PR #2170: URL: https://github.com/apache/maven/pull/2170#discussion_r2007753105 ## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultModelXmlFactory.java: ## @@ -48,8 +48,37 @@ @Singleton public class DefaultModelXmlFactory implements Model

Re: [PR] [MNG-8490] Add an XmlService and a builder + implementation for XmlNode [maven]

2025-04-05 Thread via GitHub
gnodet merged PR #2150: URL: https://github.com/apache/maven/pull/2150 -- 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.apache.o

Re: [I] [MDEPLOY-9] Failed to deploy to a remote repository [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #217: URL: https://github.com/apache/maven-deploy-plugin/issues/217#issuecomment-2771515837 **[Nick Parmelee](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nickp)** commented And I did the same thing on my local machine from user root t

[jira] [Commented] (MNG-8665) mvn validate fails for Jenkins plugins (regression in 4.0.0-rc-1)

2025-04-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939795#comment-17939795 ] Guillaume Nodet commented on MNG-8665: -- This is not a regression but a behavior change

[jira] [Created] (MNG-8647) Set the default source directory to `src/${scope}/${lang}` as per documentation

2025-04-05 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8647: Summary: Set the default source directory to `src/${scope}/${lang}` as per documentation Key: MNG-8647 URL: https://issues.apache.org/jira/browse/MNG-8647 Project: Ma

Re: [PR] [MNGSITE-507] Convert APT to Markdown [maven-site]

2025-04-05 Thread via GitHub
Bukama commented on PR #573: URL: https://github.com/apache/maven-site/pull/573#issuecomment-2780665550 As written, I tested the conversation on a smaller folder (the `examples` folder, containing two `.apt` files). I forked doxia-converter, cloned the master branch, built it and used the

Re: [I] [MDEPLOY-47] Timeout during SCP upload [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #207: URL: https://github.com/apache/maven-deploy-plugin/issues/207#issuecomment-2771515130 **[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented No feedback for over a year, so closing it. -- Th

[jira] [Updated] (MNG-8490) Add a Builder to XmlNode and provide an XmlService

2025-04-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8490: - Fix Version/s: 4.0.0-rc-4 > Add a Builder to XmlNode and provide an XmlService > --

Re: [I] [MDEPLOY-276] Warning when a pom is not able to be updated in remote repository [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #192: URL: https://github.com/apache/maven-deploy-plugin/issues/192#issuecomment-2771513937 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented I don't understand the problem you are trying to solve.

Re: [PR] [MNGSITE-507] Convert APT to Markdown [maven-site]

2025-04-05 Thread via GitHub
kwin commented on PR #573: URL: https://github.com/apache/maven-site/pull/573#issuecomment-2780669963 You need to rely on latest Doxia Snapshot. Doxia received quite some fixes related to the MarkdownSink after the release. -- This is an automated message from the Apache Git Service. To r

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029900609 ## impl/maven-impl/src/test/java/org/apache/maven/impl/PathSelectorTest.java: ## @@ -0,0 +1,95 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [I] [MDEPLOY-275] "Mail list" link in Maven Deploy Plugin main page is broken [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #190: URL: https://github.com/apache/maven-deploy-plugin/issues/190#issuecomment-2771513854 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Already fixed with 5378b4936866a927260b893dfd81abb2f4ceb

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029894650 ## api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java: ## @@ -46,23 +46,39 @@ default Path directory() { } /** - * {@return the li

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029896335 ## impl/maven-impl/src/main/java/org/apache/maven/impl/PathSelector.java: ## @@ -0,0 +1,475 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029897684 ## impl/maven-impl/src/main/java/org/apache/maven/impl/PathSelector.java: ## @@ -0,0 +1,475 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029895425 ## api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java: ## @@ -46,23 +46,39 @@ default Path directory() { } /** - * {@return the li

Re: [PR] test mimir with Jenkinsfile [maven]

2025-04-05 Thread via GitHub
cstamas commented on PR #2208: URL: https://github.com/apache/maven/pull/2208#issuecomment-2780850209 > but it is user wide and Jenkins is sharing nodes. is there any difference? If shared, then yes, this place is good. GH does not share and always re-creates runners... -- This is

Re: [PR] Cleanup extra semicolons [maven]

2025-04-05 Thread via GitHub
elharo commented on PR #2229: URL: https://github.com/apache/maven/pull/2229#issuecomment-2780690943 possibly flaky test: [ERROR] Errors: [ERROR] EmbeddedMavenExecutorTest>MavenExecutorTestSupport.dump4:93->MavenExecutorTestSupport.execute:314 » NoSuchFile target/test-class

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
elharo commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029890513 ## api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java: ## @@ -46,23 +46,39 @@ default Path directory() { } /** - * {@return the list of

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029893641 ## api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java: ## @@ -46,23 +46,39 @@ default Path directory() { } /** - * {@return the li

Re: [PR] Add `SourceRoot.matcher(boolean)` method [maven]

2025-04-05 Thread via GitHub
desruisseaux commented on code in PR #2236: URL: https://github.com/apache/maven/pull/2236#discussion_r2029894267 ## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultSourceRoot.java: ## @@ -144,13 +143,15 @@ public DefaultSourceRoot(final ProjectScope scope, final Lan

Re: [PR] Add label 3.x for dependabot [maven-plugin-tools]

2025-04-05 Thread via GitHub
slawekjaranowski merged PR #379: URL: https://github.com/apache/maven-plugin-tools/pull/379 -- 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-unsub

Re: [I] [MDEPLOY-45] Classifier not supported by deploy:deploy [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #134: URL: https://github.com/apache/maven-deploy-plugin/issues/134#issuecomment-2771509421 **[Daniel Schulz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dschulz)** commented The attached mdeploy-45-test.zip contains a sample web proj

[PR] Bump org.mockito:mockito-core from 3.12.4 to 5.0.0 [maven-plugin-tools]

2025-04-05 Thread via GitHub
dependabot[bot] opened a new pull request, #336: URL: https://github.com/apache/maven-plugin-tools/pull/336 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 5.0.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>org.mockit

[jira] [Commented] (MNG-8510) Rename or combine Utils classes

2025-04-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937323#comment-17937323 ] Guillaume Nodet commented on MNG-8510: -- This is a minor issue as most of those classes

Re: [PR] Set the default source directory to `src/${scope}/${lang}` as per documentation [maven]

2025-04-05 Thread via GitHub
gnodet commented on code in PR #2180: URL: https://github.com/apache/maven/pull/2180#discussion_r2011708300 ## impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultSourceRoot.java: ## @@ -65,24 +65,26 @@ public final class DefaultSourceRoot implements SourceRoot { *

[jira] [Commented] (MNG-8657) GMavenPlus and AspectJ plugins break with 4-rc-3

2025-04-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939379#comment-17939379 ] Guillaume Nodet commented on MNG-8657: -- Why using a {{removeTestStubs}} mojo instead o

[jira] [Commented] (MNG-7635) Investigate how to safely propagate user properties to dependencies (see MNG-5982 and MNG-7417)

2025-04-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939278#comment-17939278 ] Guillaume Nodet commented on MNG-7635: -- We'd have to be extra-cautious about letting u

[jira] [Closed] (MNG-8666) The deprecated settings builder cannot parse the default settings

2025-04-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8666. Fix Version/s: (was: 4.0.0-rc-4) Resolution: Not A Problem The problem happens when readin

Re: [I] [MDEPLOY-74] Add an option to be able to abort if an artifact is already present in the deployment repository [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #141: URL: https://github.com/apache/maven-deploy-plugin/issues/141#issuecomment-2771509963 **[Baptiste MATHUS](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mathu...@mipih.fr)** commented Well, according to Brian E. Fox, this behaviour

[jira] [Commented] (MNG-8569) Deprecate and remove version ranges

2025-04-05 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-8569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17938905#comment-17938905 ] Elliotte Rusty Harold commented on MNG-8569: I think you're making a good case

Re: [I] [MDEPLOY-163] Maven Deploy Plugin Deploys Attached Sources A Second Time [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #290: URL: https://github.com/apache/maven-deploy-plugin/issues/290#issuecomment-2771522278 **[Jonathon Golden](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jonathon.golden)** commented I just ran into the same problem when using deplo

[jira] [Commented] (SCM-1028) Vulnerability: Clear text password is logged by JGit provider and by gitexe remoteinfo on a ls-remote failure

2025-04-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SCM-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939796#comment-17939796 ] ASF GitHub Bot commented on SCM-1028: - mhoffrog opened a new pull request, #237: URL: h

Re: [I] [MDEPLOY-45] Classifier not supported by deploy:deploy [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #134: URL: https://github.com/apache/maven-deploy-plugin/issues/134#issuecomment-2771509387 **[Fabian Bauschulte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=fbauschulte)** commented Fixed analog maven-install-plugin -- This is

Re: [PR] Fix downloadlink for Daemon [maven-site]

2025-04-05 Thread via GitHub
cstamas commented on PR #739: URL: https://github.com/apache/maven-site/pull/739#issuecomment-2743283090 @gnodet ping -- 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 uns

Re: [I] [MDEPLOY-46] "mvn -DaltDeploymentRepository=... deploy" of a SNAPSHOT doesn't replace date.buildnumber [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #309: URL: https://github.com/apache/maven-deploy-plugin/issues/309#issuecomment-2771530065 **[Maria Odea B. Ching](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=oching)** commented This seems to be fixed in 2.5. Please verify so we can

Re: [I] [MDEPLOY-309] Can't deploy after upgrade Maven from 3.8 to 3.9 [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #201: URL: https://github.com/apache/maven-deploy-plugin/issues/201#issuecomment-2771514615 **[Christoph Läubrich](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=laeubi)** commented As said, I'm just forwarding the error request, the use

Re: [I] [MDEPLOY-179] deployAtEnd bypassed in case of pluginRepository definition [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #282: URL: https://github.com/apache/maven-deploy-plugin/issues/282#issuecomment-2771521597 **[Daniel Dabah](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dannyengineers)** commented How about a solution that stores `readyProjectsCounte

[jira] [Updated] (MNG-8639) Check namespaces when reading XML models

2025-04-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8639: - Issue Type: Bug (was: Task) > Check namespaces when reading XML models > -

[PR] Add missing Javadoc to API subprojects [maven]

2025-04-05 Thread via GitHub
gnodet opened a new pull request, #2218: URL: https://github.com/apache/maven/pull/2218 This PR adds missing Javadoc to various classes and interfaces in the API subprojects. ## Changes: - Add class-level and method-level Javadoc to various classes in api/ subprojects - Add mis

Re: [I] [MDEPLOY-35] Review Plugin Documentation [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #210: URL: https://github.com/apache/maven-deploy-plugin/issues/210#issuecomment-2771515358 **[Franz Allan Valencia See](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=franz_see)** commented Changes with MDEPLOY-35-maven-deploy-plugin.pa

Re: [I] [MDEPLOY-74] Add an option to be able to abort if an artifact is already present in the deployment repository [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #141: URL: https://github.com/apache/maven-deploy-plugin/issues/141#issuecomment-2771509974 **[Baptiste MATHUS](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mathu...@mipih.fr)** commented Arf, I wanted to add a link to MARTIFACT-6, and

Re: [I] [MDEPLOY-175] Fix description of goal deploy-file in terms of required parameters [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #209: URL: https://github.com/apache/maven-deploy-plugin/issues/209#issuecomment-2771515239 **[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented For the first URL see MDEPLOY-174 which has been s

Re: [PR] Bump org.mockito:mockito-core from 3.12.4 to 5.0.0 [maven-plugin-tools]

2025-04-05 Thread via GitHub
slawekjaranowski closed pull request #336: Bump org.mockito:mockito-core from 3.12.4 to 5.0.0 URL: https://github.com/apache/maven-plugin-tools/pull/336 -- 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

Re: [PR] Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.17.4 [maven-plugin-tools]

2025-04-05 Thread via GitHub
dependabot[bot] commented on PR #391: URL: https://github.com/apache/maven-plugin-tools/pull/391#issuecomment-2766267869 Superseded by #396. -- 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 s

Re: [PR] Remove methods that duplicate superclass methods [maven]

2025-04-05 Thread via GitHub
elharo merged PR #2211: URL: https://github.com/apache/maven/pull/2211 -- 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.apache.o

Re: [PR] [MNG-8674] Deprecate mergeId in the Maven 3 model and remove it in the new model [maven]

2025-04-05 Thread via GitHub
elharo commented on code in PR #2233: URL: https://github.com/apache/maven/pull/2233#discussion_r2029850419 ## api/maven-api-model/src/main/mdo/maven.mdo: ## @@ -2220,6 +2220,21 @@ + +4.0.0+ + +

Re: [PR] Grammar and typo fixes in javadoc and other comments [maven]

2025-04-05 Thread via GitHub
elharo merged PR #: URL: https://github.com/apache/maven/pull/ -- 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.apache.o

Re: [PR] Avoid exposing non-public type outside its scope [maven]

2025-04-05 Thread via GitHub
elharo merged PR #2220: URL: https://github.com/apache/maven/pull/2220 -- 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.apache.o

Re: [I] [MDEPLOY-254] Maven Deploy Plugin deploy jar twice : Maven 3.3.3 [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #187: URL: https://github.com/apache/maven-deploy-plugin/issues/187#issuecomment-2771513614 **[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented [Michael Osipov](https://issues.apache.org/jira/sec

Re: [PR] [SUREFIRE-1643] surefire junit5 parallel tests [maven-surefire]

2025-04-05 Thread via GitHub
fslevoaca-ionos commented on PR #815: URL: https://github.com/apache/maven-surefire/pull/815#issuecomment-2766032504 Opened a separate issue here: https://issues.apache.org/jira/browse/SUREFIRE-2299 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] [MDEPLOY-63] Allow disabling deployment for artifacts that should not be deployed [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #267: URL: https://github.com/apache/maven-deploy-plugin/issues/267#issuecomment-2771520327 **[Vincent Massol](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vmassol)** commented Thanks a lot Wendy! -- This is an automated message

Re: [PR] requireNonNull [maven]

2025-04-05 Thread via GitHub
elharo merged PR #2181: URL: https://github.com/apache/maven/pull/2181 -- 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.apache.o

Re: [I] [MDEPLOY-44] Add uniqueVersion parameter to deploy goal as deploy-file goal [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #133: URL: https://github.com/apache/maven-deploy-plugin/issues/133#issuecomment-2771509305 **[Farrukh Najmi](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=farr...@wellfleetsoftware.com)** commented The workaround listed in previous com

Re: [I] [MDEPLOY-16] snapshot deploy <-> dependency not working [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #228: URL: https://github.com/apache/maven-deploy-plugin/issues/228#issuecomment-2771516949 **[spencer p](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=exussum0)** commented Yes, it ran to completion. There is a maven-metadata.xml at

Re: [I] [MDEPLOY-14] Add POM generation/uploading to deploy:deploy-file goal [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #250: URL: https://github.com/apache/maven-deploy-plugin/issues/250#issuecomment-2771518648 **[Allan Q. Ramirez](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=aramirez)** commented Applied patch with slight modification. Thanks --

[jira] [Commented] (SCM-1028) Vulnerability: Clear text password is logged by JGit provider and by gitexe remoteinfo on a ls-remote failure

2025-04-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939717#comment-17939717 ] Michael Osipov commented on SCM-1028: - https://www.ietf.org/rfc/rfc3986.html#section-3.

Re: [PR] Use next snapshot of parent [maven-site]

2025-04-05 Thread via GitHub
slawekjaranowski commented on PR #734: URL: https://github.com/apache/maven-site/pull/734#issuecomment-2746263043 as continuation for #735 -- 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 spec

[jira] [Updated] (MNG-7531) Upgrade to SLF4J 2.0.0

2025-04-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7531: - Fix Version/s: 4.0.0 > Upgrade to SLF4J 2.0.0 > -- > > Key: MNG

[jira] [Created] (MNG-8651) Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre

2025-04-05 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-8651: Summary: Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre Key: MNG-8651 URL: https://issues.apache.org/jira/browse/MNG-8651 Project: Maven Issue Typ

Re: [PR] Fix namespace handling when including document from default namespace [maven-xinclude-extension]

2025-04-05 Thread via GitHub
gnodet commented on PR #21: URL: https://github.com/apache/maven-xinclude-extension/pull/21#issuecomment-2753588579 @elharo do you want to have a look ? -- 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

[PR] Bump slf4jVersion from 1.7.36 to 2.0.0 [maven-plugin-tools]

2025-04-05 Thread via GitHub
dependabot[bot] opened a new pull request, #395: URL: https://github.com/apache/maven-plugin-tools/pull/395 Bumps `slf4jVersion` from 1.7.36 to 2.0.0. Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.0 Commits https://github.com/qos-ch/slf4j/commit/0614d467d7bca81724f45e228f4

Re: [I] [MDEPLOY-63] Allow disabling deployment for artifacts that should not be deployed [maven-deploy-plugin]

2025-04-05 Thread via GitHub
jira-importer commented on issue #267: URL: https://github.com/apache/maven-deploy-plugin/issues/267#issuecomment-2771520320 **[Wendy Smoak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wsmoak)** commented Added item to faq describing how to skip deployment. It

Re: [PR] Upgrade to Maven 4.0.0-rc-3 [maven-plugin-testing]

2025-04-05 Thread via GitHub
gnodet closed pull request #81: Upgrade to Maven 4.0.0-rc-3 URL: https://github.com/apache/maven-plugin-testing/pull/81 -- 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 unsub

<    1   2