cstamas opened a new pull request, #967:
URL: https://github.com/apache/maven-mvnd/pull/967
Changes:
* update maven-wrapper to 3.3.0
* do not override parent versions
* use properties where appropriate
--
This is an automated message from the Apache Git Service.
To respond to the
cstamas closed pull request #956: Make our lives simpler: mvnd is Java17
URL: https://github.com/apache/maven-mvnd/pull/956
--
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 u
cstamas closed issue #954: Make mvnd Java17
URL: https://github.com/apache/maven-mvnd/issues/954
--
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-
cstamas commented on PR #956:
URL: https://github.com/apache/maven-mvnd/pull/956#issuecomment-2071611702
Agreed, closing this one out
--
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
cstamas merged PR #967:
URL: https://github.com/apache/maven-mvnd/pull/967
--
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.apac
dependabot[bot] commented on PR #961:
URL: https://github.com/apache/maven-mvnd/pull/961#issuecomment-2071620657
Looks like org.junit.jupiter:junit-jupiter is up-to-date now, so this is no
longer needed.
--
This is an automated message from the Apache Git Service.
To respond to the messag
dependabot[bot] closed pull request #961: Bump org.junit.jupiter:junit-jupiter
from 5.7.0 to 5.10.2
URL: https://github.com/apache/maven-mvnd/pull/961
--
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
dependabot[bot] commented on PR #964:
URL: https://github.com/apache/maven-mvnd/pull/964#issuecomment-2071620745
Looks like org.junit.jupiter:junit-jupiter-params is up-to-date now, so this
is no longer needed.
--
This is an automated message from the Apache Git Service.
To respond to the
cstamas commented on code in PR #967:
URL: https://github.com/apache/maven-mvnd/pull/967#discussion_r1575779152
##
.mvn/wrapper/maven-wrapper.properties:
##
@@ -6,13 +6,12 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a cop
gnodet commented on code in PR #967:
URL: https://github.com/apache/maven-mvnd/pull/967#discussion_r1575778108
##
.mvn/wrapper/maven-wrapper.properties:
##
@@ -6,13 +6,12 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy
gnodet commented on code in PR #953:
URL: https://github.com/apache/maven-mvnd/pull/953#discussion_r1575782068
##
client/src/main/java/org/mvndaemon/mvnd/client/DaemonParameters.java:
##
@@ -491,16 +491,22 @@ private static List
readCoreExtensionsDescriptor(Path multiModule
dependabot[bot] closed pull request #964: Bump
org.junit.jupiter:junit-jupiter-params from 5.7.0 to 5.10.2
URL: https://github.com/apache/maven-mvnd/pull/964
--
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 t
gzvincen opened a new issue, #968:
URL: https://github.com/apache/maven-mvnd/issues/968
maven-git-versioning-extension
```xml
me.qoomon
maven-git-versioning-extension
9.7.0
```
I want to disable maven-git-version-extension with the
`-Dversion.disable
cstamas opened a new pull request, #969:
URL: https://github.com/apache/maven-mvnd/pull/969
The "happy path" should happen without anything thrown, unsure why here
runtime ex is rethrown, others swallowed.
Fixes #957
Fixes #968
--
This is an automated message from the Apache Git
cstamas merged PR #969:
URL: https://github.com/apache/maven-mvnd/pull/969
--
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.apac
cstamas closed issue #966: Mvnd should fail is extension cannot be loaded
URL: https://github.com/apache/maven-mvnd/issues/966
--
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.
T
cstamas closed issue #966: Mvnd should fail is extension cannot be loaded
URL: https://github.com/apache/maven-mvnd/issues/966
--
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.
T
cstamas closed issue #957: mvnd happily fails to load extension and continues on
URL: https://github.com/apache/maven-mvnd/issues/957
--
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 comm
cstamas commented on code in PR #953:
URL: https://github.com/apache/maven-mvnd/pull/953#discussion_r1575828803
##
integration-tests/src/test/projects/maven-conf-ignore-ext-def/pom.xml:
##
@@ -0,0 +1,27 @@
+
[
https://issues.apache.org/jira/browse/MCOMPILER-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17839995#comment-17839995
]
ASF GitHub Bot commented on MCOMPILER-515:
--
desruisseaux commented on PR #160
desruisseaux commented on PR #160:
URL:
https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-2071683447
> remove plexus-compiler layer but what about other compilers?
`javax.tools.JavaCompiler` is an interface. From a quick search on internet,
I think (but did not ve
rmannibucau commented on PR #160:
URL:
https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-2071704037
@desruisseaux +1 to drop plexus but also +1 to keep the current incremental
feature support by default - whatever name is given if incremental is not
considered accurate.
[
https://issues.apache.org/jira/browse/MCOMPILER-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1783#comment-1783
]
ASF GitHub Bot commented on MCOMPILER-515:
--
rmannibucau commented on PR #160:
Patrick Mackinlay created MNG-8104:
--
Summary: proxy settings ignored for dependencies
Key: MNG-8104
URL: https://issues.apache.org/jira/browse/MNG-8104
Project: Maven
Issue Type: Bug
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840021#comment-17840021
]
Tamas Cservenak commented on MNG-8104:
--
Is this issue about m-dependency-p plugin or M
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840025#comment-17840025
]
Patrick Mackinlay commented on MNG-8104:
Its about the full maven 3.9.6 release, in
cstamas commented on PR #953:
URL: https://github.com/apache/maven-mvnd/pull/953#issuecomment-2071802629
Unsure why ubuntu failed, win passed locally also passed w/ same CLI
params as CI invoked :thinking:
--
This is an automated message from the Apache Git Service.
To respond to the
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840029#comment-17840029
]
Tamas Cservenak commented on MNG-8104:
--
Can you tell us a bit more info? We talk about
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840033#comment-17840033
]
Patrick Mackinlay commented on MNG-8104:
Its a vanilla install of maven 3.9.6, with
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840046#comment-17840046
]
Tamas Cservenak commented on MNG-8104:
--
And what kind of error you have?
> proxy sett
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840048#comment-17840048
]
Tamas Cservenak commented on MNG-8104:
--
Created a reproducer [https://github.com/cstam
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Cservenak updated MNG-8104:
-
Attachment: image-2024-04-23-12-02-38-218.png
> proxy settings ignored for dependencies
> -
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Mackinlay updated MNG-8104:
---
Attachment: settings.xml
> proxy settings ignored for dependencies
> --
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840053#comment-17840053
]
Tamas Cservenak commented on MNG-8104:
--
Ok I think I got it. This issue is not about M
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840056#comment-17840056
]
Tamas Cservenak edited comment on MNG-8104 at 4/23/24 10:35 AM:
-
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840056#comment-17840056
]
Tamas Cservenak commented on MNG-8104:
--
As a workaround, you can try
{noformat}
eu.mav
gnodet commented on PR #160:
URL:
https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-2071969652
> > remove plexus-compiler layer but what about other compilers?
>
> `javax.tools.JavaCompiler` is an interface. From a quick search on
internet, I think (but did not ve
[
https://issues.apache.org/jira/browse/MCOMPILER-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840059#comment-17840059
]
ASF GitHub Bot commented on MCOMPILER-515:
--
gnodet commented on PR #160:
URL:
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840064#comment-17840064
]
Patrick Mackinlay commented on MNG-8104:
Its not just "dependency:get". I used depe
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840064#comment-17840064
]
Patrick Mackinlay edited comment on MNG-8104 at 4/23/24 11:04 AM:
---
desruisseaux commented on PR #160:
URL:
https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-2072026430
The use of Eclipse compiler would not be mandated. If no tool chain or
`compilerId` parameter is specified, the plugin uses whatever compiler is
returned by `ToolProvide
[
https://issues.apache.org/jira/browse/MCOMPILER-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840067#comment-17840067
]
ASF GitHub Bot commented on MCOMPILER-515:
--
desruisseaux commented on PR #160
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840070#comment-17840070
]
Tamas Cservenak commented on MNG-8104:
--
When you say "build fails", what error you get
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840074#comment-17840074
]
Patrick Mackinlay commented on MNG-8104:
an error like
[ERROR] Failed to execute g
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840089#comment-17840089
]
Tamas Cservenak commented on MNG-8104:
--
Yes, but this is clearly m-dependency-p issue,
[
https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840090#comment-17840090
]
Tamas Cservenak commented on MNG-8104:
--
One more question: you say 3.9.2 "works" and 3
gnodet merged PR #1449:
URL: https://github.com/apache/maven/pull/1449
--
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
[
https://issues.apache.org/jira/browse/MNG-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet reassigned MNG-8082:
Assignee: Guillaume Nodet
> Exceptions of proxied SessionScoped components are not working c
[
https://issues.apache.org/jira/browse/MNG-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet reassigned MNG-8038:
Assignee: Guillaume Nodet
> Model builder API
> -
>
> Key: M
[
https://issues.apache.org/jira/browse/MNG-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840092#comment-17840092
]
ASF GitHub Bot commented on MNG-8082:
-
gnodet merged PR #1449:
URL: https://github.com/
[
https://issues.apache.org/jira/browse/MNG-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MNG-8082.
Fix Version/s: 4.0.0-alpha-14
Resolution: Fixed
> Exceptions of proxied SessionScoped componen
[
https://issues.apache.org/jira/browse/MNG-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MNG-8038.
Fix Version/s: (was: 4.0.0)
Resolution: Fixed
> Model builder API
> -
>
>
gnodet merged PR #1479:
URL: https://github.com/apache/maven/pull/1479
--
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
gnodet commented on code in PR #953:
URL: https://github.com/apache/maven-mvnd/pull/953#discussion_r1576253478
##
common/src/main/java/org/mvndaemon/mvnd/common/Environment.java:
##
@@ -224,7 +224,7 @@ public enum Environment {
null,
"io.takari.maven:ta
Guillaume Nodet created MNG-8105:
Summary: Upgrade to JLine 3.26.0
Key: MNG-8105
URL: https://issues.apache.org/jira/browse/MNG-8105
Project: Maven
Issue Type: Dependency upgrade
[
https://issues.apache.org/jira/browse/MNG-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-8025:
-
Fix Version/s: 4.0.0
> API incompatibility with m-remote-resources-p
>
gnodet merged PR #1478:
URL: https://github.com/apache/maven/pull/1478
--
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
[
https://issues.apache.org/jira/browse/MNG-8105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MNG-8105.
Fix Version/s: 4.0.0
Resolution: Fixed
> Upgrade to JLine 3.26.0
> ---
>
>
[
https://issues.apache.org/jira/browse/MNG-8105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840104#comment-17840104
]
ASF GitHub Bot commented on MNG-8105:
-
gnodet merged PR #1478:
URL: https://github.com/
[
https://issues.apache.org/jira/browse/MNG-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MNG-8025.
Resolution: Fixed
> API incompatibility with m-remote-resources-p
> -
gnodet merged PR #1467:
URL: https://github.com/apache/maven/pull/1467
--
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
[
https://issues.apache.org/jira/browse/MNG-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840103#comment-17840103
]
ASF GitHub Bot commented on MNG-8025:
-
gnodet merged PR #1467:
URL: https://github.com/
gnodet merged PR #1476:
URL: https://github.com/apache/maven/pull/1476
--
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
[
https://issues.apache.org/jira/browse/MNG-8102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840105#comment-17840105
]
ASF GitHub Bot commented on MNG-8102:
-
gnodet merged PR #1476:
URL: https://github.com/
[
https://issues.apache.org/jira/browse/MNG-8102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MNG-8102.
Fix Version/s: 4.0.0
Resolution: Fixed
> Upgrade Parent to 42
>
>
>
michael-o commented on PR #150:
URL:
https://github.com/apache/maven-doxia-sitetools/pull/150#issuecomment-2072373572
I will run our plugins and see how it goes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840110#comment-17840110
]
ASF GitHub Bot commented on DOXIASITETOOLS-336:
---
michael-o commente
slawekjaranowski merged PR #334:
URL: https://github.com/apache/maven-integration-testing/pull/334
--
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: issue
michael-o commented on PR #150:
URL:
https://github.com/apache/maven-doxia-sitetools/pull/150#issuecomment-2072684521
@kwin Just ran:
```
osipovmi@deblndw011x:~/var/Projekte/maven-project-info-reports-plugin
(doxia-2.0.0 *=)
$ git diff -U0
diff --git a/pom.xml b/pom.xml
index
[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840135#comment-17840135
]
ASF GitHub Bot commented on DOXIASITETOOLS-336:
---
michael-o commente
[
https://issues.apache.org/jira/browse/MNG-8103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840141#comment-17840141
]
ASF GitHub Bot commented on MNG-8103:
-
slawekjaranowski merged PR #1475:
URL: https://g
slawekjaranowski merged PR #1475:
URL: https://github.com/apache/maven/pull/1475
--
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...@mave
[
https://issues.apache.org/jira/browse/MNG-8103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski closed MNG-8103.
Fix Version/s: 4.0.0
Resolution: Fixed
> Upgrade default plugin bindings
> ---
[
https://issues.apache.org/jira/browse/MCOMPILER-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840161#comment-17840161
]
Mikhail Deviatov commented on MCOMPILER-588:
[~sjaranowski] hi! Could you
asfgit closed pull request #150: [DOXIASITETOOLS-336] Make
SiteRenderingContext#siteDirectories editab…
URL: https://github.com/apache/maven-doxia-sitetools/pull/150
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
asfgit merged PR #150:
URL: https://github.com/apache/maven-doxia-sitetools/pull/150
--
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...@
[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840194#comment-17840194
]
ASF GitHub Bot commented on DOXIASITETOOLS-336:
---
asfgit merged PR #
[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840193#comment-17840193
]
ASF GitHub Bot commented on DOXIASITETOOLS-336:
---
asfgit closed pull
[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed DOXIASITETOOLS-336.
-
Resolution: Fixed
Fixed with
[f76b6608ef1084cb125a8ab5e351af8f7022c92a|h
[
https://issues.apache.org/jira/browse/DOXIA-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated DOXIA-730:
-
Fix Version/s: (was: 2.0.0)
(was: 2.0.0-M10)
> Update Asciidoctor Doxia
[
https://issues.apache.org/jira/browse/DOXIA-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated DOXIA-730:
-
Component/s: Documentation
> Update Asciidoctor Doxia Modules in doxia-site
>
[
https://issues.apache.org/jira/browse/MSHARED-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSHARED-1361:
Description:
* Upgrade to Doxia 2.0.0-M10
* Upgrade to Doxia Sitetools 2.0.0-M18
* Upgrad
[
https://issues.apache.org/jira/browse/MSHARED-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSHARED-1361:
Description:
* Upgrade to Doxia 2.0.0-M11
* Upgrade to Doxia Sitetools 2.0.0-M18
* Upgrad
[
https://issues.apache.org/jira/browse/MSHADE-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MSHADE-471:
-
Summary: still timestamp issues with timezones (DST) (was: still timestamp
issues with timezones
slawekjaranowski merged PR #381:
URL: https://github.com/apache/maven-dependency-plugin/pull/381
--
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-
[
https://issues.apache.org/jira/browse/MDEP-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski closed MDEP-925.
Resolution: Fixed
> Require Maven 3.6.3
> ---
>
> Key: MDEP-9
[
https://issues.apache.org/jira/browse/MDEP-925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840207#comment-17840207
]
ASF GitHub Bot commented on MDEP-925:
-
slawekjaranowski merged PR #381:
URL: https://gi
[
https://issues.apache.org/jira/browse/MSHARED-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSHARED-1362:
Description:
* Upgrade to Maven Site Plugin 4.0.0-M13
* Upgrade to Doxia 2.0.0-M10
* Upgr
[
https://issues.apache.org/jira/browse/MSITE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSITE-1003:
--
Description:
* Upgrade to Doxia 2.0.0-M10
* Upgrade to Doxia Sitetools 2.0.0-M18
* Upgrade to M
[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz updated DOXIASITETOOLS-321:
Summary: Upgrade htmlunit 2.x to 3.x (was: Upgrade htmlunit
gnodet commented on PR #1446:
URL: https://github.com/apache/maven/pull/1446#issuecomment-2073420753
@mbenson I've rebased the PR and ported it to the new v4 model builder,
please have a look
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
[
https://issues.apache.org/jira/browse/MDEP-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski updated MDEP-924:
-
Component/s: list-classes
> Get rid of maven-artifact-transfer from list-classes goal
> ---
[
https://issues.apache.org/jira/browse/MNG-8081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840226#comment-17840226
]
ASF GitHub Bot commented on MNG-8081:
-
gnodet commented on PR #1446:
URL: https://githu
[
https://issues.apache.org/jira/browse/MDEP-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840227#comment-17840227
]
ASF GitHub Bot commented on MDEP-924:
-
slawekjaranowski opened a new pull request, #382
slawekjaranowski opened a new pull request, #382:
URL: https://github.com/apache/maven-dependency-plugin/pull/382
https://issues.apache.org/jira/browse/MDEP-924
--
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
[
https://issues.apache.org/jira/browse/MBUILDCACHE-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840231#comment-17840231
]
ASF GitHub Bot commented on MBUILDCACHE-88:
---
olamy commented on PR #147:
UR
olamy commented on PR #147:
URL:
https://github.com/apache/maven-build-cache-extension/pull/147#issuecomment-2073450704
Thanks for this.
To be sure this is tested maybe you could add build on jdk21 for both GHA
and Jenkins.
Thanks
--
This is an automated message from the Apache Git
[
https://issues.apache.org/jira/browse/MDEP-923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840236#comment-17840236
]
ASF GitHub Bot commented on MDEP-923:
-
slawekjaranowski opened a new pull request, #383
dependabot[bot] opened a new pull request, #385:
URL: https://github.com/apache/maven-dependency-plugin/pull/385
Bumps `mavenVersion` from 3.6.3 to 3.9.6.
Updates `org.apache.maven:maven-artifact` from 3.6.3 to 3.9.6
Release notes
Sourced from https://github.com/apache/maven/rele
dependabot[bot] opened a new pull request, #384:
URL: https://github.com/apache/maven-dependency-plugin/pull/384
Bumps `resolverVersion` from 1.4.1 to 1.9.19.
Updates `org.apache.maven.resolver:maven-resolver-api` from 1.4.1 to 1.9.19
Release notes
Sourced from https://github.com
1 - 100 of 108 matches
Mail list logo