[jira] [Commented] (MRESOLVER-554) Support configuration of upload/download threads individually

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842795#comment-17842795 ] ASF GitHub Bot commented on MRESOLVER-554: -- slawekjaranowski commented on code in PR #489:

Re: [PR] [MRESOLVER-554] Split thread counts for up and downstream ops [maven-resolver]

2024-05-01 Thread via GitHub
slawekjaranowski commented on code in PR #489: URL: https://github.com/apache/maven-resolver/pull/489#discussion_r1586890309 ## maven-resolver-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnector.java: ## @@ -97,15 +100,17 @@ final class

[PR] Set both maven.compiler.source and maven.compiler.target to 1.8 [maven-site]

2024-05-01 Thread via GitHub
kosbe opened a new pull request, #520: URL: https://github.com/apache/maven-site/pull/520 Since Maven 3.9.6 does not support 1.7 compiler, the sample project cannot be built as is. This is frustrating for an inexperienced user. The proposed fix was tested on Java 21.0.3, Win7 sp1+.

[PR] Remove info about old versions [maven-compiler-plugin]

2024-05-01 Thread via GitHub
elharo opened a new pull request, #237: URL: https://github.com/apache/maven-compiler-plugin/pull/237 Java 1.8 is now minimum, not Java 1.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

[jira] [Commented] (MSITE-1003) Upgrade plugins and components (in ITs)

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842756#comment-17842756 ] ASF GitHub Bot commented on MSITE-1003: --- michael-o closed pull request #185: [MSITE-1003] Upgrade

[jira] [Commented] (MSITE-1003) Upgrade plugins and components (in ITs)

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842757#comment-17842757 ] ASF GitHub Bot commented on MSITE-1003: --- michael-o commented on PR #185: URL:

Re: [PR] [MSITE-1003] Upgrade plugins and components (in ITs) [maven-site-plugin]

2024-05-01 Thread via GitHub
michael-o closed pull request #185: [MSITE-1003] Upgrade plugins and components (in ITs) URL: https://github.com/apache/maven-site-plugin/pull/185 -- 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

Re: [PR] [MSITE-1003] Upgrade plugins and components (in ITs) [maven-site-plugin]

2024-05-01 Thread via GitHub
michael-o commented on PR #185: URL: https://github.com/apache/maven-site-plugin/pull/185#issuecomment-2088999372 Merged manually. -- 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

[jira] [Closed] (MSITE-1003) Upgrade plugins and components (in ITs)

2024-05-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSITE-1003. - Resolution: Fixed Fixed with

[jira] [Commented] (MBUILDCACHE-86) Bugfix and enhancements with the restoration of outputs on disk

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842747#comment-17842747 ] ASF GitHub Bot commented on MBUILDCACHE-86: --- nobesio commented on PR #104: URL:

Re: [PR] [MBUILDCACHE-86] bugfix / enhancements restoration of outputs on disk [maven-build-cache-extension]

2024-05-01 Thread via GitHub
nobesio commented on PR #104: URL: https://github.com/apache/maven-build-cache-extension/pull/104#issuecomment-2088939166 Thank you, @kbuntrock! -- 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

[jira] [Commented] (MPLUGIN-519) Update to Parent POM 42, prerequisite 3.6.3

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842744#comment-17842744 ] ASF GitHub Bot commented on MPLUGIN-519: slawekjaranowski commented on code in PR #280: URL:

