[jira] [Commented] (SUREFIRE-1745) Global Junit Test timeout

2020-01-22 Thread Kishore Kumar (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021826#comment-17021826 ] Kishore Kumar commented on SUREFIRE-1745: - [~tibordigana] Yes, I understand that the behavior

[jira] [Created] (WAGON-576) Retry handler docs are possibly wrong

2020-01-22 Thread Michael Medin (Jira)
Michael Medin created WAGON-576: --- Summary: Retry handler docs are possibly wrong Key: WAGON-576 URL: https://issues.apache.org/jira/browse/WAGON-576 Project: Maven Wagon Issue Type: Bug

[GitHub] [maven-release] theit commented on issue #32: [MRELEASE-549] Add support for the "--pin-externals" operations in SCM branch and tag operations

2020-01-22 Thread GitBox
theit commented on issue #32: [MRELEASE-549] Add support for the "--pin-externals" operations in SCM branch and tag operations URL: https://github.com/apache/maven-release/pull/32#issuecomment-577522442 Ping...?  This is

[GitHub] [maven] olamy commented on issue #318: [MNG-6853] - Don't box primitives where it's not needed

2020-01-22 Thread GitBox
olamy commented on issue #318: [MNG-6853] - Don't box primitives where it's not needed URL: https://github.com/apache/maven/pull/318#issuecomment-577514171 not sure about the performance effect of this but usually valueOf use some caching (read javadoc

[GitHub] [maven-checkstyle-plugin] eolivelli commented on issue #24: [MCHECKSTYLE-384] Update IT tests to support checkstyle 8.28

2020-01-22 Thread GitBox
eolivelli commented on issue #24: [MCHECKSTYLE-384] Update IT tests to support checkstyle 8.28 URL: https://github.com/apache/maven-checkstyle-plugin/pull/24#issuecomment-577393358 @romano I understand. It si a very food motivazione. Se shuold chance the JIRA totale andrà the PR

[GitHub] [maven-checkstyle-plugin] romani commented on issue #24: [MCHECKSTYLE-384] Update IT tests to support checkstyle 8.28

2020-01-22 Thread GitBox
romani commented on issue #24: [MCHECKSTYLE-384] Update IT tests to support checkstyle 8.28 URL: https://github.com/apache/maven-checkstyle-plugin/pull/24#issuecomment-577380189 @hazendaz , @eolivelli Security issue were found core library again and fix will be released as 8.29 at 26

[GitHub] [maven] michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread GitBox
michael-o commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-577376996 Will look at this tomorrow.

[jira] [Commented] (SUREFIRE-1745) Global Junit Test timeout

2020-01-22 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021451#comment-17021451 ] Tibor Digana commented on SUREFIRE-1745: [~kishoretak] I cannot make you happy because the

[jira] [Comment Edited] (MNG-6732) DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread Tomo Suzuki (Jira)
[ https://issues.apache.org/jira/browse/MNG-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021433#comment-17021433 ] Tomo Suzuki edited comment on MNG-6732 at 1/22/20 7:58 PM: --- Now PR is to

[GitHub] [maven] suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread GitBox
suztomo commented on issue #277: [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException URL: https://github.com/apache/maven/pull/277#issuecomment-577358114 @michael-o I think it's safer to special-case UnknownHostException. I

[jira] [Commented] (MNG-6732) DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread Tomo Suzuki (Jira)
[ https://issues.apache.org/jira/browse/MNG-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021433#comment-17021433 ] Tomo Suzuki commented on MNG-6732: -- Now PR is to special-case UnknownHostException. Running

[GitHub] [maven] rosti-il opened a new pull request #319: (doc) Simplify code

2020-01-22 Thread GitBox
rosti-il opened a new pull request #319: (doc) Simplify code URL: https://github.com/apache/maven/pull/319 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG)

[jira] [Commented] (WAGON-575) Retry for connection issues

2020-01-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/WAGON-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021385#comment-17021385 ] Michael Osipov commented on WAGON-575: -- I will look at this later today or tomorrow. > Retry for

[jira] [Commented] (MNG-6732) DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021384#comment-17021384 ] Michael Osipov commented on MNG-6732: - Correct. > DefaultArtifactDescriptorReader.loadPom to check

[GitHub] [maven] rosti-il opened a new pull request #318: [MNG-6853] - Don't box primitives where it's not needed

2020-01-22 Thread GitBox
rosti-il opened a new pull request #318: [MNG-6853] - Don't box primitives where it's not needed URL: https://github.com/apache/maven/pull/318 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA

[jira] [Created] (MNG-6853) Don't box primitives where it's not needed

2020-01-22 Thread Rostislav Krasny (Jira)
Rostislav Krasny created MNG-6853: - Summary: Don't box primitives where it's not needed Key: MNG-6853 URL: https://issues.apache.org/jira/browse/MNG-6853 Project: Maven Issue Type:

[jira] [Comment Edited] (MNG-6732) DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread Tomo Suzuki (Jira)
[ https://issues.apache.org/jira/browse/MNG-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021268#comment-17021268 ] Tomo Suzuki edited comment on MNG-6732 at 1/22/20 5:46 PM: --- Memo: Investigation

[jira] [Commented] (SUREFIRE-1745) Global Junit Test timeout

2020-01-22 Thread Kishore Kumar (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021302#comment-17021302 ] Kishore Kumar commented on SUREFIRE-1745: - [~tibordigana] Thanks for your response. Can you

[jira] [Comment Edited] (MNG-6732) DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread Tomo Suzuki (Jira)
[ https://issues.apache.org/jira/browse/MNG-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021268#comment-17021268 ] Tomo Suzuki edited comment on MNG-6732 at 1/22/20 4:56 PM: --- Memo: Investigation

[jira] [Comment Edited] (MNG-6732) DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread Tomo Suzuki (Jira)
[ https://issues.apache.org/jira/browse/MNG-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021268#comment-17021268 ] Tomo Suzuki edited comment on MNG-6732 at 1/22/20 4:56 PM: --- Memo: Investigation

[jira] [Comment Edited] (MNG-6732) DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread Tomo Suzuki (Jira)
[ https://issues.apache.org/jira/browse/MNG-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021268#comment-17021268 ] Tomo Suzuki edited comment on MNG-6732 at 1/22/20 4:54 PM: --- Memo: Investigation

[jira] [Comment Edited] (MNG-6732) DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread Tomo Suzuki (Jira)
[ https://issues.apache.org/jira/browse/MNG-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021268#comment-17021268 ] Tomo Suzuki edited comment on MNG-6732 at 1/22/20 4:47 PM: --- Memo: Investigation

[jira] [Commented] (MNG-6732) DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException

2020-01-22 Thread Tomo Suzuki (Jira)
[ https://issues.apache.org/jira/browse/MNG-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021268#comment-17021268 ] Tomo Suzuki commented on MNG-6732: -- Memo: Investigation on mng-3470 test case failure: {noformat}

[jira] [Created] (WAGON-575) Retry for connection issues

2020-01-22 Thread Michael Medin (Jira)
Michael Medin created WAGON-575: --- Summary: Retry for connection issues Key: WAGON-575 URL: https://issues.apache.org/jira/browse/WAGON-575 Project: Maven Wagon Issue Type: Improvement

[jira] [Created] (MPOM-238) configure site-deploy for documentation

2020-01-22 Thread Herve Boutemy (Jira)
Herve Boutemy created MPOM-238: -- Summary: configure site-deploy for documentation Key: MPOM-238 URL: https://issues.apache.org/jira/browse/MPOM-238 Project: Maven POMs Issue Type: Improvement

[jira] [Commented] (MNG-6848) Ci Friendly builds broke with 3.6.2

2020-01-22 Thread Jason Mathison (Jira)
[ https://issues.apache.org/jira/browse/MNG-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021071#comment-17021071 ] Jason Mathison commented on MNG-6848: - I verified that the previous commit worked for us, 

[GitHub] [maven-javadoc-plugin] chrisinmtown edited a comment on issue #27: MJAVADOC-617 Normalize module path so that '..' in the path are resolved

2020-01-22 Thread GitBox
chrisinmtown edited a comment on issue #27: MJAVADOC-617 Normalize module path so that '..' in the path are resolved URL: https://github.com/apache/maven-javadoc-plugin/pull/27#issuecomment-577177689 Thanks @eolivelli for the quick reply. @weissreto I guess there is no test case now

[GitHub] [maven-javadoc-plugin] chrisinmtown commented on issue #27: MJAVADOC-617 Normalize module path so that '..' in the path are resolved

2020-01-22 Thread GitBox
chrisinmtown commented on issue #27: MJAVADOC-617 Normalize module path so that '..' in the path are resolved URL: https://github.com/apache/maven-javadoc-plugin/pull/27#issuecomment-577177689 Thanks @eolivelli for the quick reply. @weissreto I guess there is no test case now that

[jira] [Created] (MENFORCER-349) include JavaVendor in display-info output

2020-01-22 Thread Mark Symons (Jira)
Mark Symons created MENFORCER-349: - Summary: include JavaVendor in display-info output Key: MENFORCER-349 URL: https://issues.apache.org/jira/browse/MENFORCER-349 Project: Maven Enforcer Plugin

[jira] [Comment Edited] (MNG-5438) cli parameter to use a custom path settings-security.xml

2020-01-22 Thread Ed Randall (Jira)
[ https://issues.apache.org/jira/browse/MNG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020981#comment-17020981 ] Ed Randall edited comment on MNG-5438 at 1/22/20 12:09 PM: --- MNG-4853 already gave

[jira] [Comment Edited] (MNG-5438) cli parameter to use a custom path settings-security.xml

2020-01-22 Thread Ed Randall (Jira)
[ https://issues.apache.org/jira/browse/MNG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020981#comment-17020981 ] Ed Randall edited comment on MNG-5438 at 1/22/20 12:08 PM: --- MNG-4853 already gave

[jira] [Comment Edited] (MNG-5438) cli parameter to use a custom path settings-security.xml

2020-01-22 Thread Ed Randall (Jira)
[ https://issues.apache.org/jira/browse/MNG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020981#comment-17020981 ] Ed Randall edited comment on MNG-5438 at 1/22/20 12:08 PM: --- MNG-4853 already gave

[jira] [Comment Edited] (MNG-5438) cli parameter to use a custom path settings-security.xml

2020-01-22 Thread Ed Randall (Jira)
[ https://issues.apache.org/jira/browse/MNG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020981#comment-17020981 ] Ed Randall edited comment on MNG-5438 at 1/22/20 11:57 AM: --- MNG-4853 already gave

[jira] [Comment Edited] (MNG-5438) cli parameter to use a custom path settings-security.xml

2020-01-22 Thread Ed Randall (Jira)
[ https://issues.apache.org/jira/browse/MNG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020981#comment-17020981 ] Ed Randall edited comment on MNG-5438 at 1/22/20 11:57 AM: --- MNG-4853 already gave

[jira] [Comment Edited] (MNG-5438) cli parameter to use a custom path settings-security.xml

2020-01-22 Thread Ed Randall (Jira)
[ https://issues.apache.org/jira/browse/MNG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020981#comment-17020981 ] Ed Randall edited comment on MNG-5438 at 1/22/20 11:56 AM: --- MNG-4853 already gave

[jira] [Comment Edited] (MNG-5438) cli parameter to use a custom path settings-security.xml

2020-01-22 Thread Ed Randall (Jira)
[ https://issues.apache.org/jira/browse/MNG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020981#comment-17020981 ] Ed Randall edited comment on MNG-5438 at 1/22/20 11:55 AM: --- MNG-4853 already gave

[jira] [Commented] (MNG-5438) cli parameter to use a custom path settings-security.xml

2020-01-22 Thread Ed Randall (Jira)
[ https://issues.apache.org/jira/browse/MNG-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020981#comment-17020981 ] Ed Randall commented on MNG-5438: - MNG-4853 already gave us

[GitHub] [maven-ear-plugin] fabio-boldrini closed pull request #1: [MEAR-271] added support for property

2020-01-22 Thread GitBox
fabio-boldrini closed pull request #1: [MEAR-271] added support for property URL: https://github.com/apache/maven-ear-plugin/pull/1 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (MRRESOURCES-72) Process mojo ignores offline mode

2020-01-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRRESOURCES-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020876#comment-17020876 ] Michael Osipov commented on MRRESOURCES-72: --- The main cause is gone because licenses are

[GitHub] [maven] michael-o opened a new pull request #317: Improve license handling

2020-01-22 Thread GitBox
michael-o opened a new pull request #317: Improve license handling URL: https://github.com/apache/maven/pull/317 * Stream line the output of the license listing * Exclude jsoup from final distribution since we only need its license information * Use proper SPDX ID for our license