[jira] [Comment Edited] (MJAVADOC-645) Remind user to add Automatic-Module-Name entry when an unnamed module depends on a named module

2020-03-23 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065323#comment-17065323 ] Gili edited comment on MJAVADOC-645 at 3/24/20, 5:23 AM: - Turns

[jira] [Updated] (MJAVADOC-645) Remind user to add Automatic-Module-Name entry when an unnamed module depends on a named module

2020-03-23 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gili updated MJAVADOC-645: -- Summary: Remind user to add Automatic-Module-Name entry when an unnamed module depends on a named module (wa

[jira] [Updated] (MJAVADOC-645) Cannot mix named and unnamed modules while inheriting from Sonatype POM

2020-03-23 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gili updated MJAVADOC-645: -- Issue Type: Improvement (was: Bug) > Cannot mix named and unnamed modules while inheriting from Sonatype POM

[jira] [Commented] (MJAVADOC-645) Cannot mix named and unnamed modules while inheriting from Sonatype POM

2020-03-23 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065323#comment-17065323 ] Gili commented on MJAVADOC-645: --- Fixed by adding: {code:java} org.apache.maven.

[GitHub] [maven-surefire] Tibor17 commented on issue #278: Surefire 1762

2020-03-23 Thread GitBox
Tibor17 commented on issue #278: Surefire 1762 URL: https://github.com/apache/maven-surefire/pull/278#issuecomment-602936225 @lne3 We need to have only one commit on the top of master head. The master has changed. Pls `git fetch` and `git rebase` your branch, and then `git push --for

[jira] [Commented] (MJAVADOC-645) Cannot mix named and unnamed modules while inheriting from Sonatype POM

2020-03-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065153#comment-17065153 ] Michael Osipov commented on MJAVADOC-645: - Not w/o testing... > Cannot mix nam

[jira] [Commented] (MJAVADOC-645) Cannot mix named and unnamed modules while inheriting from Sonatype POM

2020-03-23 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065152#comment-17065152 ] Gili commented on MJAVADOC-645: --- Any idea why the testcase is failing though? > Canno

[GitHub] [maven-surefire] lne3 commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object)

2020-03-23 Thread GitBox
lne3 commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object) URL: https://github.com/apache/maven-surefire/pull/276#issuecomment-602878307 > > Yes, I'll take care of it. > > > @lne3 > Can you make a new PR where the line of code will be as

[GitHub] [maven-surefire] lne3 edited a comment on issue #276: use org.testng.TestNG.addListener(java.lang.Object)

2020-03-23 Thread GitBox
lne3 edited a comment on issue #276: use org.testng.TestNG.addListener(java.lang.Object) URL: https://github.com/apache/maven-surefire/pull/276#issuecomment-602878307 > @lne3 > Can you make a new PR where the line of code will be as follows? > `testNG.addListener( (ITestNGListener) li

[jira] [Commented] (SUREFIRE-1762) skipAfterFailureCount>0 with testng 7.1.0 resulting in java.lang.NoSuchMethodError: org.testng.TestNG.addListener(Lorg/testng/ITestListener;)V