Re: [PR] [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of maven-compat [maven-plugin-tools]

2024-05-01 Thread via GitHub
slawekjaranowski commented on code in PR #280: URL: https://github.com/apache/maven-plugin-tools/pull/280#discussion_r1586636233 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/metadata/AddPluginArtifactMetadataMojo.java: ## @@ -69,25 +69,33 @@ public class

[jira] [Commented] (MPLUGIN-519) Update to Parent POM 42, prerequisite 3.6.3

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842741#comment-17842741 ] ASF GitHub Bot commented on MPLUGIN-519: slawekjaranowski commented on code in PR #280: URL:

Re: [PR] [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of maven-compat [maven-plugin-tools]

2024-05-01 Thread via GitHub
slawekjaranowski commented on code in PR #280: URL: https://github.com/apache/maven-plugin-tools/pull/280#discussion_r1586630365 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/metadata/AddPluginArtifactMetadataMojo.java: ## @@ -69,25 +69,33 @@ public class

[PR] Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 [maven]

2024-05-01 Thread via GitHub
dependabot[bot] opened a new pull request, #1494: URL: https://github.com/apache/maven/pull/1494 Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.1 to 2.10.0. Release notes Sourced from

[PR] Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 [maven-antrun-plugin]

2024-05-01 Thread via GitHub
dependabot[bot] opened a new pull request, #98: URL: https://github.com/apache/maven-antrun-plugin/pull/98 Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.1 to 2.10.0. Release notes Sourced from

[PR] Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 [maven-doxia]

2024-05-01 Thread via GitHub
dependabot[bot] opened a new pull request, #213: URL: https://github.com/apache/maven-doxia/pull/213 Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.1 to 2.10.0. Release notes Sourced from

Re: [PR] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 [maven-apache-parent]

2024-05-01 Thread via GitHub
CrazyHZM commented on PR #222: URL: https://github.com/apache/maven-apache-parent/pull/222#issuecomment-2088567028 @slawekjaranowski Thanks for the reminder. If a next-release milestone doesn't exist, do we need to create one? I found that some plugins don't have milestones. -- This is

[jira] [Commented] (MPLUGIN-519) Update to Parent POM 42, prerequisite 3.6.3

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842665#comment-17842665 ] ASF GitHub Bot commented on MPLUGIN-519: michael-o commented on code in PR #280: URL:

[jira] [Commented] (MPLUGIN-519) Update to Parent POM 42, prerequisite 3.6.3

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842666#comment-17842666 ] ASF GitHub Bot commented on MPLUGIN-519: michael-o commented on PR #280: URL:

Re: [PR] [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of maven-compat [maven-plugin-tools]

2024-05-01 Thread via GitHub
michael-o commented on PR #280: URL: https://github.com/apache/maven-plugin-tools/pull/280#issuecomment-2088537450 This will constitute a great 3.13.0 release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of maven-compat [maven-plugin-tools]

2024-05-01 Thread via GitHub
michael-o commented on code in PR #280: URL: https://github.com/apache/maven-plugin-tools/pull/280#discussion_r1586351295 ## maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/metadata/AddPluginArtifactMetadataMojo.java: ## @@ -69,25 +69,33 @@ public class

[jira] [Commented] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842664#comment-17842664 ] ASF GitHub Bot commented on MSITE-1000: --- michael-o commented on PR #177: URL:

[jira] [Commented] (MPLUGIN-521) Nested types not properly extracted cause exception while generating Javadoc URLs

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842663#comment-17842663 ] ASF GitHub Bot commented on MPLUGIN-521: michael-o opened a new pull request, #281: URL:

Re: [PR] [MSITE-1000] Introduce parser configuration parameter [maven-site-plugin]

2024-05-01 Thread via GitHub
michael-o commented on PR #177: URL: https://github.com/apache/maven-site-plugin/pull/177#issuecomment-2088535907 Here is a fix: https://github.com/apache/maven-plugin-tools/pull/281 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[PR] [MPLUGIN-521] Nested types not properly extracted cause exception whi… [maven-plugin-tools]

2024-05-01 Thread via GitHub
michael-o opened a new pull request, #281: URL: https://github.com/apache/maven-plugin-tools/pull/281 …le generating Javadoc URLs This closes #281 -- 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

[jira] [Created] (MPLUGIN-521) Nested types not properly extracted cause exception while generating Javadoc URLs

2024-05-01 Thread Michael Osipov (Jira)
Michael Osipov created MPLUGIN-521: -- Summary: Nested types not properly extracted cause exception while generating Javadoc URLs Key: MPLUGIN-521 URL: https://issues.apache.org/jira/browse/MPLUGIN-521

[jira] [Commented] (MSHARED-1382) Maven-invoker: support '--no-snapshot-updates'

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842656#comment-17842656 ] ASF GitHub Bot commented on MSHARED-1382: - lrozenblyum commented on code in PR #74: URL:

Re: [PR] [MSHARED-1382] support a possibility to disable snapshots update. [maven-invoker]

2024-05-01 Thread via GitHub
lrozenblyum commented on code in PR #74: URL: https://github.com/apache/maven-invoker/pull/74#discussion_r1586330276 ## src/test/java/org/apache/maven/shared/invoker/MavenCommandLineBuilderTest.java: ## @@ -299,6 +299,33 @@ public void

[jira] [Commented] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842648#comment-17842648 ] ASF GitHub Bot commented on MSITE-1000: --- michael-o commented on PR #177: URL:

Re: [PR] [MSITE-1000] Introduce parser configuration parameter [maven-site-plugin]

2024-05-01 Thread via GitHub
michael-o commented on PR #177: URL: https://github.com/apache/maven-site-plugin/pull/177#issuecomment-2088483641 The bug is in `org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator.getJavadocUrlForType(JavadocLinkGenerator, String)`. I guess it should until all generics

[jira] [Commented] (MSHARED-1382) Maven-invoker: support '--no-snapshot-updates'

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842645#comment-17842645 ] ASF GitHub Bot commented on MSHARED-1382: - lrozenblyum commented on PR #74: URL:

Re: [PR] [MSHARED-1382] support a possibility to disable snapshots update. [maven-invoker]

2024-05-01 Thread via GitHub
lrozenblyum commented on PR #74: URL: https://github.com/apache/maven-invoker/pull/74#issuecomment-2088473729 @slawekjaranowski fixed. The cause of the difference was JAVA_HOME pointing to JDK1.8, but we need JDK17 for building as in CI to get the `spotless` errors. -- This is an

[jira] [Commented] (MSHARED-1382) Maven-invoker: support '--no-snapshot-updates'

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842639#comment-17842639 ] ASF GitHub Bot commented on MSHARED-1382: - lrozenblyum commented on PR #74: URL:

Re: [PR] [MSHARED-1382] support a possibility to disable snapshots update. [maven-invoker]

2024-05-01 Thread via GitHub
lrozenblyum commented on PR #74: URL: https://github.com/apache/maven-invoker/pull/74#issuecomment-2088460111 @slawekjaranowski thx I'll check it. `mvn verify` was green at my PC (and `mvn -Prun-its verify` which is suggested by README issues a warning about a not-existing profile).

[jira] [Commented] (MSHARED-1382) Maven-invoker: support '--no-snapshot-updates'

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842632#comment-17842632 ] ASF GitHub Bot commented on MSHARED-1382: - slawekjaranowski commented on PR #74: URL:

Re: [PR] [MSHARED-1382] support a possibility to disable snapshots update. [maven-invoker]

2024-05-01 Thread via GitHub
slawekjaranowski commented on PR #74: URL: https://github.com/apache/maven-invoker/pull/74#issuecomment-2088449184 @lrozenblyum - pleach check build result  the same should be when you build locally -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (MSHARED-1382) Maven-invoker: support '--no-snapshot-updates'

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842629#comment-17842629 ] ASF GitHub Bot commented on MSHARED-1382: - slawekjaranowski commented on code in PR #74: URL:

Re: [PR] [MSHARED-1382] support a possibility to disable snapshots update. [maven-invoker]

2024-05-01 Thread via GitHub
slawekjaranowski commented on code in PR #74: URL: https://github.com/apache/maven-invoker/pull/74#discussion_r1586278359 ## src/test/java/org/apache/maven/shared/invoker/MavenCommandLineBuilderTest.java: ## @@ -299,6 +299,33 @@ public void

[jira] [Commented] (MSHARED-1382) Maven-invoker: support '--no-snapshot-updates'

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842614#comment-17842614 ] ASF GitHub Bot commented on MSHARED-1382: - lrozenblyum opened a new pull request, #74: URL:

[jira] [Commented] (MINVOKER-335) Symlinks from source project are copied as file

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842611#comment-17842611 ] ASF GitHub Bot commented on MINVOKER-335: - slawekjaranowski opened a new pull request, #231:

[jira] [Assigned] (MINVOKER-335) Symlinks from source project are copied as file

2024-05-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MINVOKER-335: Assignee: Slawomir Jaranowski > Symlinks from source project are copied

Re: [PR] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 [maven-apache-parent]

2024-05-01 Thread via GitHub
slawekjaranowski commented on PR #222: URL: https://github.com/apache/maven-apache-parent/pull/222#issuecomment-2088297990 @CrazyHZM thanks for merge, please remember to add milestone to merged PR  -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump resolverVersion from 1.9.18 to 1.9.20 [maven-resolver-ant-tasks]

2024-05-01 Thread via GitHub
CrazyHZM merged PR #39: URL: https://github.com/apache/maven-resolver-ant-tasks/pull/39 -- 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] Bump resolver.version from 1.9.18 to 1.9.20 [maven-indexer]

2024-05-01 Thread via GitHub
CrazyHZM merged PR #362: URL: https://github.com/apache/maven-indexer/pull/362 -- 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] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 [maven-apache-parent]

2024-05-01 Thread via GitHub
CrazyHZM merged PR #222: URL: https://github.com/apache/maven-apache-parent/pull/222 -- 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] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 [maven-artifact-plugin]

2024-05-01 Thread via GitHub
CrazyHZM merged PR #41: URL: https://github.com/apache/maven-artifact-plugin/pull/41 -- 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] Bump resolverVersion from 1.9.18 to 1.9.20 [maven-artifact-plugin]

2024-05-01 Thread via GitHub
CrazyHZM commented on PR #42: URL: https://github.com/apache/maven-artifact-plugin/pull/42#issuecomment-2088253733 @dependabot close -- 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

Re: [PR] Bump resolverVersion from 1.9.18 to 1.9.20 [maven-artifact-plugin]

2024-05-01 Thread via GitHub
dependabot[bot] closed pull request #42: Bump resolverVersion from 1.9.18 to 1.9.20 URL: https://github.com/apache/maven-artifact-plugin/pull/42 -- 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

[jira] [Created] (MNG-8113) Inconsistent way of overriding core components from extensions

2024-05-01 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-8113: Summary: Inconsistent way of overriding core components from extensions Key: MNG-8113 URL: https://issues.apache.org/jira/browse/MNG-8113 Project: Maven

[jira] [Updated] (MARTIFACT-66) Upgrade maven resolver version 1.9.18 to 1.9.20

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MARTIFACT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated MARTIFACT-66: Labels: pull-request-available (was: ) > Upgrade maven resolver version 1.9.18 to

[jira] [Commented] (MARTIFACT-66) Upgrade maven resolver version 1.9.18 to 1.9.20

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MARTIFACT-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842599#comment-17842599 ] ASF GitHub Bot commented on MARTIFACT-66: - CrazyHZM opened a new pull request, #43: URL:

[jira] [Closed] (MINVOKER-362) Use properties from parent for plugins versions in ITs

2024-05-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MINVOKER-362. Resolution: Fixed > Use properties from parent for plugins versions in ITs >

Re: [PR] Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.11.0 [maven-invoker-plugin]

2024-05-01 Thread via GitHub
dependabot[bot] commented on PR #230: URL: https://github.com/apache/maven-invoker-plugin/pull/230#issuecomment-2088248602 OK, I won't notify you about version 5.x.x again, unless you re-open this PR. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.11.0 [maven-invoker-plugin]

2024-05-01 Thread via GitHub
dependabot[bot] closed pull request #230: Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.11.0 URL: https://github.com/apache/maven-invoker-plugin/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

Re: [PR] Bump org.mockito:mockito-junit-jupiter from 4.11.0 to 5.11.0 [maven-invoker-plugin]

2024-05-01 Thread via GitHub
slawekjaranowski commented on PR #230: URL: https://github.com/apache/maven-invoker-plugin/pull/230#issuecomment-2088248550 @dependabot ignore this major version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (MINVOKER-362) Use properties from parent for plugins versions in ITs

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842598#comment-17842598 ] ASF GitHub Bot commented on MINVOKER-362: - slawekjaranowski merged PR #229: URL:

Re: [PR] [MINVOKER-362] Use properties from parent for plugins versions in ITs [maven-invoker-plugin]

2024-05-01 Thread via GitHub
slawekjaranowski merged PR #229: URL: https://github.com/apache/maven-invoker-plugin/pull/229 -- 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:

[jira] [Created] (MARTIFACT-66) Upgrade maven resolver version 1.9.18 to 1.9.20

2024-05-01 Thread Zhongming Hua (Jira)
Zhongming Hua created MARTIFACT-66: -- Summary: Upgrade maven resolver version 1.9.18 to 1.9.20 Key: MARTIFACT-66 URL: https://issues.apache.org/jira/browse/MARTIFACT-66 Project: Maven Artifact Plugin

[jira] [Commented] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842597#comment-17842597 ] ASF GitHub Bot commented on MSITE-1000: --- michael-o commented on PR #177: URL:

Re: [PR] [MSITE-1000] Introduce parser configuration parameter [maven-site-plugin]

2024-05-01 Thread via GitHub
michael-o commented on PR #177: URL: https://github.com/apache/maven-site-plugin/pull/177#issuecomment-2088245135 It also fails with: `Error generating maven-plugin-report-plugin:3.12.0:report report:` -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Bump org.apache.maven.resolver:maven-resolver-api from 1.9.18 to 1.9.20 [maven-wrapper]

2024-05-01 Thread via GitHub
CrazyHZM merged PR #136: URL: https://github.com/apache/maven-wrapper/pull/136 -- 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:

[jira] [Commented] (MBUILDCACHE-86) Bugfix and enhancements with the restoration of outputs on disk

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842589#comment-17842589 ] ASF GitHub Bot commented on MBUILDCACHE-86: --- martincekodhima commented on PR #104: URL:

Re: [PR] [MBUILDCACHE-86] bugfix / enhancements restoration of outputs on disk [maven-build-cache-extension]

2024-05-01 Thread via GitHub
martincekodhima commented on PR #104: URL: https://github.com/apache/maven-build-cache-extension/pull/104#issuecomment-2088170053 Thanks everyone!  -- 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

[jira] [Commented] (MSKINS-245) Maven Site 4 will break code highlight of site generated by Markdown

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842581#comment-17842581 ] ASF GitHub Bot commented on MSKINS-245: --- michael-o commented on code in PR #58: URL:

Re: [PR] [MSKINS-245] Add code highlighting class to every combination [maven-fluido-skin]

2024-05-01 Thread via GitHub
michael-o commented on code in PR #58: URL: https://github.com/apache/maven-fluido-skin/pull/58#discussion_r1586012833 ## src/main/resources/META-INF/maven/site.vm: ## @@ -239,7 +239,7 @@ #**##set( $sourceStyle = "prettyprint" ) #* *##end ## -#*

[jira] [Commented] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842573#comment-17842573 ] ASF GitHub Bot commented on MSITE-1000: --- michael-o commented on code in PR #177: URL:

Re: [PR] [MSITE-1000] Introduce parser configuration parameter [maven-site-plugin]

2024-05-01 Thread via GitHub
michael-o commented on code in PR #177: URL: https://github.com/apache/maven-site-plugin/pull/177#discussion_r1585980633 ## src/main/java/org/apache/maven/plugins/site/render/ParserConfiguratorImpl.java: ## @@ -0,0 +1,156 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (MRESOLVER-554) Support configuration of upload/download threads individually

2024-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17842564#comment-17842564 ] ASF GitHub Bot commented on MRESOLVER-554: -- michael-o commented on code in PR #489: URL:

Re: [PR] [MRESOLVER-554] Split thread counts for up and downstream ops [maven-resolver]

2024-05-01 Thread via GitHub
michael-o commented on code in PR #489: URL: https://github.com/apache/maven-resolver/pull/489#discussion_r1585969952 ## maven-resolver-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnector.java: ## @@ -97,15 +100,17 @@ final class