[jira] [Updated] (SCM-946) Making the maven-scm-plugin fit for parallel execution (@threadSafe)

2020-11-09 Thread Lonzak (Jira)
[ https://issues.apache.org/jira/browse/SCM-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lonzak updated SCM-946: --- Description: During our build with maven 3.5.4 we get the following warning which seem to indicate that the @threadSafe

[GitHub] [maven-scm] michael-o commented on pull request #107: Fix for SCM-946 - Parallel execution (@threadSafe)

2020-11-09 Thread GitBox
michael-o commented on pull request #107: URL: https://github.com/apache/maven-scm/pull/107#issuecomment-724350785 Why did you mark it as such? This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [maven-scm] Lonzak edited a comment on pull request #107: Fix for SCM-946 - Parallel execution (@threadSafe)

2020-11-09 Thread GitBox
Lonzak edited a comment on pull request #107: URL: https://github.com/apache/maven-scm/pull/107#issuecomment-724325874 Good question - I don't. Do you? This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-scm] Lonzak commented on pull request #107: Fix for SCM-946 - Parallel execution (@threadSafe)

2020-11-09 Thread GitBox
Lonzak commented on pull request #107: URL: https://github.com/apache/maven-scm/pull/107#issuecomment-724325874 Good question - I don't. This is an automated message from the Apache Git Service. To respond to the message, ple

[jira] [Closed] (MNG-6890) MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-6890. --- Resolution: Fixed Fixed with [21321361c71d0a8628a74a8173c3b5bf91b0a3a2|https://gitbox.apache.org/repos

[GitHub] [maven-integration-testing] asfgit closed pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
asfgit closed pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [maven-scm] michael-o commented on pull request #107: Fix for SCM-946 - Parallel execution (@threadSafe)

2020-11-09 Thread GitBox
michael-o commented on pull request #107: URL: https://github.com/apache/maven-scm/pull/107#issuecomment-724286412 How do you know that this is thread safe? This is an automated message from the Apache Git Service. To respond

[jira] [Updated] (SCM-946) Making the maven-scm-plugin fit for parallel execution (@threadSafe)

2020-11-09 Thread Lonzak (Jira)
[ https://issues.apache.org/jira/browse/SCM-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lonzak updated SCM-946: --- Description: During our build with maven 3.5.4 we get the following warning which seem to indicate that the @threadSafe

[jira] [Updated] (SCM-946) Making the maven-scm-plugin fit for parallel execution (@threadSafe)

2020-11-09 Thread Lonzak (Jira)
[ https://issues.apache.org/jira/browse/SCM-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lonzak updated SCM-946: --- Description: During our build with maven 3.5.4 we get the following warning which seem to indicate that the @threadSafe

[GitHub] [maven-scm] Lonzak opened a new pull request #107: Fix for SCM-946

2020-11-09 Thread GitBox
Lonzak opened a new pull request #107: URL: https://github.com/apache/maven-scm/pull/107 added an @threadSafe to the mojo. Alternatively it can also be added in the concrete classes like TagMojo: `@Mojo( name = "tag", aggregator = true, threadSafe = true )` Thanks

[jira] [Created] (SCM-946) Making the maven-scm-plugin fit for parallel execution (@threadSafe)

2020-11-09 Thread Lonzak (Jira)
Lonzak created SCM-946: -- Summary: Making the maven-scm-plugin fit for parallel execution (@threadSafe) Key: SCM-946 URL: https://issues.apache.org/jira/browse/SCM-946 Project: Maven SCM Issue Type: Tas

[jira] [Commented] (MNG-7011) consistent profile/module exclusion

2020-11-09 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-7011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228807#comment-17228807 ] Martin Kanters commented on MNG-7011: - This is the method that processes the -pl flag:

[GitHub] [maven-integration-testing] michael-o commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
michael-o commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-724269242 MNG-3703 fails for me because it relies on MSITE 3.3 which was previously used by Maven 3.6.3. Now, this is not the case anymore so we need to download it expli

[GitHub] [maven-integration-testing] rfscholte commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
rfscholte commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-724267621 I don't see the maven-site-plugin in the list of downloaded artifacts. Why do you think it is required? ---

[GitHub] [maven-integration-testing] michael-o commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
michael-o commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-724254020 Now it is complete, it still required maven-site-plugin 3.3. Works for me. I will merge, if no one objects. ---

[GitHub] [maven-integration-testing] michael-o commented on pull request #76: [MNG-6754] Verify equal version timestamp in multi-module projects

2020-11-09 Thread GitBox
michael-o commented on pull request #76: URL: https://github.com/apache/maven-integration-testing/pull/76#issuecomment-724249934 I will happily review this IT. Thank you very much. This is an automated message from the Apach

[jira] [Commented] (MNG-6754) Set the same timestamp in multi module builds

2020-11-09 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-6754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228793#comment-17228793 ] Maarten Mulders commented on MNG-6754: -- [~michael-o], I have a pull request against Ma

[GitHub] [maven-integration-testing] mthmulders opened a new pull request #76: [MNG-6754] Verify equal version timestamp in multi-module projects

2020-11-09 Thread GitBox
mthmulders opened a new pull request #76: URL: https://github.com/apache/maven-integration-testing/pull/76 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [maven-integration-testing] michael-o commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
michael-o commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-724236188 Let me run that locally... This is an automated message from the Apache Git Service. To respond

[GitHub] [maven-integration-testing] rfscholte commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
rfscholte commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-724235621 I've just updated the commit, now only the pom.xml has to be changed. This is an automated mess

[GitHub] [maven-integration-testing] michael-o closed pull request #55: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2020-11-09 Thread GitBox
michael-o closed pull request #55: URL: https://github.com/apache/maven-integration-testing/pull/55 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-integration-testing] michael-o commented on pull request #55: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2020-11-09 Thread GitBox
michael-o commented on pull request #55: URL: https://github.com/apache/maven-integration-testing/pull/55#issuecomment-724229834 None of those URLs are actually used, they are just there to satisfy the system. This is an au

[GitHub] [maven-integration-testing] michael-o commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
michael-o commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-724201503 Are we good to merge this? I think this serves as a good example how complex a simple update can be. --

[GitHub] [maven-integration-testing] michael-o commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
michael-o commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-724136700 Me neither, but MSITE remained at old, yet some trans dependencies were missing. I am certain when I downgrade it will cause similar Issues. I have wasted too m

[GitHub] [maven-integration-testing] rfscholte commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
rfscholte commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-724117442 The only reason I can think of are that plugins use more different dependencies. I don't really like the number of changes to all the files. How about locki

[GitHub] [maven-integration-testing] michael-o commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
michael-o commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-724106433 @rfscholte This now works. Completely unlcear why. Did you figure out the increate in numbers=

[jira] [Closed] (SUREFIRE-1859) Latest version buffers all stdout, making it unreadable whilst tests are running

2020-11-09 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1859. -- Assignee: Tibor Digana Resolution: Duplicate > Latest version buffers all stdout, maki

[jira] [Commented] (MRESOLVER-146) method to get artifact publication date

2020-11-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228586#comment-17228586 ] Michael Osipov commented on MRESOLVER-146: -- Parent contains the resource: ht

[jira] [Commented] (SUREFIRE-1584) Rerun Failing Tests with JUnit 5

2020-11-09 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228578#comment-17228578 ] Tibor Digana commented on SUREFIRE-1584: [~ctubbsii] See this [feature matrix

[GitHub] [maven-integration-testing] michael-o commented on pull request #75: [MNG-6890] MavenITmng5669ReadPomsOnce is unreliable

2020-11-09 Thread GitBox
michael-o commented on pull request #75: URL: https://github.com/apache/maven-integration-testing/pull/75#issuecomment-723938677 I am giving up, I can't make this work: [INFO] Running org.apache.maven.it.IntegrationTestSuite Running integration tests for Maven 3.7.0-SNAPSHOT

[jira] [Created] (SUREFIRE-1859) Latest version buffers all stdout, making it unreadable whilst tests are running

2020-11-09 Thread Yaytay (Jira)
Yaytay created SUREFIRE-1859: Summary: Latest version buffers all stdout, making it unreadable whilst tests are running Key: SUREFIRE-1859 URL: https://issues.apache.org/jira/browse/SUREFIRE-1859 Project:

[jira] [Commented] (MNG-7011) consistent profile/module exclusion

2020-11-09 Thread Delany (Jira)
[ https://issues.apache.org/jira/browse/MNG-7011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228460#comment-17228460 ] Delany commented on MNG-7011: - Where do I start? > consistent profile/module exclusion > -

[jira] [Commented] (MRESOLVER-146) method to get artifact publication date

2020-11-09 Thread Th Stock (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228451#comment-17228451 ] Th Stock commented on MRESOLVER-146: I dont want relay onĀ  date, but it will be an

[jira] [Commented] (MNG-5987) Document the algorithm calculating the order of plugin executions.

2020-11-09 Thread Delany (Jira)
[ https://issues.apache.org/jira/browse/MNG-5987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228449#comment-17228449 ] Delany commented on MNG-5987: - I don't want to have to rename default plugin executions in orde