[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830844133 General remark @michael-o : I did not made any other code change then: * added to methods ProjectBuildingRequest * removed reflection bits, replaced with direct

[GitHub] [maven-artifact-transfer] cstamas edited a comment on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas edited a comment on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830844133 General remark @michael-o : I did not made any other code change then: * added ProjectBuildingRequest parameter to methods, removed some unneeded members (

[GitHub] [maven-artifact-transfer] cstamas commented on a change in pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on a change in pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#discussion_r624730059 ## File path: maven-3.0.x/pom.xml ## @@ -0,0 +1,148 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

[GitHub] [maven-artifact-transfer] cstamas commented on a change in pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on a change in pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#discussion_r624734045 ## File path: maven-3.0.x/pom.xml ## @@ -0,0 +1,148 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

[GitHub] [maven-artifact-transfer] cstamas commented on a change in pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on a change in pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#discussion_r624734173 ## File path: maven-3.0.x/src/main/java/org/apache/maven/shared/transfer/repository/internal/Maven302RepositoryManager.java ## @@ -20,18 +20

[GitHub] [maven-artifact-transfer] cstamas commented on a change in pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on a change in pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#discussion_r624734205 ## File path: maven-3.1.x/pom.xml ## @@ -0,0 +1,148 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

[GitHub] [maven-artifact-transfer] cstamas commented on a change in pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on a change in pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#discussion_r624734274 ## File path: maven-artifact-transfer/pom.xml ## @@ -0,0 +1,188 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/200

[GitHub] [maven-artifact-transfer] cstamas commented on a change in pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on a change in pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#discussion_r624734298 ## File path: maven-artifact-transfer/pom.xml ## @@ -0,0 +1,188 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/200

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830849694 Applied PR comments (sans NPE, see above why), all ITs pass except the 3.0.5 (as before, as it's sisu does not speak sisu index) -- This is an automated message

[GitHub] [maven-artifact-transfer] michael-o commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
michael-o commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830849772 > > > General remark @michael-o : I did not made any other code change then: > > * added ProjectBuildingRequest parameter to methods, removed som

[GitHub] [maven-artifact-transfer] michael-o commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
michael-o commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830850011 Can you explain why we need `Maven302RepositoryManager? instead of just `Maven302RepositoryManager`? -- This is an automated message from the Apache Git Servic

[GitHub] [maven-artifact-transfer] michael-o edited a comment on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
michael-o edited a comment on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830850011 Can you explain why we need `Maven302RepositoryManager` instead of just `Maven302RepositoryManager`? -- This is an automated message from the Apache Git

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830850698 > Can you explain why we need `Maven302RepositoryManager` instead of just `Maven302RepositoryManager`? Again, old code that I did not touch (aside of making i

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830850967 So to say, "restructure" the code, make these modules and remove the reflection cruft (to make easier to maintain and more readable), and then we merge this PR, and

[GitHub] [maven-artifact-transfer] cstamas opened a new pull request #30: Add GH actions

2021-05-02 Thread GitBox
cstamas opened a new pull request #30: URL: https://github.com/apache/maven-artifact-transfer/pull/30 To run also ITs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For q

[GitHub] [maven-artifact-transfer] pzygielo commented on a change in pull request #30: Add GH actions

2021-05-02 Thread GitBox
pzygielo commented on a change in pull request #30: URL: https://github.com/apache/maven-artifact-transfer/pull/30#discussion_r624737151 ## File path: .github/workflows/maven.yml ## @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contr

[GitHub] [maven-artifact-transfer] cstamas commented on a change in pull request #30: Add GH actions

2021-05-02 Thread GitBox
cstamas commented on a change in pull request #30: URL: https://github.com/apache/maven-artifact-transfer/pull/30#discussion_r624737309 ## File path: .github/workflows/maven.yml ## @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [maven-artifact-transfer] pzygielo commented on a change in pull request #30: Add GH actions

2021-05-02 Thread GitBox
pzygielo commented on a change in pull request #30: URL: https://github.com/apache/maven-artifact-transfer/pull/30#discussion_r624737531 ## File path: .github/workflows/maven.yml ## @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contr

[GitHub] [maven-artifact-transfer] pzygielo commented on a change in pull request #30: Add GH actions

2021-05-02 Thread GitBox
pzygielo commented on a change in pull request #30: URL: https://github.com/apache/maven-artifact-transfer/pull/30#discussion_r624737531 ## File path: .github/workflows/maven.yml ## @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contr

[GitHub] [maven-artifact-transfer] cstamas commented on a change in pull request #30: Add GH actions

2021-05-02 Thread GitBox
cstamas commented on a change in pull request #30: URL: https://github.com/apache/maven-artifact-transfer/pull/30#discussion_r624738405 ## File path: .github/workflows/maven.yml ## @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [maven-artifact-transfer] rfscholte commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
rfscholte commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830853914 I think I know what you've done. Whereas I started with the single jar approach, you separated the code into modules. I can't see the new structure, but I know

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830857877 > I think I know what you've done. Whereas I started with the single jar approach, you separated the code into modules. > I can't see the new structure, but I kno

[GitHub] [maven-artifact-transfer] cstamas closed pull request #30: Add GH actions

2021-05-02 Thread GitBox
cstamas closed pull request #30: URL: https://github.com/apache/maven-artifact-transfer/pull/30 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this ser

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830872440 Added some cleanup (properties may need more) and for fun disabled 3.0.5 mvn in its, and added 3.6.3 and 3.8.1 -- This is an automated message from the Apache Git

[GitHub] [maven-artifact-transfer] cstamas edited a comment on pull request #24: [MSHARED-987] Make use of SISU

2021-05-02 Thread GitBox
cstamas edited a comment on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-830872440 Added some cleanup (properties may need more) and for fun disabled 3.0.5 in ITs, and added 3.6.3 and 3.8.1, so ITs now run on "3.1.1", "3.2.5", "3.3.9", "3.5

[GitHub] [maven-site-plugin] dependabot[bot] opened a new pull request #50: Bump maven-shared-utils from 3.3.3 to 3.3.4

2021-05-02 Thread GitBox
dependabot[bot] opened a new pull request #50: URL: https://github.com/apache/maven-site-plugin/pull/50 Bumps [maven-shared-utils](https://github.com/apache/maven-shared-utils) from 3.3.3 to 3.3.4. Commits https://github.com/apache/maven-shared-utils/commit/17091d82508deb9b706

[GitHub] [maven-site-plugin] slachiewicz merged pull request #50: Bump maven-shared-utils from 3.3.3 to 3.3.4

2021-05-02 Thread GitBox
slachiewicz merged pull request #50: URL: https://github.com/apache/maven-site-plugin/pull/50 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this servi

[GitHub] [maven-site] lokesh090297 commented on a change in pull request #235: Docs: Material change in pom

2021-05-03 Thread GitBox
lokesh090297 commented on a change in pull request #235: URL: https://github.com/apache/maven-site/pull/235#discussion_r624952799 ## File path: content/apt/guides/introduction/introduction-to-the-pom.apt ## @@ -229,7 +229,7 @@ Introduction to the POM +-+ - This allows

[GitHub] [maven-site] lokesh090297 commented on a change in pull request #235: Docs: Material change in pom

2021-05-03 Thread GitBox
lokesh090297 commented on a change in pull request #235: URL: https://github.com/apache/maven-site/pull/235#discussion_r624952799 ## File path: content/apt/guides/introduction/introduction-to-the-pom.apt ## @@ -229,7 +229,7 @@ Introduction to the POM +-+ - This allows

[GitHub] [maven-site] lokesh090297 commented on pull request #235: Docs: Material change in pom, "or" is a "non-exclusive"

2021-05-03 Thread GitBox
lokesh090297 commented on pull request #235: URL: https://github.com/apache/maven-site/pull/235#issuecomment-831144671 @elharo "or" is a "non-exclusive or" which means "either A or B **or** A and B". -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #31: Bump aether-util from 1.7 to 1.13.1

2021-05-03 Thread GitBox
dependabot[bot] opened a new pull request #31: URL: https://github.com/apache/maven-artifact-transfer/pull/31 Bumps [aether-util](https://github.com/sonatype/sonatype-aether) from 1.7 to 1.13.1. Commits https://github.com/sonatype/sonatype-aether/commit/50983e14b99ff694cbb1506

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #32: Bump maven-core from 3.0 to 3.8.1

2021-05-03 Thread GitBox
dependabot[bot] opened a new pull request #32: URL: https://github.com/apache/maven-artifact-transfer/pull/32 Bumps [maven-core](https://github.com/apache/maven) from 3.0 to 3.8.1. Commits https://github.com/apache/maven/commit/05c21c65bdfed0f71a2f2ada8b84da59348c4c5d";>05c21c6

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #33: Bump aether-api from 1.7 to 1.13.1

2021-05-03 Thread GitBox
dependabot[bot] opened a new pull request #33: URL: https://github.com/apache/maven-artifact-transfer/pull/33 Bumps [aether-api](https://github.com/sonatype/sonatype-aether) from 1.7 to 1.13.1. Commits https://github.com/sonatype/sonatype-aether/commit/50983e14b99ff694cbb15061

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #34: Bump aether-impl from 0.9.0.M2 to 1.1.0

2021-05-03 Thread GitBox
dependabot[bot] opened a new pull request #34: URL: https://github.com/apache/maven-artifact-transfer/pull/34 Bumps aether-impl from 0.9.0.M2 to 1.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclips

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #35: Bump slf4j-api from 1.7.5 to 1.7.30

2021-05-03 Thread GitBox
dependabot[bot] opened a new pull request #35: URL: https://github.com/apache/maven-artifact-transfer/pull/35 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.5 to 1.7.30. Commits https://github.com/qos-ch/slf4j/commit/0b97c416e42a184ff9728877b461c616187c58f7";>0b97c

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #32: Bump maven-core from 3.0 to 3.8.1

2021-05-03 Thread GitBox
dependabot[bot] commented on pull request #32: URL: https://github.com/apache/maven-artifact-transfer/pull/32#issuecomment-831171201 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR

[GitHub] [maven-artifact-transfer] slachiewicz closed pull request #32: Bump maven-core from 3.0 to 3.8.1

2021-05-03 Thread GitBox
slachiewicz closed pull request #32: URL: https://github.com/apache/maven-artifact-transfer/pull/32 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [maven-artifact-transfer] slachiewicz closed pull request #33: Bump aether-api from 1.7 to 1.13.1

2021-05-03 Thread GitBox
slachiewicz closed pull request #33: URL: https://github.com/apache/maven-artifact-transfer/pull/33 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #33: Bump aether-api from 1.7 to 1.13.1

2021-05-03 Thread GitBox
dependabot[bot] commented on pull request #33: URL: https://github.com/apache/maven-artifact-transfer/pull/33#issuecomment-831171505 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR

[GitHub] [maven-artifact-transfer] slachiewicz closed pull request #34: Bump aether-impl from 0.9.0.M2 to 1.1.0

2021-05-03 Thread GitBox
slachiewicz closed pull request #34: URL: https://github.com/apache/maven-artifact-transfer/pull/34 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #34: Bump aether-impl from 0.9.0.M2 to 1.1.0

2021-05-03 Thread GitBox
dependabot[bot] commented on pull request #34: URL: https://github.com/apache/maven-artifact-transfer/pull/34#issuecomment-831171619 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR

[GitHub] [maven-artifact-transfer] slachiewicz closed pull request #35: Bump slf4j-api from 1.7.5 to 1.7.30

2021-05-03 Thread GitBox
slachiewicz closed pull request #35: URL: https://github.com/apache/maven-artifact-transfer/pull/35 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #35: Bump slf4j-api from 1.7.5 to 1.7.30

2021-05-03 Thread GitBox
dependabot[bot] commented on pull request #35: URL: https://github.com/apache/maven-artifact-transfer/pull/35#issuecomment-831171763 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR

[GitHub] [maven-site-plugin] qualitesys commented on pull request #48: [MSITE-872] Set the Content-Type header

2021-05-03 Thread GitBox
qualitesys commented on pull request #48: URL: https://github.com/apache/maven-site-plugin/pull/48#issuecomment-831414441 Could someone help me in creating such a test, is there an example ? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [maven-site] lokesh090297 commented on pull request #235: Docs: Material change in pom, "or" is a "non-exclusive"

2021-05-04 Thread GitBox
lokesh090297 commented on pull request #235: URL: https://github.com/apache/maven-site/pull/235#issuecomment-832404544 @elharo can you merge this PR? OR please tag someone who can merge it. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [maven-site] MartinKanters commented on a change in pull request #236: [MNGSITE-444] Add missing reactor documentation

2021-05-05 Thread GitBox
MartinKanters commented on a change in pull request #236: URL: https://github.com/apache/maven-site/pull/236#discussion_r626841415 ## File path: content/apt/guides/mini/guide-multiple-modules.apt ## @@ -59,25 +75,117 @@ Guide to Working with Multiple Modules Note that only

[GitHub] [maven-site] lokesh090297 commented on pull request #235: Docs: Material change in pom, "or" is a "non-exclusive"

2021-05-06 Thread GitBox
lokesh090297 commented on pull request #235: URL: https://github.com/apache/maven-site/pull/235#issuecomment-833295659 https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-site/job/or/ @elharo Everything is fine in the build. Thanks! -- This is an automated message from t

[GitHub] [maven-site] elharo merged pull request #235: Docs: Material change in pom, "or" is a "non-exclusive"

2021-05-06 Thread GitBox
elharo merged pull request #235: URL: https://github.com/apache/maven-site/pull/235 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-site] lokesh090297 removed a comment on pull request #235: Docs: Material change in pom, "or" is a "non-exclusive"

2021-05-06 Thread GitBox
lokesh090297 removed a comment on pull request #235: URL: https://github.com/apache/maven-site/pull/235#issuecomment-832404544 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [maven-artifact-transfer] asfgit closed pull request #31: Bump aether-util from 1.7 to 1.13.1

2021-05-08 Thread GitBox
asfgit closed pull request #31: URL: https://github.com/apache/maven-artifact-transfer/pull/31 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this serv

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #31: Bump aether-util from 1.7 to 1.13.1

2021-05-08 Thread GitBox
dependabot[bot] commented on pull request #31: URL: https://github.com/apache/maven-artifact-transfer/pull/31#issuecomment-835426009 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #36: Bump actions/cache from 2 to 2.1.5

2021-05-11 Thread GitBox
dependabot[bot] opened a new pull request #36: URL: https://github.com/apache/maven-artifact-transfer/pull/36 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 2.1.5. Release notes Sourced from https://github.com/actions/cache/releases";>actions/cache's releases.

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #37: Bump actions/checkout from 2 to 2.3.4

2021-05-11 Thread GitBox
dependabot[bot] opened a new pull request #37: URL: https://github.com/apache/maven-artifact-transfer/pull/37 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checkout's

[GitHub] [maven-artifact-transfer] slachiewicz merged pull request #37: Bump actions/checkout from 2 to 2.3.4

2021-05-11 Thread GitBox
slachiewicz merged pull request #37: URL: https://github.com/apache/maven-artifact-transfer/pull/37 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [maven-artifact-transfer] slachiewicz merged pull request #36: Bump actions/cache from 2 to 2.1.5

2021-05-11 Thread GitBox
slachiewicz merged pull request #36: URL: https://github.com/apache/maven-artifact-transfer/pull/36 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[GitHub] [maven-site] mthmulders commented on a change in pull request #236: [MNGSITE-444] Add missing reactor documentation

2021-05-14 Thread GitBox
mthmulders commented on a change in pull request #236: URL: https://github.com/apache/maven-site/pull/236#discussion_r632425862 ## File path: content/apt/guides/mini/guide-multiple-modules.apt ## @@ -59,25 +75,117 @@ Guide to Working with Multiple Modules Note that only "i

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-20 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-844999113 @rfscholte with latest changes all the ITs pass with 3.0.5 as well (so your request accomplished), so ITs now run on "3.0.5", "3.1.1", "3.2.5", "3.3.9", "3.5.4", "3

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-05-21 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-845740357 Hint for plugin developers: IF your plugin is Maven 3.1+ AND you care for planet, then just exclude bits and make some penguins float longer on icebergs: ```xml

[GitHub] [maven-artifact-transfer] cstamas edited a comment on pull request #24: [MSHARED-987] Make use of SISU

2021-05-21 Thread GitBox
cstamas edited a comment on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-845740357 Hint for plugin developers: IF your plugin is Maven 3.1+ AND you want to use artifact-transfer AND you care for planet, then just exclude bits and make some

[GitHub] [maven-site-plugin] dependabot[bot] opened a new pull request #51: Bump jettyVersion from 9.2.29.v20191105 to 11.0.3

2021-05-23 Thread GitBox
dependabot[bot] opened a new pull request #51: URL: https://github.com/apache/maven-site-plugin/pull/51 Bumps `jettyVersion` from 9.2.29.v20191105 to 11.0.3. Updates `jetty-server` from 9.2.29.v20191105 to 11.0.3 Release notes Sourced from https://github.com/eclipse/jetty.projec

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request #62: Bump commons-io from 2.6 to 2.9.0

2021-05-25 Thread GitBox
dependabot[bot] opened a new pull request #62: URL: https://github.com/apache/maven-doxia/pull/62 Bumps commons-io from 2.6 to 2.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&packag

[GitHub] [maven-doxia] elharo closed pull request #62: Bump commons-io from 2.6 to 2.9.0

2021-05-26 Thread GitBox
elharo closed pull request #62: URL: https://github.com/apache/maven-doxia/pull/62 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request #38: Bump actions/cache from 2.1.5 to 2.1.6

2021-05-27 Thread GitBox
dependabot[bot] opened a new pull request #38: URL: https://github.com/apache/maven-artifact-transfer/pull/38 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. Release notes Sourced from https://github.com/actions/cache/releases";>actions/cache's release

[GitHub] [maven-site] MartinKanters closed pull request #236: [MNGSITE-444] Add missing reactor documentation

2021-05-28 Thread GitBox
MartinKanters closed pull request #236: URL: https://github.com/apache/maven-site/pull/236 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[GitHub] [maven-site] MartinKanters closed pull request #199: Add 3.7.0 reactor changes

2021-05-28 Thread GitBox
MartinKanters closed pull request #199: URL: https://github.com/apache/maven-site/pull/199 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[GitHub] [maven-site] MartinKanters commented on pull request #199: Add 3.7.0 reactor changes

2021-05-28 Thread GitBox
MartinKanters commented on pull request #199: URL: https://github.com/apache/maven-site/pull/199#issuecomment-850240802 Superseded by https://github.com/apache/maven-site/pull/236 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [maven-doxia] elharo merged pull request #59: [DOXIA-609] Fixed crosslinks starting with a dot in markdown files

2021-05-28 Thread GitBox
elharo merged pull request #59: URL: https://github.com/apache/maven-doxia/pull/59 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-doxia] asfgit closed pull request #61: [DOXIA-588] The Sink.JUSTIFY_XXX was ignored

2021-05-30 Thread GitBox
asfgit closed pull request #61: URL: https://github.com/apache/maven-doxia/pull/61 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request #63: Bump actions/cache from 2.1.4 to 2.1.6

2021-05-30 Thread GitBox
dependabot[bot] opened a new pull request #63: URL: https://github.com/apache/maven-doxia/pull/63 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. Release notes Sourced from https://github.com/actions/cache/releases";>actions/cache's releases. v2

[GitHub] [maven-doxia] asfgit closed pull request #63: Bump actions/cache from 2.1.4 to 2.1.6

2021-05-30 Thread GitBox
asfgit closed pull request #63: URL: https://github.com/apache/maven-doxia/pull/63 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-doxia] asfgit closed pull request #56: Maven 3.1.1 Prepare switch plexus-container-default to org.eclipse.si…

2021-05-30 Thread GitBox
asfgit closed pull request #56: URL: https://github.com/apache/maven-doxia/pull/56 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-doxia] asfgit closed pull request #35: [DOXIA-614] support source reference in doxia parser

2021-05-30 Thread GitBox
asfgit closed pull request #35: URL: https://github.com/apache/maven-doxia/pull/35 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-doxia] elharo opened a new pull request #64: remove unused code

2021-05-30 Thread GitBox
elharo opened a new pull request #64: URL: https://github.com/apache/maven-doxia/pull/64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, p

[GitHub] [maven-doxia] elharo opened a new pull request #65: replace deprecated class from commons-lang

2021-05-30 Thread GitBox
elharo opened a new pull request #65: URL: https://github.com/apache/maven-doxia/pull/65 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, p

[GitHub] [maven-doxia] elharo opened a new pull request #66: fill in some generic types

2021-05-30 Thread GitBox
elharo opened a new pull request #66: URL: https://github.com/apache/maven-doxia/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, p

[GitHub] [maven-doxia] elharo merged pull request #64: remove unused code

2021-05-31 Thread GitBox
elharo merged pull request #64: URL: https://github.com/apache/maven-doxia/pull/64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-doxia] elharo merged pull request #65: replace deprecated class from commons-lang

2021-05-31 Thread GitBox
elharo merged pull request #65: URL: https://github.com/apache/maven-doxia/pull/65 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-doxia] elharo merged pull request #66: fill in some generic types

2021-05-31 Thread GitBox
elharo merged pull request #66: URL: https://github.com/apache/maven-doxia/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request #67: Bump commons-text from 1.3 to 1.9

2021-05-31 Thread GitBox
dependabot[bot] opened a new pull request #67: URL: https://github.com/apache/maven-doxia/pull/67 Bumps commons-text from 1.3 to 1.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-t

[GitHub] [maven-doxia] elharo closed pull request #67: Bump commons-text from 1.3 to 1.9

2021-06-01 Thread GitBox
elharo closed pull request #67: URL: https://github.com/apache/maven-doxia/pull/67 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-06-02 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-852822569 Um, anyone? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [maven-artifact-transfer] michael-o commented on pull request #24: [MSHARED-987] Make use of SISU

2021-06-02 Thread GitBox
michael-o commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-852847100 I will check when I can... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [maven-artifact-transfer] michael-o commented on pull request #24: [MSHARED-987] Make use of SISU

2021-06-02 Thread GitBox
michael-o commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-852851846 I will check when I can... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [maven-artifact-transfer] dependabot[bot] closed pull request #38: Bump actions/cache from 2.1.5 to 2.1.6

2021-06-02 Thread GitBox
dependabot[bot] closed pull request #38: URL: https://github.com/apache/maven-artifact-transfer/pull/38 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about

[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #38: Bump actions/cache from 2.1.5 to 2.1.6

2021-06-02 Thread GitBox
dependabot[bot] commented on pull request #38: URL: https://github.com/apache/maven-artifact-transfer/pull/38#issuecomment-852852394 Looks like actions/cache is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [maven-artifact-transfer] slachiewicz commented on pull request #24: [MSHARED-987] Make use of SISU

2021-06-02 Thread GitBox
slachiewicz commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-852881088 tested with m-dependency-plugin, works OOB -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [maven-site] whatatripp opened a new pull request #237: added ProGet to repository managers

2021-06-02 Thread GitBox
whatatripp opened a new pull request #237: URL: https://github.com/apache/maven-site/pull/237 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this servi

[GitHub] [maven-site] elharo commented on a change in pull request #237: added ProGet to repository managers

2021-06-02 Thread GitBox
elharo commented on a change in pull request #237: URL: https://github.com/apache/maven-site/pull/237#discussion_r643820250 ## File path: content/markdown/repository-management.md ## @@ -58,6 +58,7 @@ and the features provided by these products. * https://www.cloudrepo.io"; ta

[GitHub] [maven-site] michael-o commented on a change in pull request #237: added ProGet to repository managers

2021-06-02 Thread GitBox
michael-o commented on a change in pull request #237: URL: https://github.com/apache/maven-site/pull/237#discussion_r643848235 ## File path: content/markdown/repository-management.md ## @@ -58,6 +58,7 @@ and the features provided by these products. * https://www.cloudrepo.io";

[GitHub] [maven-site] slachiewicz merged pull request #237: added ProGet to repository managers

2021-06-03 Thread GitBox
slachiewicz merged pull request #237: URL: https://github.com/apache/maven-site/pull/237 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, p

[GitHub] [maven-site] slachiewicz commented on a change in pull request #237: added ProGet to repository managers

2021-06-03 Thread GitBox
slachiewicz commented on a change in pull request #237: URL: https://github.com/apache/maven-site/pull/237#discussion_r644551072 ## File path: content/markdown/repository-management.md ## @@ -58,6 +58,7 @@ and the features provided by these products. * https://www.cloudrepo.io

[GitHub] [maven-site] asfgit closed pull request #222: MNGSITE-437 - Intellij IDEA code style setting file is outdated

2021-06-03 Thread GitBox
asfgit closed pull request #222: URL: https://github.com/apache/maven-site/pull/222 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-site] slachiewicz closed pull request #37: Recommend using Semantic Versioning

2021-06-03 Thread GitBox
slachiewicz closed pull request #37: URL: https://github.com/apache/maven-site/pull/37 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, ple

[GitHub] [maven-site] asfgit closed pull request #212: [MNGSITE-393] Remove legacy Maven 2 info

2021-06-03 Thread GitBox
asfgit closed pull request #212: URL: https://github.com/apache/maven-site/pull/212 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-site] elharo commented on a change in pull request #237: added ProGet to repository managers

2021-06-03 Thread GitBox
elharo commented on a change in pull request #237: URL: https://github.com/apache/maven-site/pull/237#discussion_r644745845 ## File path: content/markdown/repository-management.md ## @@ -58,6 +58,7 @@ and the features provided by these products. * https://www.cloudrepo.io"; ta

[GitHub] [maven-site] elharo opened a new pull request #238: allow crawlers to follow manually curated links

2021-06-03 Thread GitBox
elharo opened a new pull request #238: URL: https://github.com/apache/maven-site/pull/238 @slachiewicz -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about th

[GitHub] [maven-site] elharo merged pull request #238: allow crawlers to follow manually curated links

2021-06-03 Thread GitBox
elharo merged pull request #238: URL: https://github.com/apache/maven-site/pull/238 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-06-03 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-854119930 @slachiewicz cool, thanks for testing, maybe drop here some more plugins that use m-a-t and have nice IT suite, so I could test some of those as well... -- This i

[GitHub] [maven-artifact-transfer] cstamas commented on pull request #24: [MSHARED-987] Make use of SISU

2021-06-03 Thread GitBox
cstamas commented on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-854121719 Note to myself: I'd do one more thing in this PR: move out things into own packages (the "provider" ones), as currently all I did is just move out things in their p

[GitHub] [maven-artifact-transfer] cstamas edited a comment on pull request #24: [MSHARED-987] Make use of SISU

2021-06-03 Thread GitBox
cstamas edited a comment on pull request #24: URL: https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-854121719 Note to myself: I'd do one more thing in this PR: move out things into own packages (the "provider" ones), as currently all I did is just move out things in

<    4   5   6   7   8   9   10   11   12   13   >