slawekjaranowski commented on pull request #169:
URL:
https://github.com/apache/maven-dependency-plugin/pull/169#issuecomment-968247190
When we have default value, like:
```
@Parameter( defaultValue = "pom,ear" )
private List ignoredPackagings = new ArrayList<>();
```
slawekjaranowski commented on pull request #169:
URL:
https://github.com/apache/maven-dependency-plugin/pull/169#issuecomment-968252892
@slachiewicz please try again on jenkins
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
slawekjaranowski commented on a change in pull request #393:
URL: https://github.com/apache/maven-surefire/pull/393#discussion_r748826837
##
File path:
maven-surefire-common/src/main/java/org/apache/maven/surefire/providerapi/ConfigurableProviderInfo.java
##
@@ -22,7 +22,7 @@
pzygielo commented on pull request #169:
URL:
https://github.com/apache/maven-dependency-plugin/pull/169#issuecomment-968255529
> When we have default value, like:
>
> ```
> @Parameter( defaultValue = "pom,ear" )
> private List ignoredPackagings = new ArrayList<>();
> ```
pzygielo commented on a change in pull request #169:
URL:
https://github.com/apache/maven-dependency-plugin/pull/169#discussion_r748826986
##
File path:
src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java
##
@@ -222,6 +222,18 @@
@Parameter
slawekjaranowski commented on a change in pull request #393:
URL: https://github.com/apache/maven-surefire/pull/393#discussion_r748826991
##
File path:
maven-surefire-common/src/main/java/org/apache/maven/surefire/providerapi/ProviderDetector.java
##
@@ -0,0 +1,104 @@
+package
slawekjaranowski commented on a change in pull request #393:
URL: https://github.com/apache/maven-surefire/pull/393#discussion_r748827350
##
File path:
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
##
@@ -1197,13 +1200,12 @@ pri
pzygielo edited a comment on pull request #169:
URL:
https://github.com/apache/maven-dependency-plugin/pull/169#issuecomment-968255529
> When we have default value, like:
>
> ```
> @Parameter( defaultValue = "pom,ear" )
> private List ignoredPackagings = new ArrayList<>();
slawekjaranowski commented on a change in pull request #169:
URL:
https://github.com/apache/maven-dependency-plugin/pull/169#discussion_r748837146
##
File path:
src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java
##
@@ -222,6 +222,18 @@
@Pa
slawekjaranowski commented on a change in pull request #169:
URL:
https://github.com/apache/maven-dependency-plugin/pull/169#discussion_r748837146
##
File path:
src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java
##
@@ -222,6 +222,18 @@
@Pa
pzygielo commented on a change in pull request #169:
URL:
https://github.com/apache/maven-dependency-plugin/pull/169#discussion_r748837756
##
File path:
src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java
##
@@ -222,6 +222,18 @@
@Parameter
[
https://issues.apache.org/jira/browse/MRESOLVER-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443342#comment-17443342
]
Michael Osipov commented on MRESOLVER-219:
--
I will pick this up after Maven 3
[
https://issues.apache.org/jira/browse/MRESOLVER-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRESOLVER-210.
> Use try with resource
> -
>
> Key: MRESOLVER-210
>
[
https://issues.apache.org/jira/browse/MRESOLVER-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MRESOLVER-210:
-
Fix Version/s: ant-tasks-1.4.0
> Use try with resource
> -
>
>
[
https://issues.apache.org/jira/browse/MRESOLVER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MRESOLVER-215:
-
Fix Version/s: ant-tasks-1.4.0
> java7 improvement.
> --
>
>
[
https://issues.apache.org/jira/browse/MRESOLVER-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRESOLVER-207.
Assignee: Michael Osipov
Resolution: Fixed
Fixed with
[d21ca3f04b7525fab7d2176177
[
https://issues.apache.org/jira/browse/MRESOLVER-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRESOLVER-208.
Assignee: Michael Osipov
Resolution: Fixed
Fixed with
[ceeb4e91ec58f8ea51e0a0788d
[
https://issues.apache.org/jira/browse/MRESOLVER-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MRESOLVER-181:
-
Summary: Upgrade Ant to 1.9.16 (was: Upgrade Ant to 1.9.15)
> Upgrade Ant to 1.9.16
>
slawekjaranowski commented on a change in pull request #169:
URL:
https://github.com/apache/maven-dependency-plugin/pull/169#discussion_r748863820
##
File path:
src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java
##
@@ -222,6 +222,18 @@
@Pa
[
https://issues.apache.org/jira/browse/MRESOLVER-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MRESOLVER-215:
-
Summary: Java 7 improvements (was: java7 improvement.)
> Java 7 improvements
> --
[
https://issues.apache.org/jira/browse/MRESOLVER-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MRESOLVER-210:
-
Summary: Use try with resources (was: Use try with resource)
> Use try with resources
michael-o commented on pull request #6:
URL:
https://github.com/apache/maven-resolver-ant-tasks/pull/6#issuecomment-968309577
I am currently stuck at:
```
[INFO] [junit] Testsuite:
org.apache.maven.resolver.internal.ant.DeployTest
[INFO] [junit] Tests run: 1, Failures: 1,
Herve Boutemy created MARTIFACT-29:
--
Summary: add support for pom generated by flatten-maven-plugin
Key: MARTIFACT-29
URL: https://issues.apache.org/jira/browse/MARTIFACT-29
Project: Maven Artifact Pl
michael-o commented on pull request #6:
URL:
https://github.com/apache/maven-resolver-ant-tasks/pull/6#issuecomment-968331562
Tried for two more hours, no avail. I don't see the actual issue here :-(
If you run Ant directly, it works, but the locks up with the `ResolveTest`
:-(
--
Th
michael-o edited a comment on pull request #6:
URL:
https://github.com/apache/maven-resolver-ant-tasks/pull/6#issuecomment-968331562
Tried for two more hours, no avail. I don't see the actual issue here :(
If you run Ant directly, it works, but the locks up with the `ResolveTest` :(
--
michael-o commented on pull request #6:
URL:
https://github.com/apache/maven-resolver-ant-tasks/pull/6#issuecomment-968332362
I am included to disable this test for now and continue with the PR until
someone can solve this.
--
This is an automated message from the Apache Git Service.
To
[
https://issues.apache.org/jira/browse/SUREFIRE-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443407#comment-17443407
]
Slawomir Jaranowski commented on SUREFIRE-1621:
---
Please verify with the
[
https://issues.apache.org/jira/browse/MARTIFACT-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy closed MARTIFACT-29.
--
Fix Version/s: 3.2.0
Assignee: Herve Boutemy
Resolution: Fixed
done in
https
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443410#comment-17443410
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » mojo-logg
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443411#comment-17443411
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7166
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443414#comment-17443414
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7270-
[
https://issues.apache.org/jira/browse/MARTIFACT-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy closed MARTIFACT-28.
--
Assignee: Herve Boutemy
Resolution: Fixed
done in
https://github.com/apache/maven-arti
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443417#comment-17443417
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven »
do-not-k
[
https://issues.apache.org/jira/browse/MARTIFACT-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy closed MARTIFACT-17.
--
Fix Version/s: 3.2.0
Assignee: Herve Boutemy
Resolution: Fixed
done in
https
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443419#comment-17443419
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-5222
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443421#comment-17443421
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7122
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443422#comment-17443422
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven »
MNG-7173
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443426#comment-17443426
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6727
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443427#comment-17443427
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7270
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443431#comment-17443431
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven »
maven-3.
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443432#comment-17443432
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6846
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443437#comment-17443437
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven »
collapse
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443439#comment-17443439
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7287
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443440#comment-17443440
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7177
Tibor17 commented on pull request #388:
URL: https://github.com/apache/maven-surefire/pull/388#issuecomment-968354783
@slawekjaranowski
I am investigating the Jenkins build. After we have got a new Jenkins build
system the build appeared unstable.
Let's see what we would find in:
[
https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443441#comment-17443441
]
Konrad Windszus commented on MNG-6843:
--
[~michael-o] Shouldn't this be reopened with
Tibor17 merged pull request #395:
URL: https://github.com/apache/maven-surefire/pull/395
--
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
Tibor17 commented on pull request #393:
URL: https://github.com/apache/maven-surefire/pull/393#issuecomment-968355971
@slawekjaranowski
The Jenkins build is under investigation in the `jenkins` branch
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/jenkins/
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443442#comment-17443442
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-4645
mickaelistria commented on pull request #570:
URL: https://github.com/apache/maven/pull/570#issuecomment-968357352
Was a similar test included with some other commit? If so, should this be
closed now?
--
This is an automated message from the Apache Git Service.
To respond to the message,
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443443#comment-17443443
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-4645+
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443445#comment-17443445
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven »
maven-3.
[
https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443446#comment-17443446
]
Hudson commented on MNG-6914:
-
Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6471
[
https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443448#comment-17443448
]
Michael Osipov commented on MNG-6843:
-
No, because that would mean that the change has
[
https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443453#comment-17443453
]
Falko Modler edited comment on MNG-6843 at 11/14/21, 9:34 PM:
--
[
https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443453#comment-17443453
]
Falko Modler commented on MNG-6843:
---
{quote}If this is still broken (again) in 3.8.4 then
cstamas commented on pull request #6:
URL:
https://github.com/apache/maven-resolver-ant-tasks/pull/6#issuecomment-968366655
To me also it runs all until ResolveTest where it deadlocks, Reason is:
1- DefaultAntLogger uses PrintStream (that sync on this/self)
2- AntBuildsTest now uses B
[
https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443455#comment-17443455
]
Michael Osipov commented on MNG-6843:
-
Correct. The TL fix caused multiple regressions.
[
https://issues.apache.org/jira/browse/MNG-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443458#comment-17443458
]
Michael Osipov commented on MNG-6843:
-
I hope we can get this straight in 3.8.5 or 3.9.
cstamas opened a new pull request #13:
URL: https://github.com/apache/maven-resolver-ant-tasks/pull/13
The code deadlocks, as now BuildFileRule is used that syncs on
System.out but resolver uses by default 5 threads to resolve and
deadlocks on logging.
--
This is an automated messag
cstamas commented on pull request #6:
URL:
https://github.com/apache/maven-resolver-ant-tasks/pull/6#issuecomment-968372176
Pushed changes I did (partially based on changes in this PR), please reuse
https://github.com/apache/maven-resolver-ant-tasks/pull/13
--
This is an automated messa
[
https://issues.apache.org/jira/browse/MCOMPILER-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MCOMPILER-471:
Description: as part of documented strategy
https://maven.apache.org/developers/compatib
[
https://issues.apache.org/jira/browse/SUREFIRE-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana updated SUREFIRE-1957:
---
Fix Version/s: 3.0.0-M6
> Get rid of maven-artifact-transfer
> ---
[
https://issues.apache.org/jira/browse/SUREFIRE-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana reassigned SUREFIRE-1957:
--
Assignee: Tibor Digana
> Get rid of maven-artifact-transfer
> -
[
https://issues.apache.org/jira/browse/SUREFIRE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana reassigned SUREFIRE-1959:
--
Assignee: Tibor Digana
> Switch to Maven 3.1+
>
>
>
[
https://issues.apache.org/jira/browse/SUREFIRE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana updated SUREFIRE-1959:
---
Fix Version/s: 3.0.0-M6
> Switch to Maven 3.1+
>
>
>
[
https://issues.apache.org/jira/browse/SUREFIRE-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443490#comment-17443490
]
Tibor Digana commented on SUREFIRE-1957:
[~slawekjaranowski]
So it would be w
[
https://issues.apache.org/jira/browse/SUREFIRE-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443490#comment-17443490
]
Tibor Digana edited comment on SUREFIRE-1957 at 11/14/21, 11:34 PM:
CMoH commented on pull request #388:
URL: https://github.com/apache/maven-surefire/pull/388#issuecomment-968392091
> @slawekjaranowski I am investigating the Jenkins build. After we have got
a new Jenkins build system the build appeared unstable. Let's see what we would
find in:
https://c
[
https://issues.apache.org/jira/browse/SUREFIRE-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443490#comment-17443490
]
Tibor Digana edited comment on SUREFIRE-1957 at 11/14/21, 11:45 PM:
Tibor17 commented on pull request #388:
URL: https://github.com/apache/maven-surefire/pull/388#issuecomment-968393391
@CMoH yes sure, feel free to rebase the branch.
--
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/ARCHETYPE-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated ARCHETYPE-620:
Fix Version/s: 3.2.1
> plexus-interactivity-1.0 bug is triggered since maven 3.8.2
> ---
gnodet commented on pull request #610:
URL: https://github.com/apache/maven/pull/610#issuecomment-968602517
This looks similar to
https://github.com/apache/maven/pull/607/commits/0a6f1d3d2e864b1eb0d84e3bbb929560aba6d483
--
This is an automated message from the Apache Git Service.
To resp
gnodet edited a comment on pull request #610:
URL: https://github.com/apache/maven/pull/610#issuecomment-968602517
This looks roughly similar to
https://github.com/apache/maven/pull/607/commits/0a6f1d3d2e864b1eb0d84e3bbb929560aba6d483
The https://github.com/apache/maven/tree/MNG-7129-mas
gnodet commented on a change in pull request #601:
URL: https://github.com/apache/maven/pull/601#discussion_r749067028
##
File path: maven-core/src/main/java/org/apache/maven/project/MavenProject.java
##
@@ -951,7 +951,7 @@ public void addAttachedArtifact( Artifact artifact )
75 matches
Mail list logo