desruisseaux commented on code in PR #2236:
URL: https://github.com/apache/maven/pull/2236#discussion_r2076690527
##
impl/maven-impl/src/test/java/org/apache/maven/impl/PathSelectorTest.java:
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
slawekjaranowski merged PR #36:
URL: https://github.com/apache/maven-archetypes/pull/36
--
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.
slawekjaranowski merged PR #258:
URL: https://github.com/apache/maven-archetype/pull/258
--
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
Per Nyfelt created MRESOLVER-718:
Summary: Support dependencyManagement task
Key: MRESOLVER-718
URL: https://issues.apache.org/jira/browse/MRESOLVER-718
Project: Maven Resolver
Issue Type: I
slawekjaranowski merged PR #262:
URL: https://github.com/apache/maven-archetype/pull/262
--
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/SUREFIRE-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949785#comment-17949785
]
Philippe Cloutier commented on SUREFIRE-1844:
-
The issue is no longer visi
slawekjaranowski commented on PR #37:
URL: https://github.com/apache/maven-archetypes/pull/37#issuecomment-2855213010
@dependabot recreate
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spec
slawekjaranowski merged PR #261:
URL: https://github.com/apache/maven-archetype/pull/261
--
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
slawekjaranowski commented on PR #36:
URL: https://github.com/apache/maven-archetypes/pull/36#issuecomment-2855211159
@dependabot recreate
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spec
dependabot[bot] commented on PR #37:
URL: https://github.com/apache/maven-archetypes/pull/37#issuecomment-2855203149
Looks like this PR is already up-to-date with master! If you'd still like to
recreate it from scratch, overwriting any edits, you can request `@dependabot
recreate`.
--
Th
slawekjaranowski commented on PR #37:
URL: https://github.com/apache/maven-archetypes/pull/37#issuecomment-2855202984
@dependabot rebase
--
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 specif
slawekjaranowski commented on PR #36:
URL: https://github.com/apache/maven-archetypes/pull/36#issuecomment-2855201855
@dependabot rebase
--
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 specif
dependabot[bot] commented on PR #36:
URL: https://github.com/apache/maven-archetypes/pull/36#issuecomment-2855201989
Looks like this PR is already up-to-date with master! If you'd still like to
recreate it from scratch, overwriting any edits, you can request `@dependabot
recreate`.
--
Th
slawekjaranowski commented on PR #264:
URL: https://github.com/apache/maven-archetype/pull/264#issuecomment-2855179433
Can you add a unit test for it?
--
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
slawekjaranowski merged PR #260:
URL: https://github.com/apache/maven-archetype/pull/260
--
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
Pankraz76 commented on PR #2283:
URL: https://github.com/apache/maven/pull/2283#issuecomment-2854868666
thx
--
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,
Pankraz76 commented on code in PR #2290:
URL: https://github.com/apache/maven/pull/2290#discussion_r2075634728
##
impl/maven-impl/src/main/java/org/apache/maven/impl/ImplUtils.java:
##
@@ -25,18 +25,21 @@
import java.util.stream.Collectors;
class ImplUtils {
+
+/**
+
Pankraz76 commented on PR #2283:
URL: https://github.com/apache/maven/pull/2283#issuecomment-2854821162
done
--
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,
elharo commented on code in PR #2236:
URL: https://github.com/apache/maven/pull/2236#discussion_r2075537304
##
impl/maven-impl/src/test/java/org/apache/maven/impl/PathSelectorTest.java:
##
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
vnlsnmac2003 commented on issue #840:
URL: https://github.com/apache/maven-surefire/issues/840#issuecomment-2854672391
I have identified this issue with 3.5.3 also
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
desruisseaux commented on code in PR #2236:
URL: https://github.com/apache/maven/pull/2236#discussion_r2075509583
##
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java:
##
@@ -46,23 +47,47 @@ default Path directory() {
}
/**
- * {@return the li
desruisseaux commented on code in PR #2236:
URL: https://github.com/apache/maven/pull/2236#discussion_r2075507785
##
impl/maven-impl/src/test/java/org/apache/maven/impl/PathSelectorTest.java:
##
@@ -0,0 +1,115 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
LukeKynaston commented on issue #840:
URL: https://github.com/apache/maven-surefire/issues/840#issuecomment-2854315821
I can confirm that we see this issue too, when upgrading to 3.5.3.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
23 matches
Mail list logo