michael-o commented on code in PR #995:
URL: https://github.com/apache/maven/pull/995#discussion_r1102407885
##
maven-embedder/src/main/java/org/apache/maven/cli/RemoteRepositoryConnectionVerifier.java:
##
@@ -0,0 +1,130 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
[
https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686926#comment-17686926
]
ASF GitHub Bot commented on MNG-6869:
-
michael-o commented on code in PR #995:
URL: htt
michael-o commented on PR #995:
URL: https://github.com/apache/maven/pull/995#issuecomment-1425375596
Why not move it into a module within Maven Core which could be no-op of this
default code. It could be easily exchanged?!
--
This is an automated message from the Apache Git Service.
To r
[
https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686927#comment-17686927
]
ASF GitHub Bot commented on MNG-6869:
-
michael-o commented on PR #995:
URL: https://git
[
https://issues.apache.org/jira/browse/MNG-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686928#comment-17686928
]
Michael Osipov commented on MNG-7689:
-
It does not happen with 3.x?
> NPE when calling
[
https://issues.apache.org/jira/browse/MNG-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686799#comment-17686799
]
Michael Osipov edited comment on MNG-7685 at 2/10/23 8:09 AM:
--
[
https://issues.apache.org/jira/browse/MNG-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686929#comment-17686929
]
Michael Osipov commented on MNG-7685:
-
[~nhoj.patrick], I don't understand what you mea
[
https://issues.apache.org/jira/browse/MDEP-844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686930#comment-17686930
]
Michael Osipov commented on MDEP-844:
-
Optional? That is would not appear on the classp
[
https://issues.apache.org/jira/browse/MPIR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686934#comment-17686934
]
Herve Boutemy edited comment on MPIR-374 at 2/10/23 8:18 AM:
-
f
[
https://issues.apache.org/jira/browse/MPIR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686934#comment-17686934
]
Herve Boutemy commented on MPIR-374:
for the record: does not really solve the root cau
[
https://issues.apache.org/jira/browse/MDEP-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MDEP-630:
---
Description:
Hi, when doing a
{code:java}
mvn -e dependency:list
{code}
on a project having the attache
gnodet opened a new pull request, #175:
URL: https://github.com/apache/maven-compiler-plugin/pull/175
- [MCOMPILER-526] Upgrade to parent 39
- [MCOMPILER-526] Reformat
Following this checklist to help us incorporate your
contribution quickly and easily:
- [ ] Make sure t
rmannibucau commented on PR #995:
URL: https://github.com/apache/maven/pull/995#issuecomment-1425415034
@michael-o or just enhance the CLI with a small SPI to enable to add custom
command with extensions so this does not need a noop at all and is purely
optional and in a dedicated module wh
[
https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686945#comment-17686945
]
ASF GitHub Bot commented on MNG-6869:
-
rmannibucau commented on PR #995:
URL: https://g
gnodet closed pull request #106: [MCOMPILER-489] user property support for
multi release output
URL: https://github.com/apache/maven-compiler-plugin/pull/106
--
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
[
https://issues.apache.org/jira/browse/MNG-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686947#comment-17686947
]
Alexey Venderov commented on MNG-7689:
--
No, this is a new functionality, introduced in
psiroky commented on code in PR #173:
URL:
https://github.com/apache/maven-compiler-plugin/pull/173#discussion_r1102441906
##
src/it/setup_annotation-verify-plugin/src/main/java/org.apache.maven.plugins.compiler.it/SourcePathReadGoal.java:
##
@@ -38,15 +38,17 @@
{
@Para
psiroky commented on code in PR #173:
URL:
https://github.com/apache/maven-compiler-plugin/pull/173#discussion_r1102441906
##
src/it/setup_annotation-verify-plugin/src/main/java/org.apache.maven.plugins.compiler.it/SourcePathReadGoal.java:
##
@@ -38,15 +38,17 @@
{
@Para
olamy opened a new pull request, #41:
URL: https://github.com/apache/maven-build-cache-extension/pull/41
Signed-off-by: Olivier Lamy
Following this checklist to help us incorporate your
contribution quickly and easily:
- [ ] Make sure there is a [JIRA
issue](https://issue
olamy commented on code in PR #40:
URL:
https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1102518102
##
src/site/markdown/getting-started.md:
##
@@ -17,58 +17,66 @@
## Getting Started
-To on-board incremental Maven you need to complete several steps
[
https://issues.apache.org/jira/browse/MNG-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686992#comment-17686992
]
Alexey Venderov commented on MNG-7679:
--
[~michael-o] the fix looks good to me. The bui
gnodet opened a new pull request, #176:
URL: https://github.com/apache/maven-compiler-plugin/pull/176
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/MCOMPILER) fil
[
https://issues.apache.org/jira/browse/MCOMPILER-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet reassigned MCOMPILER-523:
-
Assignee: Guillaume Nodet
> MCOMPILER-481 IT fails with Maven 3.9.0
> ---
psiroky commented on PR #173:
URL:
https://github.com/apache/maven-compiler-plugin/pull/173#issuecomment-1425558840
The failed test is `MCOMPILER-481-requires-static-included`, which seems to
a [known
issue](https://issues.apache.org/jira/browse/MCOMPILER-481?focusedCommentId=17679050&page
psiroky commented on code in PR #176:
URL:
https://github.com/apache/maven-compiler-plugin/pull/176#discussion_r1102558530
##
.github/workflows/maven-verify.yml:
##
@@ -30,4 +30,4 @@ jobs:
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft",
"adopt-openj9" ]'
psiroky commented on PR #175:
URL:
https://github.com/apache/maven-compiler-plugin/pull/175#issuecomment-1425566607
Yes, please! Thank you for this change. `` the old style was
really hurting my eyes ``
--
This is an automated message from the Apache Git Service.
To respond to the messag
olamy commented on code in PR #176:
URL:
https://github.com/apache/maven-compiler-plugin/pull/176#discussion_r1102564960
##
.github/workflows/maven-verify.yml:
##
@@ -30,4 +30,4 @@ jobs:
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft",
"adopt-openj9" ]'
gnodet commented on code in PR #176:
URL:
https://github.com/apache/maven-compiler-plugin/pull/176#discussion_r1102572585
##
.github/workflows/maven-verify.yml:
##
@@ -30,4 +30,4 @@ jobs:
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft",
"adopt-openj9" ]'
gnodet commented on code in PR #176:
URL:
https://github.com/apache/maven-compiler-plugin/pull/176#discussion_r1102577554
##
.github/workflows/maven-verify.yml:
##
@@ -30,4 +30,4 @@ jobs:
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft",
"adopt-openj9" ]'
jorsol commented on PR #172:
URL:
https://github.com/apache/maven-compiler-plugin/pull/172#issuecomment-1425621531
> I have a hard time understanding the exact change that fixes the problem.
Ok, sure, the fix for this issue is trivial, so I undo all the refactoring
and only provide t
mikomatic opened a new issue, #788:
URL: https://github.com/apache/maven-mvnd/issues/788
Hello team and thank you for the great project !
It would be great to have a version supporting Maven 3.9.0
(https://maven.apache.org/docs/3.9.0/release-notes.html) before targeting
4.0.0. (which
slachiewicz commented on PR #175:
URL:
https://github.com/apache/maven-invoker-plugin/pull/175#issuecomment-1425663735
@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
URL abov
dependabot[bot] closed pull request #175: Bump mockito-core from 4.10.0 to 5.1.1
URL: https://github.com/apache/maven-invoker-plugin/pull/175
--
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 speci
dependabot[bot] commented on PR #175:
URL:
https://github.com/apache/maven-invoker-plugin/pull/175#issuecomment-1425663798
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 messag
elharo commented on PR #383:
URL: https://github.com/apache/maven-site/pull/383#issuecomment-1425664668
CI looks broken:
```
[Pipeline] End of Pipeline
Timeout has been exceeded
Timeout has been exceeded
[GitHub Checks] Causes for no suitable publisher found:
slachiewicz merged PR #383:
URL: https://github.com/apache/maven-site/pull/383
--
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.
gnodet commented on issue #788:
URL: https://github.com/apache/maven-mvnd/issues/788#issuecomment-1425736454
See https://github.com/apache/maven-mvnd/tree/mvnd-0.10.x ...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
gnodet commented on issue #787:
URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1425752979
That's a good question. I think `mvnd` should become _just another_ maven
installation, rather than a separate project. So that people can switch
between stock mvn or mvnd, just lik
[
https://issues.apache.org/jira/browse/SUREFIRE-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687058#comment-17687058
]
Andreas Pabst commented on SUREFIRE-2143:
-
I can confirm that it is a regressi
rfscholte commented on code in PR #995:
URL: https://github.com/apache/maven/pull/995#discussion_r1102729377
##
maven-embedder/src/main/java/org/apache/maven/cli/MavenStatusCommand.java:
##
@@ -0,0 +1,217 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
[
https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687063#comment-17687063
]
ASF GitHub Bot commented on MNG-6869:
-
rfscholte commented on code in PR #995:
URL: htt
psiroky commented on PR #176:
URL:
https://github.com/apache/maven-compiler-plugin/pull/176#issuecomment-1425767710
Looks good to me ( I can't of course formally approve or so).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
rmannibucau commented on code in PR #995:
URL: https://github.com/apache/maven/pull/995#discussion_r1102733350
##
maven-embedder/src/main/java/org/apache/maven/cli/MavenStatusCommand.java:
##
@@ -0,0 +1,217 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+
[
https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687065#comment-17687065
]
ASF GitHub Bot commented on MNG-6869:
-
rmannibucau commented on code in PR #995:
URL: h
[
https://issues.apache.org/jira/browse/SUREFIRE-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687086#comment-17687086
]
Michael Osipov commented on SUREFIRE-2143:
--
This would be great. @olamy, do y
dependabot[bot] opened a new pull request, #193:
URL: https://github.com/apache/maven-plugin-tools/pull/193
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2.
Release notes
Sourced from https://github.com/junit-team/junit5/releases";>junit-bom's
releases.
gnodet commented on issue #787:
URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1425881660
> As an `sdk` user, I for one prefer the previous (0.8.2) situation: `maven`
package provides the `mvn` binary, and `mvnd` package provides the `mvnd`
binary. I wish for both to be t
gnodet closed pull request #131: Bump plexus-utils from 1.1 to 3.0.16 in
/src/it/script-class-loading
URL: https://github.com/apache/maven-invoker-plugin/pull/131
--
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
dependabot[bot] commented on PR #131:
URL:
https://github.com/apache/maven-invoker-plugin/pull/131#issuecomment-1425902547
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor
Guillaume Nodet created MINVOKER-324:
Summary: Fix Temporary File Information Disclosure Vulnerability
Key: MINVOKER-324
URL: https://issues.apache.org/jira/browse/MINVOKER-324
Project: Maven Invok
gnodet merged PR #152:
URL: https://github.com/apache/maven-invoker-plugin/pull/152
--
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...@m
[
https://issues.apache.org/jira/browse/MINVOKER-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MINVOKER-324.
Fix Version/s: 3.5.0
Assignee: Guillaume Nodet
Resolution: Fixed
> Fix Te
gnodet merged PR #176:
URL: https://github.com/apache/maven-invoker-plugin/pull/176
--
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...@m
Guillaume Nodet created MINVOKER-325:
Summary: Upgrade to groovy 4.0.9
Key: MINVOKER-325
URL: https://issues.apache.org/jira/browse/MINVOKER-325
Project: Maven Invoker Plugin
Issue Type:
Guillaume Nodet created MINVOKER-326:
Summary: Bump doxia-sink-api from 1.11.1 to 1.12.0
Key: MINVOKER-326
URL: https://issues.apache.org/jira/browse/MINVOKER-326
Project: Maven Invoker Plugin
[
https://issues.apache.org/jira/browse/MINVOKER-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MINVOKER-325.
Fix Version/s: 3.5.0
Assignee: Guillaume Nodet
Resolution: Fixed
> Upgrad
gnodet merged PR #166:
URL: https://github.com/apache/maven-invoker-plugin/pull/166
--
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...@m
[
https://issues.apache.org/jira/browse/MINVOKER-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MINVOKER-326.
Fix Version/s: 3.5.0
Assignee: Guillaume Nodet
Resolution: Fixed
> Bump d
Guillaume Nodet created MINVOKER-327:
Summary: Upgrade to parent 39
Key: MINVOKER-327
URL: https://issues.apache.org/jira/browse/MINVOKER-327
Project: Maven Invoker Plugin
Issue Type: Dep
[
https://issues.apache.org/jira/browse/MINVOKER-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MINVOKER-327:
-
Description: Done in https://github.com/apache/maven-invoker-plugin/pull/157
> Upgrade
[
https://issues.apache.org/jira/browse/MINVOKER-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MINVOKER-327.
Fix Version/s: 3.5.0
Assignee: Olivier Lamy
Resolution: Fixed
> Upgrade t
[
https://issues.apache.org/jira/browse/MINVOKER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MINVOKER-307:
-
Fix Version/s: (was: 3.5.0)
> invoker should also support the @{ } syntax like the
Pavlo Shevchenko created SUREFIRE-2148:
--
Summary: Build fails if retried test classes failed during setup
Key: SUREFIRE-2148
URL: https://issues.apache.org/jira/browse/SUREFIRE-2148
Project: Maven
[
https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavlo Shevchenko updated SUREFIRE-2148:
---
Description:
*Summary*
If a JUnit5 test class fails during setup and succeeds on
[
https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavlo Shevchenko updated SUREFIRE-2148:
---
Description:
*Summary*
If a JUnit5 test class fails during setup and succeeds on
[
https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavlo Shevchenko updated SUREFIRE-2148:
---
Description:
*Summary*
If a JUnit5 test class fails during setup and succeeds on
[
https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavlo Shevchenko updated SUREFIRE-2148:
---
Description:
*Summary*
If a JUnit5 test class fails during setup and succeeds on
[
https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavlo Shevchenko updated SUREFIRE-2148:
---
Description:
*Summary*
If a JUnit5 test class fails during setup and succeeds on
marc0der commented on issue #787:
URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1425986184
@gnodet the problem isn't really with the behaviour of your script, but
rather with the fact that your `mvn` script clobbers the real `mvn` provided by
Maven. There can only be one
gnodet commented on issue #787:
URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1426002104
> @gnodet the problem isn't really with the behaviour of your script, but
rather with the fact that your `mvn` script clobbers the real `mvn` provided by
Maven. There can only be one
gnodet merged PR #176:
URL: https://github.com/apache/maven-compiler-plugin/pull/176
--
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/MCOMPILER-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MCOMPILER-523.
-
Fix Version/s: 3.11.0
Resolution: Fixed
> MCOMPILER-481 IT fails with Maven 3.9
gnodet merged PR #187:
URL: https://github.com/apache/maven-plugin-tools/pull/187
--
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...@mav
[
https://issues.apache.org/jira/browse/MPLUGIN-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687141#comment-17687141
]
ASF GitHub Bot commented on MPLUGIN-448:
gnodet merged PR #187:
URL: https://git
[
https://issues.apache.org/jira/browse/MPLUGIN-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MPLUGIN-448.
---
Assignee: Guillaume Nodet
Resolution: Fixed
> "Executes as an aggregator plugin" docum
mthmulders commented on issue #787:
URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1426036326
> That's why I think mvnd may be better advertised as a maven distribution
instead of being advertised as a separate project.
While this is an approach that may work with S
vfedoriv commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1426072971
@cstamas So where/what changes do you suggest?
Maybe better if I close this pr and you will do the necessary changes
yourself, because you are definitely more familiar with this
y-higuchi commented on issue #787:
URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1426172404
Not a homebrew expert, but mvnd formula probably need to declare that it
conflicts with maven formula or declare it as keg_only so that it does not try
to symlink (=don't try to s
[
https://issues.apache.org/jira/browse/MNG-7607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7607:
Fix Version/s: 4.0.0-alpha-3
(was: 4.0.x-candidate)
> Add Transport to new Imm
[
https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7622:
Fix Version/s: 4.0.0
(was: 4.0.x-candidate)
> Reimplement Consumer POM feature
[
https://issues.apache.org/jira/browse/MNG-7608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7608:
Fix Version/s: 4.0.0-alpha-3
(was: 4.0.x-candidate)
> Make Resolver native tra
[
https://issues.apache.org/jira/browse/MNG-7608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov reassigned MNG-7608:
---
Assignee: Tamas Cservenak
> Make Resolver native transport the default in Maven
>
[
https://issues.apache.org/jira/browse/MNG-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7648:
Affects Version/s: 3.8.7
> Generated model reader is not setting location information
> -
ahus1 commented on PR #37:
URL:
https://github.com/apache/maven-build-cache-extension/pull/37#issuecomment-1426353520
I'm happy to see those approvals above. Once this is merged and available as
a release (even a pre-release), I'll be able to canary-test this with some
users on our project
[
https://issues.apache.org/jira/browse/MBUILDCACHE-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687290#comment-17687290
]
ASF GitHub Bot commented on MBUILDCACHE-37:
---
ahus1 commented on PR #37:
URL
85 matches
Mail list logo