2020-03-23 Thread Lutz Neugebauer (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065131#comment-17065131 ] Lutz Neugebauer commented on SUREFIRE-1762: --- 2nd attempt: [https://github.co

[GitHub] [maven-surefire] lne3 opened a new pull request #278: Surefire 1762

2020-03-23 Thread GitBox
lne3 opened a new pull request #278: Surefire 1762 URL: https://github.com/apache/maven-surefire/pull/278 - address SUREFIRE-1762 - stop using deprecated org.testng.TestNG.addListener(java.lang.Object) as indicated in SUREFIRE-1762 discussion

[GitHub] [maven-shared-utils] elharo merged pull request #10: fix a number of small warnings and formatting issues

2020-03-23 Thread GitBox
elharo merged pull request #10: fix a number of small warnings and formatting issues URL: https://github.com/apache/maven-shared-utils/pull/10 This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Commented] (MJAVADOC-645) Cannot mix named and unnamed modules while inheriting from Sonatype POM

2020-03-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065066#comment-17065066 ] Michael Osipov commented on MJAVADOC-645: - [~cowwoc], no you don't. There is no

[jira] [Commented] (MNGSITE-400) Introduce several fixes into the `POM Reference` document

2020-03-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065063#comment-17065063 ] Hudson commented on MNGSITE-400: Build succeeded in Jenkins: Maven TLP » maven-site » ma

[GitHub] [maven-surefire] lne3 edited a comment on issue #276: use org.testng.TestNG.addListener(java.lang.Object)

2020-03-23 Thread GitBox
lne3 edited a comment on issue #276: use org.testng.TestNG.addListener(java.lang.Object) URL: https://github.com/apache/maven-surefire/pull/276#issuecomment-602715958 Yes, I'll take care of it. This is an automated message fr

[GitHub] [maven-fluido-skin] slawekjaranowski opened a new pull request #14: [MSKINS-164] Upgrade maven-invoker-plugin 1.10 -> 3.2.1

2020-03-23 Thread GitBox
slawekjaranowski opened a new pull request #14: [MSKINS-164] Upgrade maven-invoker-plugin 1.10 -> 3.2.1 URL: https://github.com/apache/maven-fluido-skin/pull/14 This is an automated message from the Apache Git Service. To re

[GitHub] [maven-fluido-skin] slawekjaranowski opened a new pull request #13: [MSKINS-163] Upgrade parent pom 30 -> 34

2020-03-23 Thread GitBox
slawekjaranowski opened a new pull request #13: [MSKINS-163] Upgrade parent pom 30 -> 34 URL: https://github.com/apache/maven-fluido-skin/pull/13 This is an automated message from the Apache Git Service. To respond to the me

[jira] [Created] (MSKINS-164) Upgrade maven-invoker-plugin 1.10 -> 3.2.1

2020-03-23 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MSKINS-164: -- Summary: Upgrade maven-invoker-plugin 1.10 -> 3.2.1 Key: MSKINS-164 URL: https://issues.apache.org/jira/browse/MSKINS-164 Project: Maven Skins Is

[GitHub] [maven-surefire] lne3 commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object)

2020-03-23 Thread GitBox
lne3 commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object) URL: https://github.com/apache/maven-surefire/pull/276#issuecomment-602715958 Yes, I'll take care of it. Von: Tibor Digana Gesendet: Montag, 23. März 2020, 15:15 A

[jira] [Commented] (MJAVADOC-645) Cannot mix named and unnamed modules while inheriting from Sonatype POM

2020-03-23 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17064909#comment-17064909 ] Gili commented on MJAVADOC-645: --- If I don't inherit from the sonatype POM, the error goes

[jira] [Commented] (MJAVADOC-645) Cannot mix named and unnamed modules while inheriting from Sonatype POM

2020-03-23 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17064902#comment-17064902 ] Gili commented on MJAVADOC-645: --- I'm running this on Windows 10.0.18363.720, JDK 14+36-14

[jira] [Created] (MJAVADOC-645) Cannot mix named and unnamed modules while inheriting from Sonatype POM

2020-03-23 Thread Gili (Jira)
Gili created MJAVADOC-645: - Summary: Cannot mix named and unnamed modules while inheriting from Sonatype POM Key: MJAVADOC-645 URL: https://issues.apache.org/jira/browse/MJAVADOC-645 Project: Maven Javadoc Pl

[GitHub] [maven-javadoc-plugin] elharo opened a new pull request #42: update qdox

2020-03-23 Thread GitBox
elharo opened a new pull request #42: update qdox URL: https://github.com/apache/maven-javadoc-plugin/pull/42 @rfscholte This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [maven-surefire] Tibor17 merged pull request #277: Revert "use org.testng.TestNG.addListener(java.lang.Object)"

2020-03-23 Thread GitBox
Tibor17 merged pull request #277: Revert "use org.testng.TestNG.addListener(java.lang.Object)" URL: https://github.com/apache/maven-surefire/pull/277 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [maven-surefire] Tibor17 opened a new pull request #277: Revert "use org.testng.TestNG.addListener(java.lang.Object)"

2020-03-23 Thread GitBox
Tibor17 opened a new pull request #277: Revert "use org.testng.TestNG.addListener(java.lang.Object)" URL: https://github.com/apache/maven-surefire/pull/277 Reverts apache/maven-surefire#276 This is an automated message from t

[jira] [Reopened] (SUREFIRE-1762) skipAfterFailureCount>0 with testng 7.1.0 resulting in java.lang.NoSuchMethodError: org.testng.TestNG.addListener(Lorg/testng/ITestListener;)V

