slawekjaranowski commented on code in PR #2171:
URL: https://github.com/apache/maven/pull/2171#discussion_r2007273299
##
apache-maven/src/bin/mvn:
##
@@ -196,9 +196,16 @@ export MAVEN_PROJECTBASEDIR
MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
export MAVEN_CMD_LINE_ARGS
+# MNG-824
Bukama commented on PR #739:
URL: https://github.com/apache/maven-site/pull/739#issuecomment-274375
> Please also change the mvnd 2.x links
oh sure. Didn't pay attention to those. Updated
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
elharo opened a new pull request, #2210:
URL: https://github.com/apache/maven/pull/2210
(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:
dependabot[bot] opened a new pull request, #258:
URL: https://github.com/apache/maven-archetype/pull/258
Bumps
[org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 43
to 44.
Release notes
Sourced from https://github.com/apache/maven-parent/releases";>org.ap
jira-importer commented on issue #166:
URL:
https://github.com/apache/maven-deploy-plugin/issues/166#issuecomment-2771511808
**[Robert
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)**
commented
Fixed in [r1422245](http://svn.apache.org/viewvc?rev=142
jira-importer commented on issue #161:
URL:
https://github.com/apache/maven-deploy-plugin/issues/161#issuecomment-2771511405
**[Robert
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)**
commented
This is most likely a Maven core issue. Which version wa
jira-importer commented on issue #161:
URL:
https://github.com/apache/maven-deploy-plugin/issues/161#issuecomment-2771511410
**[Manfred
Schürhoff](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=manfredjs)**
commented
We also used version 2.2.1 of Maven.
But since I r
jira-importer commented on issue #210:
URL:
https://github.com/apache/maven-deploy-plugin/issues/210#issuecomment-2771515337
**[Allan Q.
Ramirez](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=aramirez)**
commented
for review.. not sure if i got it right :)
--
Th
jira-importer commented on issue #161:
URL:
https://github.com/apache/maven-deploy-plugin/issues/161#issuecomment-2771511417
**[Robert
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)**
commented
Upgrading to a more recent version of Maven seems to be
fslevoaca-ionos commented on PR #815:
URL: https://github.com/apache/maven-surefire/pull/815#issuecomment-2765804867
> > Failed tests are no longer displayed inside
`target/surefire-reports/report.txt/xml` Possible the fix for current issue
would have introduced this critical regression bug
[
https://issues.apache.org/jira/browse/SUREFIRE-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940092#comment-17940092
]
Pavlo Shevchenko commented on SUREFIRE-2298:
This change also breaks the r
Bukama opened a new pull request, #752:
URL: https://github.com/apache/maven-site/pull/752
Also small rephrasing to the recommendation to not use clean install for
regular builds.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
manolo commented on PR #37:
URL: https://github.com/apache/maven-help-plugin/pull/37#issuecomment-2777913931
any ETA for this to be available soon?
--
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
[
https://issues.apache.org/jira/browse/MPH-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940904#comment-17940904
]
ASF GitHub Bot commented on MPH-183:
manolo commented on PR #37:
URL: https://github.com
gnodet closed pull request #2235: Create Temp pull
URL: https://github.com/apache/maven/pull/2235
--
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
olamy opened a new pull request, #828:
URL: https://github.com/apache/maven-surefire/pull/828
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://issues.apache.or
[
https://issues.apache.org/jira/browse/SUREFIRE-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940920#comment-17940920
]
Olivier Lamy commented on SUREFIRE-2298:
I have started a fix with this PR
[h
marcphilipp commented on code in PR #828:
URL: https://github.com/apache/maven-surefire/pull/828#discussion_r2028462236
##
surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire2298IT.java:
##
@@ -0,0 +1,81 @@
+/*
+ * Licensed to the Apache Software Foundation (
olamy commented on code in PR #828:
URL: https://github.com/apache/maven-surefire/pull/828#discussion_r2028468255
##
surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire2298IT.java:
##
@@ -0,0 +1,81 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
[
https://issues.apache.org/jira/browse/MNG-8471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940953#comment-17940953
]
Raghuram edited comment on MNG-8471 at 4/4/25 12:02 PM:
On my Macbo
marcphilipp commented on code in PR #828:
URL: https://github.com/apache/maven-surefire/pull/828#discussion_r2028694671
##
surefire-providers/surefire-junit-platform/src/main/java/org/apache/maven/surefire/junitplatform/RunListenerAdapter.java:
##
@@ -216,11 +217,25 @@ private S
Volkan Yazici created MWRAPPER-161:
--
Summary: Fails to run when executed using `sh`
Key: MWRAPPER-161
URL: https://issues.apache.org/jira/browse/MWRAPPER-161
Project: Maven Wrapper
Issue Typ
[
https://issues.apache.org/jira/browse/MNG-8672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940890#comment-17940890
]
Alexis Tual commented on MNG-8672:
--
I've fixed the bug description to reflect what we see
gnodet opened a new pull request, #2233:
URL: https://github.com/apache/maven/pull/2233
JIRA issue: [MNG-8674](https://issues.apache.org/jira/browse/MNG-8674)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
Guillaume Nodet created MNG-8675:
Summary: Correctly deprecate Resource in the model
Key: MNG-8675
URL: https://issues.apache.org/jira/browse/MNG-8675
Project: Maven
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/MNG-8674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet reassigned MNG-8674:
Assignee: Guillaume Nodet
> Get rid of Resource#mergeId which comes from Maven 2 and is not
desruisseaux commented on issue #321:
URL:
https://github.com/apache/maven-compiler-plugin/issues/321#issuecomment-2777929646
Thanks for the investigation, and thanks for testing the plugin snapshot as
well. Should we close this issue?
--
This is an automated message from the Apache Git
desruisseaux commented on code in PR #2232:
URL: https://github.com/apache/maven/pull/2232#discussion_r2028358504
##
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java:
##
@@ -50,7 +49,7 @@ default Path directory() {
* The default implementation returns
gnodet commented on code in PR #1285:
URL: https://github.com/apache/maven-mvnd/pull/1285#discussion_r2028359494
##
build/publish-on-homebrew.sh:
##
@@ -34,6 +34,8 @@
darwinArmZipUrl="https://downloads.apache.org/maven/mvnd/${VERSION}/maven-mvnd-$
darwinArmSha256="$(curl -L --
gnodet merged PR #2226:
URL: https://github.com/apache/maven/pull/2226
--
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-8637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MNG-8637.
Resolution: Fixed
> Pull out "Standalone API" from UTs
> --
>
>
[
https://issues.apache.org/jira/browse/MNG-8672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexis Tual updated MNG-8672:
-
Description:
When executing this command line:
{code:java}
placeholder=foo mvn clean verify '-DsomeProp=
[
https://issues.apache.org/jira/browse/MRESOLVER-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Cservenak reassigned MRESOLVER-569:
-
Assignee: Tamas Cservenak
> DependencyCollectionException.getResult().getExce
gnodet commented on code in PR #2232:
URL: https://github.com/apache/maven/pull/2232#discussion_r2028387183
##
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java:
##
@@ -50,7 +49,7 @@ default Path directory() {
* The default implementation returns an emp
desruisseaux commented on code in PR #2232:
URL: https://github.com/apache/maven/pull/2232#discussion_r2028395404
##
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java:
##
@@ -50,7 +49,7 @@ default Path directory() {
* The default implementation returns
meet1108 opened a new pull request, #2235:
URL: https://github.com/apache/maven/pull/2235
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/MNG) filed
for th
desruisseaux commented on code in PR #2232:
URL: https://github.com/apache/maven/pull/2232#discussion_r2028405757
##
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java:
##
@@ -50,7 +49,7 @@ default Path directory() {
* The default implementation returns
[
https://issues.apache.org/jira/browse/MNG-8471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940953#comment-17940953
]
Raghuram commented on MNG-8471:
---
On my Macbook, {{maven-4.0.0-rc2 }}works fine, but {{maven-4
cstamas opened a new pull request, #679:
URL: https://github.com/apache/maven-resolver/pull/679
Ability to "pipe" connectors one onto another in controlled and configured
fashion.
The ide is following:
- first (actually connecting to remote) connector is chosen as today (based
on
[
https://issues.apache.org/jira/browse/MRESOLVER-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940928#comment-17940928
]
ASF GitHub Bot commented on MRESOLVER-685:
--
cstamas opened a new pull request
[
https://issues.apache.org/jira/browse/SUREFIRE-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940884#comment-17940884
]
Michael Osipov commented on SUREFIRE-2301:
--
[~olamy]
> java.lang.ClassNotFou
desruisseaux commented on code in PR #2232:
URL: https://github.com/apache/maven/pull/2232#discussion_r2028360116
##
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java:
##
@@ -59,7 +58,7 @@ default List includes() {
* The exclusions are applied after the
desruisseaux commented on code in PR #2232:
URL: https://github.com/apache/maven/pull/2232#discussion_r2028362207
##
impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultSourceRoot.java:
##
@@ -149,8 +145,8 @@ public DefaultSourceRoot(
final ProjectScope scope
[
https://issues.apache.org/jira/browse/MNG-8659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940908#comment-17940908
]
Christoph Läubrich commented on MNG-8659:
-
If the mojos share the same configuratio
[
https://issues.apache.org/jira/browse/MNG-8676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Cservenak reassigned MNG-8676:
Assignee: Tamas Cservenak
> Improve model validator error messages
> ---
cstamas merged PR #2227:
URL: https://github.com/apache/maven/pull/2227
--
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.
[
https://issues.apache.org/jira/browse/MNG-8676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940909#comment-17940909
]
Tamas Cservenak commented on MNG-8676:
--
Merged PR that opens up possibility to improve
[
https://issues.apache.org/jira/browse/MNG-8659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940906#comment-17940906
]
Niels Basjes commented on MNG-8659:
---
Let me elaborate a bit about my specific usecase and
Tamas Cservenak created MNG-8676:
Summary: Improve model validator error messages
Key: MNG-8676
URL: https://issues.apache.org/jira/browse/MNG-8676
Project: Maven
Issue Type: Task
[
https://issues.apache.org/jira/browse/MNG-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939837#comment-17939837
]
Lenny Primak commented on MNG-8657:
---
I also posted [https://github.com/mojohaus/aspectj-m
Tamas Cservenak created MNG-8634:
Summary: Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre
Key: MNG-8634
URL: https://issues.apache.org/jira/browse/MNG-8634
Project: Maven
Issue Typ
gnodet opened a new pull request, #2165:
URL: https://github.com/apache/maven/pull/2165
(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:
[
https://issues.apache.org/jira/browse/MRESOLVER-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Cservenak reassigned MRESOLVER-685:
-
Assignee: Tamas Cservenak
> Connector pipelining
>
>
>
[
https://issues.apache.org/jira/browse/MRESOLVER-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Cservenak updated MRESOLVER-456:
--
Fix Version/s: 2.0.9
(was: 2.0.8)
> Fix javadoc warnings
> --
dependabot[bot] opened a new pull request, #16:
URL: https://github.com/apache/maven-mapping/pull/16
Bumps
[org.apache.maven.shared:maven-shared-components](https://github.com/apache/maven-parent)
from 43 to 44.
Release notes
Sourced from https://github.com/apache/maven-parent/rel
michael-o commented on code in PR #2171:
URL: https://github.com/apache/maven/pull/2171#discussion_r2007275024
##
apache-maven/src/bin/mvn:
##
@@ -196,9 +196,16 @@ export MAVEN_PROJECTBASEDIR
MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
export MAVEN_CMD_LINE_ARGS
+# MNG-8248
+ENAB
jira-importer commented on issue #187:
URL:
https://github.com/apache/maven-deploy-plugin/issues/187#issuecomment-2771513574
**[Alexander
Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)**
commented
OK, weirdly enough, in https://issues.apache.org/jir
jira-importer commented on issue #187:
URL:
https://github.com/apache/maven-deploy-plugin/issues/187#issuecomment-2771513550
**[Robert
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)**
commented
Maven Deploy Plugin is quite stupid: is deploys all Arti
desruisseaux commented on issue #230:
URL:
https://github.com/apache/maven-clean-plugin/issues/230#issuecomment-2767378965
It may be resolved as a side effect of #243. There is two issues that were
addressed. First, they were some codes like below:
```java
try {
...
} ca
[
https://issues.apache.org/jira/browse/MWRAPPER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940983#comment-17940983
]
Piotr Karwasz commented on MWRAPPER-161:
I guess that {{dirname "$0"}} should b
dependabot[bot] opened a new pull request, #322:
URL: https://github.com/apache/maven-compiler-plugin/pull/322
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.16.1 to 5.17.0.
Release notes
Sourced from https://github.com/mockito/mockito/releases";>org.mo
Stefan Oehme created MNG-8678:
-
Summary: Concurrent executor ignores java.lang.Error subclasses
Key: MNG-8678
URL: https://issues.apache.org/jira/browse/MNG-8678
Project: Maven
Issue Type: Bug
[
https://issues.apache.org/jira/browse/MNG-8670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Oehme updated MNG-8670:
--
Description:
When using the new multithreaded builde, there are no ProjectSkipped events for
projects th
[
https://issues.apache.org/jira/browse/MRESOLVER-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Cservenak updated MRESOLVER-685:
--
Issue Type: Improvement (was: Task)
> Connector pipelining
>
>
Tamas Cservenak created MNG-8677:
Summary: Bump to Resolver 2.0.8 from 2.0.7
Key: MNG-8677
URL: https://issues.apache.org/jira/browse/MNG-8677
Project: Maven
Issue Type: Dependency upgrade
[
https://issues.apache.org/jira/browse/MNG-8677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Cservenak reassigned MNG-8677:
Assignee: Tamas Cservenak
> Bump to Resolver 2.0.8 from 2.0.7
>
[
https://issues.apache.org/jira/browse/MWRAPPER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940983#comment-17940983
]
Piotr Karwasz edited comment on MWRAPPER-161 at 4/4/25 2:04 PM:
-
Bukama merged PR #322:
URL: https://github.com/apache/maven-compiler-plugin/pull/322
--
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...@
dependabot[bot] opened a new pull request, #148:
URL: https://github.com/apache/maven-filtering/pull/148
Bumps `mavenVersion` from 4.0.0-rc-2 to 4.0.0-rc-3.
Updates `org.apache.maven:maven-api-core` from 4.0.0-rc-2 to 4.0.0-rc-3
Release notes
Sourced from https://github.com/apach
jira-importer commented on issue #203:
URL:
https://github.com/apache/maven-deploy-plugin/issues/203#issuecomment-2771514778
**[Tamas
Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)**
commented
Can you provide some minimal reproducer?
--
This i
dependabot[bot] opened a new pull request, #149:
URL: https://github.com/apache/maven-filtering/pull/149
Bumps `mockitoVersion` from 5.16.1 to 5.17.0.
Updates `org.mockito:mockito-junit-jupiter` from 5.16.1 to 5.17.0
Release notes
Sourced from https://github.com/mockito/mockito/r
dependabot[bot] opened a new pull request, #596:
URL: https://github.com/apache/maven-deploy-plugin/pull/596
Bumps `mockitoVersion` from 5.16.1 to 5.17.0.
Updates `org.mockito:mockito-junit-jupiter` from 5.16.1 to 5.17.0
Release notes
Sourced from https://github.com/mockito/mocki
jira-importer commented on issue #194:
URL:
https://github.com/apache/maven-deploy-plugin/issues/194#issuecomment-2771514067
**[Tamas
Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)**
commented
The IT does not stir a lot, while functionally the "job"
jira-importer commented on issue #206:
URL:
https://github.com/apache/maven-deploy-plugin/issues/206#issuecomment-2771515037
**[Claus
Köll](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=c_koell)**
commented
[Karl Heinz
Marbaise](https://issues.apache.org/jira/secure/V
jira-importer commented on issue #203:
URL:
https://github.com/apache/maven-deploy-plugin/issues/203#issuecomment-2771514889
**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)**
commented
in a multi-module project i need to trigger jar-type modul
[
https://issues.apache.org/jira/browse/SCM-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939963#comment-17939963
]
ASF GitHub Bot commented on SCM-1028:
-
mhoffrog commented on PR #237:
URL: https://gith
jira-importer commented on issue #170:
URL:
https://github.com/apache/maven-deploy-plugin/issues/170#issuecomment-2771512157
**[Robert
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)**
commented
What's the value for
[url](http://maven.apache.org/plug
jira-importer commented on issue #187:
URL:
https://github.com/apache/maven-deploy-plugin/issues/187#issuecomment-2771513558
**[Tamas
Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)**
commented
I see MNG-5868 that should fix this? Is on master, not ye
Bukama commented on PR #2171:
URL: https://github.com/apache/maven/pull/2171#issuecomment-2743586805
> @michael-o @Bukama or other else can you check on Windows
```
[INFO]
--
[
https://issues.apache.org/jira/browse/MRESOLVER-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17936882#comment-17936882
]
ASF GitHub Bot commented on MRESOLVER-646:
--
gnodet commented on PR #672:
URL:
[
https://issues.apache.org/jira/browse/MNG-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-8490:
-
Description:
Align XmlNode with the rest of the maven 4 API by using an immutable class and
a buil
[
https://issues.apache.org/jira/browse/MNG-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-4559:
-
Fix Version/s: 4.0.x-candidate
> MAVEN_OPTS are incorrectly resolved in Unix
>
slawekjaranowski commented on PR #2171:
URL: https://github.com/apache/maven/pull/2171#issuecomment-2742788091
@michael-o @Bukama or other else can you check on Windows
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
jira-importer commented on issue #171:
URL:
https://github.com/apache/maven-deploy-plugin/issues/171#issuecomment-2771512257
**[Robert
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)**
commented
This is not just a deploy-plugin issue, but also an inst
[
https://issues.apache.org/jira/browse/SUREFIRE-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Florin Slev updated SUREFIRE-2299:
--
Attachment: TEST-io.example.CalculatorTest.xml
io.example.CalculatorTest.txt
cstamas commented on PR #2162:
URL: https://github.com/apache/maven/pull/2162#issuecomment-2741617277
If you already have it locally, just push here IMO, but separate PR is ok as
well but that PR will fail as long this one is not merged
--
This is an automated message from the Apa
mhoffrog opened a new pull request, #238:
URL: https://github.com/apache/maven-scm/pull/238
## JIRA
[SCM-1029](https://issues.apache.org/jira/browse/SCM-1029)
## Changes
- JGitCheckInCommand.java:
- in case of a includes / excludes FileSet is specified then:
- use OR
[
https://issues.apache.org/jira/browse/MNG-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939818#comment-17939818
]
Guillaume Nodet commented on MNG-6049:
--
AFAIK, this has been implemented and is now co
[
https://issues.apache.org/jira/browse/SUREFIRE-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939664#comment-17939664
]
Michael Osipov commented on SUREFIRE-2299:
--
Can you share the test XML files?
gnodet merged PR #1300:
URL: https://github.com/apache/maven-mvnd/pull/1300
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@maven.apa
jira-importer commented on issue #188:
URL:
https://github.com/apache/maven-deploy-plugin/issues/188#issuecomment-2771513756
**[Karl Heinz
Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)**
commented
It sounds you like to work around the life cycle w
jira-importer commented on issue #187:
URL:
https://github.com/apache/maven-deploy-plugin/issues/187#issuecomment-2771513566
**[Alexander
Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)**
commented
This still happens with Maven 3.6.3 and Maven Shade
Bukama commented on PR #132:
URL: https://github.com/apache/maven-ear-plugin/pull/132#issuecomment-2748955135
Oh. Will do in another. Took one of the PRs linked in the list to be sure
everything is in and made the same changes here (and in the other PRs). After
that my brain said "done" wit
gnodet opened a new pull request, #2206:
URL: https://github.com/apache/maven/pull/2206
(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:
jira-importer commented on issue #208:
URL:
https://github.com/apache/maven-deploy-plugin/issues/208#issuecomment-2771515172
**[Wendy
Smoak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wsmoak)**
commented
Duplicate of MDEPLOY-45, and already fixed in trunk
--
jira-importer commented on issue #170:
URL:
https://github.com/apache/maven-deploy-plugin/issues/170#issuecomment-2771512172
**[Markus
Karg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mkarg)**
commented
Sorry for letting you wait.
What exactly do you want me
[
https://issues.apache.org/jira/browse/MNG-8641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-8641:
-
Issue Type: Dependency upgrade (was: Task)
> Bump org.apache.maven:maven-parent from 43 to 44
> --
Tamas Cservenak created MNG-8668:
Summary: Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5
Key: MNG-8668
URL: https://issues.apache.org/jira/browse/MNG-8668
Project: Maven
Issue Type: Dep
sblantipodi commented on issue #317:
URL:
https://github.com/apache/maven-compiler-plugin/issues/317#issuecomment-2757061275
hi @slawekjaranowski, thanks for the answer, it seems that lombok does not
supprot JDK24 yet, this is the cause of my issue.
in the meantime can you confirm me
dependabot[bot] opened a new pull request, #2167:
URL: https://github.com/apache/maven/pull/2167
Bumps com.google.guava:failureaccess from 1.0.2 to 1.0.3.
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.goog
1 - 100 of 130 matches
Mail list logo