slawekjaranowski merged pull request #59:
URL: https://github.com/apache/maven-parent/pull/59
--
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: issu
[
https://issues.apache.org/jira/browse/MPOM-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski closed MPOM-308.
Resolution: Fixed
> Upgrade Maven PMD Plugin from 3.15.0 to 3.16.0
>
[
https://issues.apache.org/jira/browse/MPOM-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515748#comment-17515748
]
Hudson commented on MPOM-308:
-
Build succeeded in Jenkins: Maven » Maven TLP » maven-parent » m
slawekjaranowski commented on a change in pull request #25:
URL:
https://github.com/apache/maven-install-plugin/pull/25#discussion_r840302054
##
File path: pom.xml
##
@@ -185,27 +207,17 @@
org.apache.maven.plugins
maven-invoker-plugi
[
https://issues.apache.org/jira/browse/MCOMPILER-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515766#comment-17515766
]
Alvaro Sanchez-Mariscal commented on MCOMPILER-391:
---
Is the Maven te
Tibor17 commented on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085568686
If we want to use immutable objects, we should use Java Records. We still do
not have Valhalla ready.
The developers often do not understand Java Memory Model and there is no
gu
[
https://issues.apache.org/jira/browse/SUREFIRE-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515778#comment-17515778
]
Alexander Kriegisch commented on SUREFIRE-2004:
---
[~tibordigana], I am no
Tibor17 edited a comment on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085568686
If we want to use immutable objects, we should use Java Records. We still do
not have Valhalla ready.
The developers often do not understand Java Memory Model and there is
Tibor17 edited a comment on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085568686
If we want to use immutable objects, we should use Java Records. We still do
not have Valhalla ready.
The developers often do not understand Java Memory Model and there is
Tibor17 edited a comment on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085568686
If we want to use immutable objects, we should use Java Records. We still do
not have Valhalla ready.
The developers often do not understand Java Memory Model and there is
CMoH opened a new pull request #388:
URL: https://github.com/apache/maven-surefire/pull/388
Don't require users to add junit dependencies on all projects when using
groups in surefire/failsafe at the reactor-level
This is a proposal on how to achieve this effect, as described in th
gnodet commented on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085591083
> If we want to use immutable objects, we should use Java Records. We still
do not have Valhalla ready. The developers often do not understand Java Memory
Model and there is no guar
[
https://issues.apache.org/jira/browse/SUREFIRE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515787#comment-17515787
]
Ciprian Ciubotariu commented on SUREFIRE-1266:
--
[~tibordigana] I noticed
Tibor17 commented on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085592833
Yes I saw the MDO.
--
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
[
https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515793#comment-17515793
]
Falko Modler commented on SUREFIRE-2029:
[~tibordigana] do you have an idea wh
gnodet commented on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085598999
> Yes I saw the MDO.
So unless we raise the requirements to JDK 17, I don't see how we could
actually use records / List.of(). That said, I'm not sure there's actually
much
gnodet edited a comment on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085598999
> Yes I saw the MDO.
So the objects *are* immutable, they absolutely can not be modified.
So unless we raise the requirements to JDK 17, I don't see how we could
gnodet edited a comment on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085598999
> Yes I saw the MDO.
So the objects from the model *are* immutable, they absolutely can not be
modified.
So unless we raise the requirements to JDK 17, I don't s
[
https://issues.apache.org/jira/browse/SUREFIRE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515787#comment-17515787
]
Ciprian Ciubotariu edited comment on SUREFIRE-1266 at 4/1/22 8:33 AM:
--
Tibor17 commented on a change in pull request #703:
URL: https://github.com/apache/maven/pull/703#discussion_r840359705
##
File path:
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilder.java
##
@@ -0,0 +1,57 @@
+package org.apache.maven.api.services;
Tibor17 commented on a change in pull request #703:
URL: https://github.com/apache/maven/pull/703#discussion_r840360344
##
File path:
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilder.java
##
@@ -0,0 +1,57 @@
+package org.apache.maven.api.services;
Tibor17 commented on a change in pull request #703:
URL: https://github.com/apache/maven/pull/703#discussion_r840362243
##
File path:
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderProblem.java
##
@@ -0,0 +1,101 @@
+package org.apache.maven.api.se
Tibor17 commented on a change in pull request #703:
URL: https://github.com/apache/maven/pull/703#discussion_r840364861
##
File path:
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
##
@@ -0,0 +1,93 @@
+package org.apache.maven.api.services;
Tibor17 commented on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085676136
Don;t use `Collections.unmodifiableList(xxx)`. It is vert old style - before
year 2004 where the constructors where not thread safe, a typical founding with
String and final fields
Tibor17 edited a comment on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085676136
Don;t use `Collections.unmodifiableList(xxx)`. It is vert old style - before
year 2004 where the constructors where not thread safe, a typical findings with
String and final
Tibor17 edited a comment on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085676136
Don;t use `Collections.unmodifiableList(xxx)`. It is vert old style - before
year 2004 where the constructors where not thread safe, a typical findings with
String and final
[
https://issues.apache.org/jira/browse/SUREFIRE-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515832#comment-17515832
]
James Z.M. Gao commented on SUREFIRE-2004:
--
save the following script as gen-
[
https://issues.apache.org/jira/browse/SUREFIRE-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515832#comment-17515832
]
James Z.M. Gao edited comment on SUREFIRE-2004 at 4/1/22 9:52 AM:
--
gnodet commented on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085701331
> Don;t use `Collections.unmodifiableList(xxx)`. It is vert old style -
before year 2004 where the constructors where not thread safe, a typical
findings with String and final field
gnodet edited a comment on pull request #703:
URL: https://github.com/apache/maven/pull/703#issuecomment-1085701331
> Don;t use `Collections.unmodifiableList(xxx)`. It is vert old style -
before year 2004 where the constructors where not thread safe, a typical
findings with String and fina
[
https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515840#comment-17515840
]
Michael Osipov commented on MSHADE-417:
---
{noformat}
c798d01138e9fecdd6422a2a8acce22
[
https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515847#comment-17515847
]
Tibor Digana commented on SUREFIRE-2029:
If you use parallel Maven build, i.e.
[
https://issues.apache.org/jira/browse/MSHADE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515853#comment-17515853
]
Michael Osipov commented on MSHADE-417:
---
https://github.com/apache/maven-shade-plug
[
https://issues.apache.org/jira/browse/MNG-7433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7433:
Summary: [REGRESSION] Multiple maven instances working on same source tree
can lock each other (was:
[
https://issues.apache.org/jira/browse/MNG-7432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7432:
Summary: [REGRESSION] Dependencies from profile not picked up via
-P (was: REGRESSION in 3.8.5: Depe
[
https://issues.apache.org/jira/browse/MNG-7449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7449:
Summary: [REGRESSION] StringVisitorModelInterpolator NullPointerException
(was: StringVisitorModelIn
Marc Schlegel created MNG-7450:
--
Summary: .mvn/jvm.config not passed to surefire (--add-opens)
Key: MNG-7450
URL: https://issues.apache.org/jira/browse/MNG-7450
Project: Maven
Issue Type: Bug
[
https://issues.apache.org/jira/browse/MNG-7450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marc Schlegel updated MNG-7450:
---
Description:
We are on the way upgrading to Java 17 and since 17 does not allow unopened
access anymor
[
https://issues.apache.org/jira/browse/SUREFIRE-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana updated SUREFIRE-2004:
---
Fix Version/s: waiting-for-feedback
> Empty report for single-module project with 'aggrega
[
https://issues.apache.org/jira/browse/SUREFIRE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana updated SUREFIRE-1266:
---
Fix Version/s: waiting-for-feedback
> Specifying groups shouldn't require junit on classpa
[
https://issues.apache.org/jira/browse/SUREFIRE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana updated SUREFIRE-2029:
---
Fix Version/s: waiting-for-feedback
> Parallel execution but surefire.forkNumber is the sa
[
https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana updated SUREFIRE-1879:
---
Fix Version/s: waiting-for-feedback
> M5 swallows exception output from shutdown hooks
> -
[
https://issues.apache.org/jira/browse/SUREFIRE-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana updated SUREFIRE-1651:
---
Fix Version/s: waiting-for-feedback
> JUnit5 Vintage + Maven-Failsafe + Category = ???
> -
[
https://issues.apache.org/jira/browse/SUREFIRE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov moved MNG-7450 to SUREFIRE-2053:
---
Component/s: (was: Bootstrap & Build)
[
https://issues.apache.org/jira/browse/SUREFIRE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515971#comment-17515971
]
Michael Osipov commented on SUREFIRE-2053:
--
I think your assumption is wrong:
[
https://issues.apache.org/jira/browse/MRELEASE-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17506764#comment-17506764
]
Ludovic Viegas edited comment on MRELEASE-1080 at 4/1/22 3:48 PM:
--
adangel merged pull request #63:
URL: https://github.com/apache/maven-pmd-plugin/pull/63
--
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-un
[
https://issues.apache.org/jira/browse/MPMD-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516049#comment-17516049
]
Andreas Dangel commented on MPMD-332:
-
[https://gitbox.apache.org/repos/asf?p=maven-pmd
[
https://issues.apache.org/jira/browse/MPMD-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Dangel closed MPMD-332.
---
Resolution: Fixed
> Support Java 18
> ---
>
> Key: MPMD-332
>
adangel merged pull request #61:
URL: https://github.com/apache/maven-pmd-plugin/pull/61
--
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-un
[
https://issues.apache.org/jira/browse/MPMD-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516050#comment-17516050
]
Andreas Dangel commented on MPMD-333:
-
[https://gitbox.apache.org/repos/asf?p=maven-pmd
[
https://issues.apache.org/jira/browse/MPMD-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Dangel closed MPMD-333.
---
Resolution: Fixed
> Add release notes documentation
> ---
>
>
[
https://issues.apache.org/jira/browse/MNG-7436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Dangel updated MNG-7436:
Description:
We currently have a [bug-report at
tycho|https://github.com/eclipse/tycho/issues/781] t
[
https://issues.apache.org/jira/browse/MPMD-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516062#comment-17516062
]
Hudson commented on MPMD-332:
-
Build failed in Jenkins: Maven » Maven TLP » maven-pmd-plugin »
[
https://issues.apache.org/jira/browse/MPMD-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516066#comment-17516066
]
Hudson commented on MPMD-333:
-
Build failed in Jenkins: Maven » Maven TLP » maven-pmd-plugin »
Karl Heinz Marbaise created MNG-7451:
Summary: Remove public modifier from test methods / test classes
Key: MNG-7451
URL: https://issues.apache.org/jira/browse/MNG-7451
Project: Maven
Iss
[
https://issues.apache.org/jira/browse/MNG-7447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MNG-7447:
-
Affects Version/s: 3.9.0
> Several Improvements by using Stream API
> -
[
https://issues.apache.org/jira/browse/MNG-7447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MNG-7447:
-
Fix Version/s: 3.9.0
> Several Improvements by using Stream API
> -
pzygielo commented on pull request #134:
URL: https://github.com/apache/maven-scm/pull/134#issuecomment-1086282272
ping @michael-o
--
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 c
Karl Heinz Marbaise created MCLEAN-98:
-
Summary: Upgrade maven-plugin parent to 35
Key: MCLEAN-98
URL: https://issues.apache.org/jira/browse/MCLEAN-98
Project: Maven Clean Plugin
Issue Ty
[
https://issues.apache.org/jira/browse/MNG-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise reassigned MNG-7445:
Assignee: Karl Heinz Marbaise
> to refactor some useless code
>
[
https://issues.apache.org/jira/browse/MNG-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MNG-7445:
-
Fix Version/s: 3.8.x-candidate
3.9.0
4.0.0
> to refac
[
https://issues.apache.org/jira/browse/MNG-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise closed MNG-7445.
Resolution: Fixed
> to refactor some useless code
> -
>
>
khmarbaise commented on pull request #687:
URL: https://github.com/apache/maven/pull/687#issuecomment-1086293748
Thank you for your contribution. The change has been merged into
* master - d92538b80f302fc40530468efe7ca7bf63b7ba52
* maven-3.8.x - 69bde0b901f983117032f674a3701d6a6eb4b
khmarbaise closed pull request #687:
URL: https://github.com/apache/maven/pull/687
--
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/MCLEAN-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MCLEAN-97:
--
Fix Version/s: 3.3.0
(was: 3.2.0)
> Require Java 8
>
[
https://issues.apache.org/jira/browse/MCLEAN-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise reassigned MCLEAN-98:
-
Assignee: Karl Heinz Marbaise
> Upgrade maven-plugin parent to 35
> -
[
https://issues.apache.org/jira/browse/MCLEAN-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise reopened MCLEAN-97:
---
> Require Java 8
> --
>
> Key: MCLEAN-97
> URL
[
https://issues.apache.org/jira/browse/MCLEAN-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MCLEAN-98:
--
Description:
Based on the upgrade to the newer parent the following upgrade had to be do
[
https://issues.apache.org/jira/browse/MNG-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516115#comment-17516115
]
Hudson commented on MNG-7445:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » maven-3.9
[
https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516121#comment-17516121
]
Hudson commented on MNG-828:
Build unstable in Jenkins: Maven » Maven TLP » maven » maven-3.8.x
[
https://issues.apache.org/jira/browse/MNG-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516120#comment-17516120
]
Hudson commented on MNG-7445:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » maven-3.8
[
https://issues.apache.org/jira/browse/MCLEAN-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise closed MCLEAN-97.
-
Fix Version/s: 3.2.0
(was: 3.3.0)
Resolution: Fixed
> Requir
[
https://issues.apache.org/jira/browse/MCLEAN-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MCLEAN-98:
--
Description:
Based on the upgrade to the newer parent the following upgrade had to be do
[
https://issues.apache.org/jira/browse/MCLEAN-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516123#comment-17516123
]
Karl Heinz Marbaise commented on MCLEAN-97:
---
Had been done in de77b58
> Require
[
https://issues.apache.org/jira/browse/MNG-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516124#comment-17516124
]
Hudson commented on MNG-7445:
-
Build succeeded in Jenkins: Maven » Maven TLP » maven » master #
dependabot[bot] commented on pull request #13:
URL:
https://github.com/apache/maven-clean-plugin/pull/13#issuecomment-1086318638
Looks like org.apache.maven.plugins:maven-site-plugin is no longer a
dependency, so this is no longer needed.
--
This is an automated message from the Apache
dependabot[bot] closed pull request #13:
URL: https://github.com/apache/maven-clean-plugin/pull/13
--
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] commented on pull request #12:
URL:
https://github.com/apache/maven-clean-plugin/pull/12#issuecomment-1086318651
Looks like org.apache.maven.plugins:maven-javadoc-plugin is no longer a
dependency, so this is no longer needed.
--
This is an automated message from the Apac
dependabot[bot] closed pull request #12:
URL: https://github.com/apache/maven-clean-plugin/pull/12
--
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] commented on pull request #14:
URL:
https://github.com/apache/maven-clean-plugin/pull/14#issuecomment-1086318761
Looks like org.apache.maven.plugins:maven-project-info-reports-plugin is no
longer a dependency, so this is no longer needed.
--
This is an automated message
[
https://issues.apache.org/jira/browse/MCLEAN-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise closed MCLEAN-98.
-
Resolution: Done
> Upgrade maven-plugin parent to 35
> -
>
dependabot[bot] closed pull request #14:
URL: https://github.com/apache/maven-clean-plugin/pull/14
--
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/MCLEAN-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516125#comment-17516125
]
Karl Heinz Marbaise commented on MCLEAN-98:
---
Done in
[81b7e248d2c3a529498884346
[
https://issues.apache.org/jira/browse/MCLEAN-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516128#comment-17516128
]
Hudson commented on MCLEAN-98:
--
Build succeeded in Jenkins: Maven » Maven TLP » maven-clean-p
[
https://issues.apache.org/jira/browse/MNG-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516136#comment-17516136
]
Ralph Goers commented on MNG-6564:
--
I just want to add a practical side to this. We have a
dependabot[bot] commented on pull request #15:
URL:
https://github.com/apache/maven-clean-plugin/pull/15#issuecomment-1086334913
Looks like org.apache.maven.plugins:maven-plugins is up-to-date now, so this
is no longer needed.
--
This is an automated message from the Apache Git Service.
dependabot[bot] closed pull request #15:
URL: https://github.com/apache/maven-clean-plugin/pull/15
--
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/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516146#comment-17516146
]
Falko Modler commented on SUREFIRE-1879:
[~tibordigana] I'm sorry, but M6 does
[
https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516146#comment-17516146
]
Falko Modler edited comment on SUREFIRE-1879 at 4/1/22 9:49 PM:
[
https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516146#comment-17516146
]
Falko Modler edited comment on SUREFIRE-1879 at 4/1/22 9:50 PM:
slawekjaranowski opened a new pull request #705:
URL: https://github.com/apache/maven/pull/705
Following this checklist to help us incorporate your
contribution quickly and easily:
- [x] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/browse/MNG) filed
slawekjaranowski commented on pull request #285:
URL: https://github.com/apache/maven/pull/285#issuecomment-1086384399
Branch for change created with simple fix after IT tests -
https://github.com/apache/maven/pull/705
and IT tests - https://github.com/apache/maven-integration-testing/pu
slawekjaranowski commented on pull request #285:
URL: https://github.com/apache/maven/pull/285#issuecomment-1086386535
@belingueres Thanks for contributing - your commit and credential will be
preserved in my PR, this one can be closed.
--
This is an automated message from the Apache Git
slawekjaranowski closed pull request #285:
URL: https://github.com/apache/maven/pull/285
--
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-un
slawekjaranowski commented on pull request #143:
URL:
https://github.com/apache/maven-integration-testing/pull/143#issuecomment-1086387767
https://github.com/apache/maven/pull/705
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
[
https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516164#comment-17516164
]
Tibor Digana commented on SUREFIRE-1879:
ok, bad luck, we have to investigate
[
https://issues.apache.org/jira/browse/SUREFIRE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516164#comment-17516164
]
Tibor Digana edited comment on SUREFIRE-1879 at 4/1/22 11:19 PM:
---
[
https://issues.apache.org/jira/browse/SUREFIRE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516168#comment-17516168
]
Tibor Digana commented on SUREFIRE-2033:
[~roxspring]
The
[documentation|http
[
https://issues.apache.org/jira/browse/SUREFIRE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516168#comment-17516168
]
Tibor Digana edited comment on SUREFIRE-2033 at 4/1/22 11:33 PM:
---
1 - 100 of 103 matches
Mail list logo