2020-03-23 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana reopened SUREFIRE-1762: > skipAfterFailureCount>0 with testng 7.1.0 resulting in > java.lang.NoSuchMethodError: >

[jira] [Created] (MDEP-680) dependency:go-offline does not use repositories from parent pom in reactor build

2020-03-23 Thread Andreas Janning (Jira)
Andreas Janning created MDEP-680: Summary: dependency:go-offline does not use repositories from parent pom in reactor build Key: MDEP-680 URL: https://issues.apache.org/jira/browse/MDEP-680 Project: M

[GitHub] [maven-surefire] Tibor17 commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object)

2020-03-23 Thread GitBox
Tibor17 commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object) URL: https://github.com/apache/maven-surefire/pull/276#issuecomment-602622965 @lne3 Can you make a new PR where the line of code will be as follows? `testNG.addListener( (ITestNGListener) listener );

[GitHub] [maven-surefire] juherr commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object)

2020-03-23 Thread GitBox
juherr commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object) URL: https://github.com/apache/maven-surefire/pull/276#issuecomment-602611378 Only specific methods were removed. So `org.testng.TestNG.addListener(org/testng/ITestListener)` is removed but `org.testng.T

[jira] [Updated] (MJAVADOC-468) Please provide an example for the userproperty groups

2020-03-23 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MJAVADOC-468: --- Issue Type: Improvement (was: Bug) > Please provide an example for the use

[jira] [Updated] (MJAVADOC-468) Please provide an example for the userproperty groups

2020-03-23 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MJAVADOC-468: --- Component/s: (was: javadoc) > Please provide an example for the userpro

[jira] [Updated] (MJAVADOC-468) Please provide an example for the userproperty groups

2020-03-23 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MJAVADOC-468: --- Labels: docs up-for-grabs (was: ) > Please provide an example for the user

[GitHub] [maven-surefire] Tibor17 commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object)

2020-03-23 Thread GitBox
Tibor17 commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object) URL: https://github.com/apache/maven-surefire/pull/276#issuecomment-602603895 That's what we had before I guess. @lne3 right? @juherr and we have got the reflection exception. Now I am

[jira] [Updated] (MJAVADOC-430) Pick up documentation and integrate it into plugin docs

2020-03-23 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MJAVADOC-430: --- Labels: docs up-for-grabs (was: ) > Pick up documentation and integrate it

[jira] [Updated] (MNGSITE-400) Introduce several fixes into the `POM Reference` document

2020-03-23 Thread Jira
[ https://issues.apache.org/jira/browse/MNGSITE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edinson E. Padrón Urdaneta updated MNGSITE-400: --- Description: There are several typos to be fixed and improvement opp

[jira] [Created] (MNGSITE-400) Introduce several fixes into the `POM Reference` document

2020-03-23 Thread Jira
Edinson E. Padrón Urdaneta created MNGSITE-400: -- Summary: Introduce several fixes into the `POM Reference` document Key: MNGSITE-400 URL: https://issues.apache.org/jira/browse/MNGSITE-400

[jira] [Commented] (SUREFIRE-1762) skipAfterFailureCount>0 with testng 7.1.0 resulting in java.lang.NoSuchMethodError: org.testng.TestNG.addListener(Lorg/testng/ITestListener;)V

2020-03-23 Thread Julien Herr (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17064589#comment-17064589 ] Julien Herr commented on SUREFIRE-1762: --- I'm a bit too late but as pointed on [

[GitHub] [maven-surefire] juherr edited a comment on issue #276: use org.testng.TestNG.addListener(java.lang.Object)

2020-03-23 Thread GitBox
juherr edited a comment on issue #276: use org.testng.TestNG.addListener(java.lang.Object) URL: https://github.com/apache/maven-surefire/pull/276#issuecomment-602426682 If possible, a cast to `ITestNGListener` is better because `addListener(Object)` will be removed a day: https://github.c

[GitHub] [maven-surefire] juherr commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object)

2020-03-23 Thread GitBox
juherr commented on issue #276: use org.testng.TestNG.addListener(java.lang.Object) URL: https://github.com/apache/maven-surefire/pull/276#issuecomment-602426682 If possible, a cast to `ITestNGListener` will be better because `addListener(Object)` will be removed a day: https://github.com