[jira] [Commented] (MRESOLVER-88) Code style cleanup to use Java 7 features

2019-04-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MRESOLVER-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825781#comment-16825781 ] Hudson commented on MRESOLVER-88: - Build succeeded in Jenkins: Maven TLP » maven-resolv

[jira] [Updated] (MRESOLVER-17) Re-parent maven-resolver-provider to maven-resolver (github pull request #3)

2019-04-24 Thread Sylwester Lachiewicz (JIRA)
[ https://issues.apache.org/jira/browse/MRESOLVER-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MRESOLVER-17: -- Fix Version/s: waiting-for-feedback > Re-parent maven-resolver-provider to ma

[jira] [Closed] (MRESOLVER-87) Refresh examples to use maven-resolver artifacts for demo

2019-04-24 Thread Sylwester Lachiewicz (JIRA)
[ https://issues.apache.org/jira/browse/MRESOLVER-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MRESOLVER-87. - Resolution: Fixed > Refresh examples to use maven-resolver artifacts for demo >

[GitHub] [maven-resolver] slachiewicz opened a new pull request #34: [MRESOLVER-88] Use Java 7 features and style fixes

2019-04-24 Thread GitBox
slachiewicz opened a new pull request #34: [MRESOLVER-88] Use Java 7 features and style fixes URL: https://github.com/apache/maven-resolver/pull/34 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [maven-shade-plugin] mkarg commented on issue #19: [MSHADE-316] - Configuration option

2019-04-24 Thread GitBox
mkarg commented on issue #19: [MSHADE-316] - Configuration option URL: https://github.com/apache/maven-shade-plugin/pull/19#issuecomment-486416672 @khmarbaise Squashed into single commit. BTW, I wonder why you asked me to do that, as Github can automatically squash while merging a PR. --

[GitHub] [maven-release] dfa1 edited a comment on issue #22: Cleanups

2019-04-24 Thread GitBox
dfa1 edited a comment on issue #22: Cleanups URL: https://github.com/apache/maven-release/pull/22#issuecomment-486409402 @slachiewicz thanks, I created https://issues.apache.org/jira/browse/MRELEASE-1023 This is an automated

[GitHub] [maven] oehme commented on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
oehme commented on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486410429 I thought you were taken by the dark side of the force :) This is an automated me

[GitHub] [maven] oehme edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
oehme edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486401811 The object has a header of 12 bytes, plus 4 bytes for both fields, rounded up to multiples of 8 => 24 bytes per object. The string

[jira] [Created] (MRELEASE-1023) minor cleanups

2019-04-24 Thread Davide Angelocola (JIRA)
Davide Angelocola created MRELEASE-1023: --- Summary: minor cleanups Key: MRELEASE-1023 URL: https://issues.apache.org/jira/browse/MRELEASE-1023 Project: Maven Release Plugin Issue Type: I

[GitHub] [maven-release] dfa1 commented on issue #22: Cleanups

2019-04-24 Thread GitBox
dfa1 commented on issue #22: Cleanups URL: https://github.com/apache/maven-release/pull/22#issuecomment-486409402 https://issues.apache.org/jira/browse/MRELEASE-1023 This is an automated message from the Apache Git Service. To

[GitHub] [maven] michael-o commented on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
michael-o commented on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486406485 That was the auto correction on Android ;-) This is an automated message from

[GitHub] [maven] michael-o edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
michael-o edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486395479 Just read it, thanks. I am just surprised that a new class with new object consumes less memory than strings. I am fine with the chang

[GitHub] [maven-checkstyle-plugin] eolivelli commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version

2019-04-24 Thread GitBox
eolivelli commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version URL: https://github.com/apache/maven-checkstyle-plugin/pull/13#discussion_r278294539 ## File path: src/it/MCHECKSTYLE-137/checkstyle.xml ## @@ -20,8 +20,6 @@ u

[GitHub] [maven] oehme edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
oehme edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486401811 The object has a header of 12 bytes, plus 4 bytes for both fields, rounded up to multiples of 8 => 24 bytes per object. The string

[GitHub] [maven] oehme commented on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
oehme commented on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486401811 The object has a header of 12 bytes, plus 4 bytes for both fields, rounded up to multiples of 8 => 24 bytes per object. The string `commons

[GitHub] [maven] oehme edited a comment on issue #242: Speed up project discovery

2019-04-24 Thread GitBox
oehme edited a comment on issue #242: Speed up project discovery URL: https://github.com/apache/maven/pull/242#issuecomment-486396545 @hboutemy Only one integration test still fails locally for me (an `master` too), the `mng6386BaseUriProperty(itMNG6386UnicodeChars)` case. I'll see if I ca

[GitHub] [maven] oehme commented on issue #242: Speed up project discovery

2019-04-24 Thread GitBox
oehme commented on issue #242: Speed up project discovery URL: https://github.com/apache/maven/pull/242#issuecomment-486396545 @hboutemy Only one integration test fails locally for me (an `master` too), the `mng6386BaseUriProperty(itMNG6386UnicodeChars)` case. I'll see if I can find out wh

[jira] [Commented] (SUREFIRE-1570) Maven-fail-safe doesn't put testing JPMS module on module path

2019-04-24 Thread Jonathan Shook (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825459#comment-16825459 ] Jonathan Shook commented on SUREFIRE-1570: -- Is there a fix planned for this?

[GitHub] [maven] vlsi commented on a change in pull request #242: Speed up project discovery

2019-04-24 Thread GitBox
vlsi commented on a change in pull request #242: Speed up project discovery URL: https://github.com/apache/maven/pull/242#discussion_r278286015 ## File path: maven-artifact/src/main/java/org/apache/maven/artifact/versioning/DefaultArtifactVersion.java ## @@ -204,19 +211,33

[GitHub] [maven] michael-o edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
michael-o edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486395479 Just read it, thanks. I am just surprised that a new class with new object consumes less memory than strings. I fine with the change.

[GitHub] [maven] michael-o commented on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
michael-o commented on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486395479 Just read it, thanks. I am just surprised that a new class with new object consumes less memory than strings. I find sith the change. ---

[GitHub] [maven] oehme edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
oehme edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486232428 > As far as I understand the code, you just moved duplicate code into methods and classes, The change is explained in detail in th

[GitHub] [maven] oehme edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
oehme edited a comment on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486232428 > Can you please explain how this change saves memory? The change is explained in detail in the PR message. Did you give that a rea

[jira] [Commented] (MCOMPILER-320) Allow additional class path items to be given during compilation

2019-04-24 Thread Gunnar Morling (JIRA)
[ https://issues.apache.org/jira/browse/MCOMPILER-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825445#comment-16825445 ] Gunnar Morling commented on MCOMPILER-320: -- Hey [~rfscholte], first of all, t

[GitHub] [maven-shade-plugin] khmarbaise commented on issue #19: [MSHADE-316] - Configuration option

2019-04-24 Thread GitBox
khmarbaise commented on issue #19: [MSHADE-316] - Configuration option URL: https://github.com/apache/maven-shade-plugin/pull/19#issuecomment-486377782 Hi @mkarg can you squash your commits into a single commit please T

[jira] [Commented] (MCOMPILER-320) Allow additional class path items to be given during compilation

2019-04-24 Thread David M. Lloyd (JIRA)
[ https://issues.apache.org/jira/browse/MCOMPILER-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825424#comment-16825424 ] David M. Lloyd commented on MCOMPILER-320: -- Is it possible that your integrat

[jira] [Commented] (MCOMPILER-320) Allow additional class path items to be given during compilation

2019-04-24 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MCOMPILER-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825410#comment-16825410 ] Robert Scholte commented on MCOMPILER-320: -- Believe me: I don't like to disap

[jira] [Commented] (MNG-6643) Version comparison CLI does not work anymore

2019-04-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825406#comment-16825406 ] Hudson commented on MNG-6643: - Build succeeded in Jenkins: Maven TLP » maven » MNG-6643 #6 See

[GitHub] [maven-checkstyle-plugin] rnveach commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version

2019-04-24 Thread GitBox
rnveach commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version URL: https://github.com/apache/maven-checkstyle-plugin/pull/13#discussion_r278260149 ## File path: src/it/MCHECKSTYLE-137/checkstyle.xml ## @@ -20,8 +20,6 @@ und

[jira] [Created] (MCHECKSTYLE-375) Upgrade all test XML doctypes

2019-04-24 Thread richard (JIRA)
richard created MCHECKSTYLE-375: --- Summary: Upgrade all test XML doctypes Key: MCHECKSTYLE-375 URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-375 Project: Maven Checkstyle Plugin Issue T

[GitHub] [maven-shade-plugin] khmarbaise commented on issue #19: [MSHADE-316] - Configuration option

2019-04-24 Thread GitBox
khmarbaise commented on issue #19: [MSHADE-316] - Configuration option URL: https://github.com/apache/maven-shade-plugin/pull/19#issuecomment-486359575 Hi @mkarg I know... But If @rfscholte has no objections I can do this --

[jira] [Commented] (MCOMPILER-320) Allow additional class path items to be given during compilation

2019-04-24 Thread David M. Lloyd (JIRA)
[ https://issues.apache.org/jira/browse/MCOMPILER-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825389#comment-16825389 ] David M. Lloyd commented on MCOMPILER-320: -- Overall I'm quite baffled by the

[GitHub] [maven-shade-plugin] mkarg commented on issue #19: [MSHADE-316] - Configuration option

2019-04-24 Thread GitBox
mkarg commented on issue #19: [MSHADE-316] - Configuration option URL: https://github.com/apache/maven-shade-plugin/pull/19#issuecomment-486358885 @rfscholte Thanks, Karl-Heinz, for chiming in. But I cannot merge that. I am only a contributor.

[jira] [Created] (MRESOLVER-88) Code style cleanup to use Java 7 features

2019-04-24 Thread Sylwester Lachiewicz (JIRA)
Sylwester Lachiewicz created MRESOLVER-88: - Summary: Code style cleanup to use Java 7 features Key: MRESOLVER-88 URL: https://issues.apache.org/jira/browse/MRESOLVER-88 Project: Maven Resolver

[GitHub] [maven-shade-plugin] mkarg commented on issue #19: [MSHADE-316] - Configuration option

2019-04-24 Thread GitBox
mkarg commented on issue #19: [MSHADE-316] - Configuration option URL: https://github.com/apache/maven-shade-plugin/pull/19#issuecomment-486345605 @rfscholte I really don't wanted to bother you. But see, waiting is stealing drive. It is no critic at all, but just a proposal: Maybe you wan

[jira] [Commented] (MCOMPILER-320) Allow additional class path items to be given during compilation

2019-04-24 Thread David M. Lloyd (JIRA)
[ https://issues.apache.org/jira/browse/MCOMPILER-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825368#comment-16825368 ] David M. Lloyd commented on MCOMPILER-320: -- The usefulness of the ability to

[jira] [Commented] (MCOMPILER-320) Allow additional class path items to be given during compilation

2019-04-24 Thread David M. Lloyd (JIRA)
[ https://issues.apache.org/jira/browse/MCOMPILER-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825367#comment-16825367 ] David M. Lloyd commented on MCOMPILER-320: -- What then is the recommendation i

[GitHub] [maven-checkstyle-plugin] rnveach commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version

2019-04-24 Thread GitBox
rnveach commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version URL: https://github.com/apache/maven-checkstyle-plugin/pull/13#discussion_r278236425 ## File path: src/it/MCHECKSTYLE-137/checkstyle.xml ## @@ -20,8 +20,6 @@ und

[GitHub] [maven-checkstyle-plugin] eolivelli commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version

2019-04-24 Thread GitBox
eolivelli commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version URL: https://github.com/apache/maven-checkstyle-plugin/pull/13#discussion_r278225887 ## File path: src/it/MCHECKSTYLE-137/checkstyle.xml ## @@ -20,8 +20,6 @@ u

[GitHub] [maven-checkstyle-plugin] JLLeitschuh commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version

2019-04-24 Thread GitBox
JLLeitschuh commented on a change in pull request #13: MCHECKSTYLE-366 Upgrade checkstyle to a more recent version URL: https://github.com/apache/maven-checkstyle-plugin/pull/13#discussion_r278214971 ## File path: src/it/MCHECKSTYLE-137/checkstyle.xml ## @@ -20,8 +20,6 @@

[GitHub] [maven-shade-plugin] rfscholte commented on issue #19: [MSHADE-316] - Configuration option

2019-04-24 Thread GitBox
rfscholte commented on issue #19: [MSHADE-316] - Configuration option URL: https://github.com/apache/maven-shade-plugin/pull/19#issuecomment-486303307 I didn't forget this PR, you just have to wait in line. This is an automa

[jira] [Comment Edited] (SUREFIRE-1623) TempWmicBatchFile.bat is left in project dirs after surefire tests are run

2019-04-24 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825289#comment-16825289 ] Tibor Digana edited comment on SUREFIRE-1623 at 4/24/19 3:48 PM: ---

[jira] [Commented] (SUREFIRE-1623) TempWmicBatchFile.bat is left in project dirs after surefire tests are run

2019-04-24 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825289#comment-16825289 ] Tibor Digana commented on SUREFIRE-1623: [~ChrisGWarp] Let's delete the file {

[jira] [Commented] (MJAVADOC-584) excludePackageNames is not working as documented anymore

2019-04-24 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825286#comment-16825286 ] Robert Scholte commented on MJAVADOC-584: - The change was about consistency and

[jira] [Updated] (SUREFIRE-1623) TempWmicBatchFile.bat is left in project dirs after surefire tests are run

2019-04-24 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1623: --- Fix Version/s: 3.0.0-M4 > TempWmicBatchFile.bat is left in project dirs after surefire tes

[GitHub] [maven-archetype] dcasagu closed pull request #25: Archetype 562

2019-04-24 Thread GitBox
dcasagu closed pull request #25: Archetype 562 URL: https://github.com/apache/maven-archetype/pull/25 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Commented] (MJAVADOC-584) excludePackageNames is not working as documented anymore

2019-04-24 Thread Falko Modler (JIRA)
[ https://issues.apache.org/jira/browse/MJAVADOC-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825184#comment-16825184 ] Falko Modler commented on MJAVADOC-584: --- Same here. With 2.10.4 the following is

[GitHub] [maven] oehme commented on issue #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
oehme commented on issue #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#issuecomment-486232428 > As far as I understand the code, you just moved duplicate code into methods and classes, No, I didn't. The change is explained in detail

[GitHub] [maven-enforcer] suztomo commented on issue #52: [MENFORCER-331] - Maven-enforcer-rules to use maven-resolver-util.

2019-04-24 Thread GitBox
suztomo commented on issue #52: [MENFORCER-331] - Maven-enforcer-rules to use maven-resolver-util. URL: https://github.com/apache/maven-enforcer/pull/52#issuecomment-486223549 @eolivelli Would you merge this? (Not sure who has write access to merge this PR) ---

[jira] [Commented] (MRESOLVER-87) Refresh examples to use maven-resolver artifacts for demo

2019-04-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MRESOLVER-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825125#comment-16825125 ] Hudson commented on MRESOLVER-87: - Build succeeded in Jenkins: Maven TLP » maven-resolv

[jira] [Updated] (MRESOLVER-87) Refresh examples to use maven-resolver artifacts for demo

2019-04-24 Thread Sylwester Lachiewicz (JIRA)
[ https://issues.apache.org/jira/browse/MRESOLVER-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MRESOLVER-87: -- Fix Version/s: 1.4.0 > Refresh examples to use maven-resolver artifacts for d

[jira] [Commented] (MRESOLVER-87) Refresh examples to use maven-resolver artifacts for demo

2019-04-24 Thread Sylwester Lachiewicz (JIRA)
[ https://issues.apache.org/jira/browse/MRESOLVER-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825123#comment-16825123 ] Sylwester Lachiewicz commented on MRESOLVER-87: --- Done in  [c29f74f8c6f167

[GitHub] [maven-resolver] asfgit closed pull request #33: [MRESOLVER-87] Refresh examples to use maven-resolver artifacts

2019-04-24 Thread GitBox
asfgit closed pull request #33: [MRESOLVER-87] Refresh examples to use maven-resolver artifacts URL: https://github.com/apache/maven-resolver/pull/33 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [maven] michael-o commented on a change in pull request #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
michael-o commented on a change in pull request #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#discussion_r278107061 ## File path: maven-core/src/main/java/org/apache/maven/artifact/resolver/filter/IncludesArtifactFilter.java #

[GitHub] [maven] michael-o commented on a change in pull request #243: [MNG-6633] - Reduce memory usage of excludes

2019-04-24 Thread GitBox
michael-o commented on a change in pull request #243: [MNG-6633] - Reduce memory usage of excludes URL: https://github.com/apache/maven/pull/243#discussion_r278106699 ## File path: maven-core/src/main/java/org/apache/maven/artifact/resolver/filter/ExcludesArtifactFilter.java #

[jira] [Commented] (ARCHETYPE-562) Error ordering Default Properties

2019-04-24 Thread David Castro (JIRA)
[ https://issues.apache.org/jira/browse/ARCHETYPE-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825118#comment-16825118 ] David Castro commented on ARCHETYPE-562: [https://github.com/apache/maven-arch

[GitHub] [maven-archetype] dcasagu opened a new pull request #25: Archetype 562

2019-04-24 Thread GitBox
dcasagu opened a new pull request #25: Archetype 562 URL: https://github.com/apache/maven-archetype/pull/25 1) Collections.sort for ordering assumes transitivity transitivity between just ordered items: A < B && B < C => A < C That's not exactly true for properties that depe

[jira] [Commented] (MCOMPILER-360) NPE when calculating modulepath with invalid entries

2019-04-24 Thread Rolf Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/MCOMPILER-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16824984#comment-16824984 ] Rolf Schumacher commented on MCOMPILER-360: --- correct, Hendrik. I am blocked

[GitHub] [maven] britter commented on issue #242: Speed up project discovery

2019-04-24 Thread GitBox
britter commented on issue #242: Speed up project discovery URL: https://github.com/apache/maven/pull/242#issuecomment-486131371 @khmarbaise the summary is here: https://lists.apache.org/thread.html/240bec41fd91580027661a167dbde7aa001ff03aa0b20ef779f927ce@%3Cdev.maven.apache.org%3E I

[jira] [Created] (MJARSIGNER-59) increase reliability when contacting timestamp service over unreliable network

2019-04-24 Thread Andrew Peter Marlow (JIRA)
Andrew Peter Marlow created MJARSIGNER-59: - Summary: increase reliability when contacting timestamp service over unreliable network Key: MJARSIGNER-59 URL: https://issues.apache.org/jira/browse/MJARSIGNER-

[GitHub] [maven] oehme commented on issue #242: Speed up project discovery

2019-04-24 Thread GitBox
oehme commented on issue #242: Speed up project discovery URL: https://github.com/apache/maven/pull/242#issuecomment-486114585 @khmarbaise the meeting was yesterday afternoon - @britter will post a summary on the mailing list soon. --