[jira] [Closed] (SUREFIRE-1688) Junit Platform test with failing @BeforeAll does not fail the build

2019-11-29 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1688. -- Resolution: Fixed https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=ae3e0a

[GitHub] [maven-surefire] Tibor17 closed pull request #255: [SUREFIRE-1688] Add failing test case for failure in BeforeAll method

2019-11-29 Thread GitBox
Tibor17 closed pull request #255: [SUREFIRE-1688] Add failing test case for failure in BeforeAll method URL: https://github.com/apache/maven-surefire/pull/255 This is an automated message from the Apache Git Service. To resp

[jira] [Updated] (SUREFIRE-1688) Junit Platform test with failing @BeforeAll does not fail the build

2019-11-29 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1688: --- Fix Version/s: 3.0.0-M5 > Junit Platform test with failing @BeforeAll does not fail the bu

[jira] [Assigned] (SUREFIRE-1688) Junit Platform test with failing @BeforeAll does not fail the build

2019-11-29 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana reassigned SUREFIRE-1688: -- Assignee: Tibor Digana > Junit Platform test with failing @BeforeAll does not fail

[jira] [Commented] (SUREFIRE-1688) Junit Platform test with failing @BeforeAll does not fail the build

2019-11-29 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985200#comment-16985200 ] Tibor Digana commented on SUREFIRE-1688: [~eolivelli] I had to rework the IT t

[GitHub] [maven-surefire] Tibor17 merged pull request #258: [SUREFIRE-1688] Add failing test case for failure in BeforeAll method

2019-11-29 Thread GitBox
Tibor17 merged pull request #258: [SUREFIRE-1688] Add failing test case for failure in BeforeAll method URL: https://github.com/apache/maven-surefire/pull/258 This is an automated message from the Apache Git Service. To resp

[jira] [Commented] (MJAVADOC-583) javadoc: error - The code being documented uses modules but the packages defined in {URL} are in the unnamed module

2019-11-29 Thread Julien Gouesse (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985158#comment-16985158 ] Julien Gouesse commented on MJAVADOC-583: - [~rfscholte] I was affected by this

[jira] [Commented] (MJAVADOC-620) Maven Javadoc Plugin fails to resolve the dependencies when used with Java 11

2019-11-29 Thread Julien Gouesse (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985146#comment-16985146 ] Julien Gouesse commented on MJAVADOC-620: - [~YetAnotherFrank] Thank you, it wor

[jira] [Commented] (MNG-6806) Provide Maven BOM

2019-11-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985124#comment-16985124 ] Michael Osipov commented on MNG-6806: - Is this intended for external users of your Mave

[jira] [Updated] (MNG-6793) Sharing local repo for dependencies and a separate local repo for project

2019-11-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6793: Fix Version/s: waiting-for-feedback > Sharing local repo for dependencies and a separate local repo f

[jira] [Commented] (MNG-6793) Sharing local repo for dependencies and a separate local repo for project

2019-11-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985122#comment-16985122 ] Michael Osipov commented on MNG-6793: - Can we close this or do you need anything else r

[GitHub] [maven] soloturn edited a comment on issue #256: MNG-6685: convert maven-model-builder to JSR 330

2019-11-29 Thread GitBox
soloturn edited a comment on issue #256: MNG-6685: convert maven-model-builder to JSR 330 URL: https://github.com/apache/maven/pull/256#issuecomment-559825913 @michael-o - commit https://github.com/apache/maven/commit/07ab962c85950b034be3216996900920c0204c3a fixed @qoomon s problem, same

[GitHub] [maven] soloturn commented on issue #256: MNG-6685: convert maven-model-builder to JSR 330

2019-11-29 Thread GitBox
soloturn commented on issue #256: MNG-6685: convert maven-model-builder to JSR 330 URL: https://github.com/apache/maven/pull/256#issuecomment-559825913 @michael-o - https://github.com/apache/maven/commit/07ab962c85950b034be3216996900920c0204c3a

[jira] [Closed] (MNG-6790) Redundant code in MavenCli.cliMerge

2019-11-29 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MNG-6790. --- Assignee: Robert Scholte Resolution: Won't Fix At the moment cliMerge is only used once, and beca

[GitHub] [maven] rfscholte closed pull request #296: [MNG-6790] - Redundant code in MavenCli.cliMerge

2019-11-29 Thread GitBox
rfscholte closed pull request #296: [MNG-6790] - Redundant code in MavenCli.cliMerge URL: https://github.com/apache/maven/pull/296 This is an automated message from the Apache Git Service. To respond to the message, please l

[jira] [Commented] (MNG-6797) Remember in MavenSession that there were problems detected when building Maven model

2019-11-29 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985040#comment-16985040 ] Václav Haisman commented on MNG-6797: - The problems are detected and messages about the

[jira] [Commented] (MNG-6797) Remember in MavenSession that there were problems detected when building Maven model

2019-11-29 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985025#comment-16985025 ] Robert Scholte commented on MNG-6797: - Problems with the model are detected while creat

[jira] [Commented] (MINSTALL-148) Document change about createChecksums

2019-11-29 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984921#comment-16984921 ] Karl Heinz Marbaise commented on MINSTALL-148: -- Do not comment on closed t

[jira] [Commented] (MNG-6656) Introduce base for build/consumer process

2019-11-29 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984904#comment-16984904 ] Hudson commented on MNG-6656: - Build unstable in Jenkins: Maven TLP » maven » MNG-6656 #25 See

[jira] [Commented] (MINSTALL-148) Document change about createChecksums

2019-11-29 Thread Radek Antoniuk (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984897#comment-16984897 ] Radek Antoniuk commented on MINSTALL-148: - FYI, "Creating checksums" page now l

[jira] [Commented] (MNG-6399) Lift JDK minimum to JDK 8

2019-11-29 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984903#comment-16984903 ] Hudson commented on MNG-6399: - Build unstable in Jenkins: Maven TLP » maven » MNG-6656 #25 See

[GitHub] [maven-surefire] t-8ch commented on issue #258: [SUREFIRE-1688] Add failing test case for failure in BeforeAll method

2019-11-29 Thread GitBox
t-8ch commented on issue #258: [SUREFIRE-1688] Add failing test case for failure in BeforeAll method URL: https://github.com/apache/maven-surefire/pull/258#issuecomment-559716395 @Tibor17 looks fine for me! This is an automat

[jira] [Commented] (SUREFIRE-1728) maven.test.failure.ignore: differentiate between test failure and timeout

2019-11-29 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984819#comment-16984819 ] Tibor Digana commented on SUREFIRE-1728: We can send additional event from the

[jira] [Commented] (SUREFIRE-1728) maven.test.failure.ignore: differentiate between test failure and timeout

2019-11-29 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984818#comment-16984818 ] Tibor Digana commented on SUREFIRE-1728: I forgot to say that you should inclu

[jira] [Commented] (SUREFIRE-1728) maven.test.failure.ignore: differentiate between test failure and timeout

2019-11-29 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984817#comment-16984817 ] Tibor Digana commented on SUREFIRE-1728: {{maven.test.failure.ignore}} and {{s

[GitHub] [maven-surefire] Tibor17 commented on issue #258: [SUREFIRE-1688] Add failing test case for failure in BeforeAll method

2019-11-29 Thread GitBox
Tibor17 commented on issue #258: [SUREFIRE-1688] Add failing test case for failure in BeforeAll method URL: https://github.com/apache/maven-surefire/pull/258#issuecomment-559702881 @t-8ch I want to invite you in this PR before I will commit the fix for SUREFIRE-1688. This pr is diffe