[
https://issues.apache.org/jira/browse/MDEPLOY-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466719#comment-17466719
]
Herve Boutemy commented on MDEPLOY-250:
---
documentation created in
https://github.
mthmulders commented on a change in pull request #132:
URL:
https://github.com/apache/maven-integration-testing/pull/132#discussion_r776487433
##
File path:
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5561PluginRelocationLosesConfigurationTest.java
##
@@ -0,0 +1
yxxcrtd commented on issue #552:
URL: https://github.com/apache/maven-mvnd/issues/552#issuecomment-1002932385
The same question !
I config Global Tool Configuration in jenkins, and set Maven's Name is
**mvnd**, and MAVEN_HOME is **/home/mvnd-0.7.1/mvn**, then build without mvnd,
hur
yxxcrtd commented on issue #554:
URL: https://github.com/apache/maven-mvnd/issues/554#issuecomment-1002938817
I config env in .zshrc
export PATH=$PATH:/Users/yxx/mvnd-0.7.1/bin
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
Fzoss commented on issue #549:
URL: https://github.com/apache/maven-mvnd/issues/549#issuecomment-1002938999
look https://github.com/apache/maven-mvnd/issues/553
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
yxxcrtd edited a comment on issue #554:
URL: https://github.com/apache/maven-mvnd/issues/554#issuecomment-1002938817
I config env in .zshrc
export PATH=$PATH:/Users/yxx/mvnd-0.7.1/bin
then execute mvnd show: zsh: permission denied: mvnd
--
This is an automated message from the Ap
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466764#comment-17466764
]
wei cai commented on MRESOLVER-228:
---
[~ibabiankou]
Thanks for your comments! Kudo
slawekjaranowski merged pull request #35:
URL: https://github.com/apache/maven-invoker/pull/35
--
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: iss
[
https://issues.apache.org/jira/browse/MSHARED-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski closed MSHARED-577.
---
Resolution: Fixed
> Remove usage of M2_HOME environment variable
> -
Slawomir Jaranowski created MSHARED-1009:
Summary: Allow to provide Maven executable from workspace
Key: MSHARED-1009
URL: https://issues.apache.org/jira/browse/MSHARED-1009
Project: Maven Shar
[
https://issues.apache.org/jira/browse/MSHARED-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski reassigned MSHARED-1009:
Assignee: Slawomir Jaranowski
> Allow to provide Maven executable from w
michael-o commented on a change in pull request #132:
URL:
https://github.com/apache/maven-integration-testing/pull/132#discussion_r776661361
##
File path:
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5561PluginRelocationLosesConfigurationTest.java
##
@@ -0,0 +1,
mthmulders commented on a change in pull request #132:
URL:
https://github.com/apache/maven-integration-testing/pull/132#discussion_r776661962
##
File path:
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5561PluginRelocationLosesConfigurationTest.java
##
@@ -0,0 +1
hboutemy commented on pull request #641:
URL: https://github.com/apache/maven/pull/641#issuecomment-1002963399
@michael-o instead of copy/pasting the 3 methods, I think we could change
"private Artifact newInstance" (from AbstractArtifact) to protected, then
simply override this method
-
michael-o commented on pull request #641:
URL: https://github.com/apache/maven/pull/641#issuecomment-1002965979
> @michael-o instead of copy/pasting the 3 methods, I think we could change
"private Artifact newInstance" (from AbstractArtifact) to protected, then
simply override this method
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466786#comment-17466786
]
Michael Osipov commented on MRESOLVER-228:
--
[~wecai], thanks! As far as I und
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466786#comment-17466786
]
Michael Osipov edited comment on MRESOLVER-228 at 12/30/21, 10:30 AM:
--
hboutemy commented on pull request #641:
URL: https://github.com/apache/maven/pull/641#issuecomment-1002967160
no, I'm not trying to automagically retain the original type: I'm just
trying to use the (hand-written) factory to remove code duplication
digging a little bit more, it requ
mthmulders commented on a change in pull request #643:
URL: https://github.com/apache/maven/pull/643#discussion_r776665661
##
File path:
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java
##
@@ -86,6 +86,39 @@ public String getVer
[
https://issues.apache.org/jira/browse/MNG-7380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466787#comment-17466787
]
Michael Osipov commented on MNG-7380:
-
I wonder whether this applies to forked lifecycl
michael-o commented on pull request #641:
URL: https://github.com/apache/maven/pull/641#issuecomment-1002970252
> no, I'm not trying to automagically retain the original type: I'm just
trying to use the (hand-written) factory to remove code duplication
Agree, suboptimal.
> dig
michael-o commented on a change in pull request #643:
URL: https://github.com/apache/maven/pull/643#discussion_r776669482
##
File path:
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java
##
@@ -86,6 +86,39 @@ public String getVers
mthmulders commented on a change in pull request #643:
URL: https://github.com/apache/maven/pull/643#discussion_r776670249
##
File path:
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java
##
@@ -86,6 +86,39 @@ public String getVer
michael-o commented on a change in pull request #643:
URL: https://github.com/apache/maven/pull/643#discussion_r776670895
##
File path:
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java
##
@@ -86,6 +86,39 @@ public String getVers
mthmulders commented on a change in pull request #643:
URL: https://github.com/apache/maven/pull/643#discussion_r776671359
##
File path:
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java
##
@@ -86,6 +86,39 @@ public String getVer
michael-o commented on a change in pull request #643:
URL: https://github.com/apache/maven/pull/643#discussion_r776673637
##
File path:
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java
##
@@ -86,6 +86,39 @@ public String getVers
yxxcrtd commented on issue #554:
URL: https://github.com/apache/maven-mvnd/issues/554#issuecomment-1002978057
how to fix
--
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
michael-o commented on a change in pull request #643:
URL: https://github.com/apache/maven/pull/643#discussion_r776673637
##
File path:
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java
##
@@ -86,6 +86,39 @@ public String getVers
michael-o commented on pull request #643:
URL: https://github.com/apache/maven/pull/643#issuecomment-1002980003
@mthmulders Should I remove the `@Override`.
--
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
michael-o edited a comment on pull request #643:
URL: https://github.com/apache/maven/pull/643#issuecomment-1002980003
@mthmulders Should I remove the `@Override`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
mthmulders commented on pull request #643:
URL: https://github.com/apache/maven/pull/643#issuecomment-1002980811
> @mthmulders Should I remove the `@Override`?
I don't see a reason for that... If it is a valid override (and it is), I
think it makes sense to keep the annotation there.
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466825#comment-17466825
]
wei cai commented on MRESOLVER-228:
---
[~michael-o] [~ibabiankou]
Cool! Have read th
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466825#comment-17466825
]
wei cai edited comment on MRESOLVER-228 at 12/30/21, 11:30 AM:
-
Tibor17 commented on pull request #415:
URL: https://github.com/apache/maven-surefire/pull/415#issuecomment-1002992437
@slawekjaranowski
The plugin `animal-sniffer-maven-plugin` has a newer version `1.20`. It is
used to check the JDK API signatures. We can update the version here or in
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466825#comment-17466825
]
wei cai edited comment on MRESOLVER-228 at 12/30/21, 11:52 AM:
-
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466839#comment-17466839
]
Ivan Babiankou commented on MRESOLVER-228:
--
Awesome, sounds like a plan. [~we
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466839#comment-17466839
]
Ivan Babiankou edited comment on MRESOLVER-228 at 12/30/21, 12:06 PM:
--
[ https://issues.apache.org/jira/browse/MRESOLVER-228 ]
Ivan Babiankou deleted comment on MRESOLVER-228:
--
was (Author: ibabiankou):
Didn't see the updated message... give me a sec.
> Improve the maven dependency resolution speed by a skip
findinpath commented on a change in pull request #407:
URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776706980
##
File path:
surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml
##
@@ -0,0 +1,60 @@
+
+
+
+http://maven.apach
findepi commented on a change in pull request #407:
URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776708306
##
File path:
surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml
##
@@ -0,0 +1,60 @@
+
+
+
+http://maven.apache.o
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466851#comment-17466851
]
Ivan Babiankou commented on MRESOLVER-228:
--
BFS is needed for the parallel ar
findinpath commented on a change in pull request #407:
URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776710713
##
File path:
surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml
##
@@ -0,0 +1,60 @@
+
+
+
+http://maven.apach
findepi commented on a change in pull request #407:
URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776713600
##
File path:
surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml
##
@@ -0,0 +1,60 @@
+
+
+
+http://maven.apache.o
findinpath commented on a change in pull request #407:
URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776716696
##
File path:
surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml
##
@@ -0,0 +1,60 @@
+
+
+
+http://maven.apach
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466860#comment-17466860
]
Michael Osipov commented on MRESOLVER-228:
--
bq. One question is, as Ivan poin
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466860#comment-17466860
]
Michael Osipov edited comment on MRESOLVER-228 at 12/30/21, 1:10 PM:
---
[
https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466865#comment-17466865
]
Michael Osipov commented on MNG-7038:
-
I would consider that {{project.root.*}} would b
[
https://issues.apache.org/jira/browse/MNG-6606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466866#comment-17466866
]
Michael Osipov commented on MNG-6606:
-
Still waiting for response.
> Allow installatio
[
https://issues.apache.org/jira/browse/MNG-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466871#comment-17466871
]
Michael Osipov commented on MNG-7088:
-
Still waiting for response.
> A property which
[
https://issues.apache.org/jira/browse/MWRAPPER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov moved MNG-7140 to MWRAPPER-48:
-
Component/s: Maven Wrapper Scripts
(was: Maven Wrap
[
https://issues.apache.org/jira/browse/MNG-7050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466873#comment-17466873
]
Michael Osipov commented on MNG-7050:
-
A new wrapper is out, try it. {{MAVEN_ARGS}} has
[
https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466874#comment-17466874
]
Michael Osipov commented on MRESOLVER-228:
--
Related issues: MNG-5988, MNG-576
[
https://issues.apache.org/jira/browse/MNG-7378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466878#comment-17466878
]
Michael Osipov commented on MNG-7378:
-
You are right. Please propose a PR for the impro
[
https://issues.apache.org/jira/browse/MNG-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov reassigned MNG-7377:
---
Assignee: Michael Osipov
> Reading code in vscode causes maven's Apache Rat config to alarm
>
[
https://issues.apache.org/jira/browse/MNG-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7377:
Summary: Add .vscode/ to .gitignore (was: Reading code in vscode causes
maven's Apache Rat config to
[
https://issues.apache.org/jira/browse/MNG-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7377:
Issue Type: Task (was: Bug)
> Reading code in vscode causes maven's Apache Rat config to alarm
> ---
asfgit closed pull request #646:
URL: https://github.com/apache/maven/pull/646
--
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/MNG-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-7377.
---
Resolution: Done
> Add .vscode/ to .gitignore
> --
>
> Key: MNG
michael-o commented on pull request #641:
URL: https://github.com/apache/maven/pull/641#issuecomment-1003047327
@hboutemy Any objections to merge this one and resolve in general with new
issues?
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
michael-o commented on pull request #641:
URL: https://github.com/apache/maven/pull/641#issuecomment-1003048363
https://issues.apache.org/jira/browse/MRESOLVER-233
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
Michael Osipov created MRESOLVER-233:
Summary: Make org.e.a.artifact.AbstractArtifact.newInstance()
protected abstract
Key: MRESOLVER-233
URL: https://issues.apache.org/jira/browse/MRESOLVER-233
P
pzygielo commented on a change in pull request #646:
URL: https://github.com/apache/maven/pull/646#discussion_r776253734
##
File path: .gitignore
##
@@ -15,3 +15,4 @@ out/
.java-version
.checkstyle
.factorypath
+.vscode/
Review comment:
This should go to global git c
hboutemy commented on pull request #641:
URL: https://github.com/apache/maven/pull/641#issuecomment-1003050980
@michael-o no problem to do the work in 2 steps, sure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
[
https://issues.apache.org/jira/browse/MNG-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466897#comment-17466897
]
Hudson commented on MNG-7047:
-
Build succeeded in Jenkins: Maven » Maven TLP » maven » master #
dependabot[bot] opened a new pull request #80:
URL: https://github.com/apache/maven-compiler-plugin/pull/80
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.1.0 to 4.2.0.
Release notes
Sourced from https://github.com/mockito/mockito/releases";>mockito-core's
release
slachiewicz merged pull request #80:
URL: https://github.com/apache/maven-compiler-plugin/pull/80
--
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:
michael-o opened a new pull request #143:
URL: https://github.com/apache/maven-resolver/pull/143
…protected abstract
--
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 uns
findepi commented on pull request #407:
URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-1003083429
The build was failing because i added an execution with TestNG 5.13, which
happens not to work under JDK 17.
This should be fixed now. @slawekjaranowski can you please l
asfgit closed pull request #641:
URL: https://github.com/apache/maven/pull/641
--
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...@
asfgit merged pull request #641:
URL: https://github.com/apache/maven/pull/641
--
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/MNG-7374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-7374.
---
Resolution: Fixed
Fixed with
[46d57bdb3f54feb45d0ab22a255b9bcc6b704a27|https://gitbox.apache.org/repos
[
https://issues.apache.org/jira/browse/MRESOLVER-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov reassigned MRESOLVER-233:
Assignee: Michael Osipov
> Make org.e.a.artifact.AbstractArtifact.newInstance()
michael-o commented on pull request #427:
URL: https://github.com/apache/maven/pull/427#issuecomment-1003094540
Just tried `${pom.version}` with `help:evaluate`, this must be also tested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
[
https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466930#comment-17466930
]
Michael Osipov commented on MNG-7038:
-
I need to correct myself, {{root} is not good si
[
https://issues.apache.org/jira/browse/MNG-7379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466931#comment-17466931
]
Rod Widdowson commented on MNG-7379:
:facepalm:
Thanks for spending your time chasing
[
https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466930#comment-17466930
]
Michael Osipov edited comment on MNG-7038 at 12/30/21, 4:20 PM:
-
[
https://issues.apache.org/jira/browse/MNG-7379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-7379.
---
Fix Version/s: (was: waiting-for-feedback)
(was: wontfix-candidate)
Re
[
https://issues.apache.org/jira/browse/MNG-7379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466548#comment-17466548
]
Michael Osipov edited comment on MNG-7379 at 12/30/21, 4:21 PM:
-
[
https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-6727:
Fix Version/s: 4.0.x-candidate
> Using version range in parent and CI Friendly Version fails
> --
[
https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov reassigned MNG-6727:
---
Assignee: Michael Osipov
> Using version range in parent and CI Friendly Version fails
> -
[
https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-6727:
Fix Version/s: 3.8.x-candidate
> Using version range in parent and CI Friendly Version fails
> --
[
https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466938#comment-17466938
]
Hudson commented on MNG-7045:
-
Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-7374
[
https://issues.apache.org/jira/browse/MNG-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466940#comment-17466940
]
Hudson commented on MNG-7047:
-
Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-7374
[
https://issues.apache.org/jira/browse/MNG-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466937#comment-17466937
]
Hudson commented on MNG-7047:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » maven-3.8
[
https://issues.apache.org/jira/browse/MWRAPPER-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466939#comment-17466939
]
Hudson commented on MWRAPPER-14:
Build succeeded in Jenkins: Maven » Maven TLP » maven »
[
https://issues.apache.org/jira/browse/MWRAPPER-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466949#comment-17466949
]
Hudson commented on MWRAPPER-14:
Build unstable in Jenkins: Maven » Maven TLP » maven »
[
https://issues.apache.org/jira/browse/MNG-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466950#comment-17466950
]
Hudson commented on MNG-7047:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-5561_
Konrad Windszus created MSHARED-1010:
Summary: Allow to customize Maven home
Key: MSHARED-1010
URL: https://issues.apache.org/jira/browse/MSHARED-1010
Project: Maven Shared Components
Iss
[
https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus updated MSHARED-1010:
-
Description:
In order to run ITs against multiple versions of Maven, it would be benefi
[
https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus updated MSHARED-1010:
-
Issue Type: New Feature (was: Bug)
> Allow to customize Maven home
> -
Konrad Windszus created MSHARED-1011:
Summary: Ease extension of Verifier
Key: MSHARED-1011
URL: https://issues.apache.org/jira/browse/MSHARED-1011
Project: Maven Shared Components
Issue
Tibor17 commented on pull request #400:
URL: https://github.com/apache/maven-surefire/pull/400#issuecomment-1003142907
@imonteroperez
@slawekjaranowski
@olamy
The includes|excludes, includesFile|excludesFile end up within the
TestListResolver.
There is no need to modify the
[
https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus updated MSHARED-1010:
-
Component/s: maven-verifier
> Allow to customize Maven home
> -
Tibor17 edited a comment on pull request #400:
URL: https://github.com/apache/maven-surefire/pull/400#issuecomment-1003142907
@imonteroperez
@slawekjaranowski
@olamy
The includes|excludes, includesFile|excludesFile end up within the
TestListResolver.
There is no need to modi
Tibor17 edited a comment on pull request #400:
URL: https://github.com/apache/maven-surefire/pull/400#issuecomment-1003142907
@imonteroperez
@slawekjaranowski
@olamy
The includes|excludes, includesFile|excludesFile end up within the
TestListResolver.
There is no need to modi
[
https://issues.apache.org/jira/browse/MWRAPPER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466965#comment-17466965
]
Herve Boutemy commented on MWRAPPER-48:
---
I cannot reproduce any failure like this
[
https://issues.apache.org/jira/browse/MWRAPPER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466967#comment-17466967
]
Valentin Despa commented on MWRAPPER-48:
[~hboutemy] did you try this from a Jen
[
https://issues.apache.org/jira/browse/MSHARED-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466977#comment-17466977
]
Michael Osipov commented on MSHARED-1011:
-
Can you describe your usecases?
> E
[
https://issues.apache.org/jira/browse/DOXIA-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466983#comment-17466983
]
ASF GitHub Bot commented on DOXIA-630:
--
asfgit closed pull request #79:
URL: https://
[
https://issues.apache.org/jira/browse/DOXIA-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed DOXIA-630.
Resolution: Fixed
Fixed with
[ba9b17a4903f5efd873c02e20664d563a54bef66|https://gitbox.apache.org/re
1 - 100 of 124 matches
Mail list logo