Re: Classloader hierarchy with extensions

2020-10-03 Thread Igor Fedorenko
Have you seen [1]? Not sure how much Maven 3.x changed since I wrote that page, but multi-artifact extensions needed META-INF/maven/extension.xml descriptor to defined what artifacts are part of the extension and what are exported to the plugins. [1] http://takari.io/book/91-maven-classloading.

Classloader hierarchy with extensions

2020-10-03 Thread Michael Osipov
Folks, hopefully someone of you is able to make me understand the following: Maven 3 class loading [1] says that extensions are available to plugins. E.g., Wagon FTP should be available to Maven Deploy Plugin oder Wagon Maven Plugin. While working on MNG-6965 I came across this MNG-4381 which

[GitHub] [maven-site] michael-o commented on a change in pull request #205: MNG-6994 clarify repository order

2020-10-03 Thread GitBox
michael-o commented on a change in pull request #205: URL: https://github.com/apache/maven-site/pull/205#discussion_r499172202 ## File path: content/apt/guides/mini/guide-multiple-repositories.apt ## @@ -52,11 +52,15 @@ Setting up Multiple Repositories ++ +You can give

Hacktoberfest

2020-10-03 Thread Maarten Mulders
Hi all, Today, I came across this update [1] from DigitalOcean, one of the companies behind Hacktoberfest. TL;DR: to prevent "spam pull requests", only accepted/merged/approved pull requests against GitHub repositories labelled "hacktoberfest" qualify for the free t-shirt or planting a tree.

[GitHub] [maven-site] asfgit closed pull request #158: [ARCHETYPE-594] recommend Mockito

2020-10-03 Thread GitBox
asfgit closed pull request #158: URL: https://github.com/apache/maven-site/pull/158 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

[GitHub] [maven-site] dependabot[bot] closed pull request #203: Bump ant from 1.10.8 to 1.10.9

2020-10-03 Thread GitBox
dependabot[bot] closed pull request #203: URL: https://github.com/apache/maven-site/pull/203 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-site] dependabot[bot] commented on pull request #203: Bump ant from 1.10.8 to 1.10.9

2020-10-03 Thread GitBox
dependabot[bot] commented on pull request #203: URL: https://github.com/apache/maven-site/pull/203#issuecomment-703146713 Looks like org.apache.ant:ant is up-to-date now, so this is no longer needed. This is an automated mess

[GitHub] [maven-site] slachiewicz commented on pull request #203: Bump ant from 1.10.8 to 1.10.9

2020-10-03 Thread GitBox
slachiewicz commented on pull request #203: URL: https://github.com/apache/maven-site/pull/203#issuecomment-703146669 @dependabot recreate This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [maven-site] asfgit closed pull request #204: avoid run-on sentences

2020-10-03 Thread GitBox
asfgit closed pull request #204: URL: https://github.com/apache/maven-site/pull/204 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

[GitHub] [maven-site] kwin opened a new pull request #205: Feature/mng 6994 clarify repository order

2020-10-03 Thread GitBox
kwin opened a new pull request #205: URL: https://github.com/apache/maven-site/pull/205 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

[GitHub] [maven-site] elharo opened a new pull request #204: avoid run-on sentences

2020-10-03 Thread GitBox
elharo opened a new pull request #204: URL: https://github.com/apache/maven-site/pull/204 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

Re: Plugin ITs with toolchain on ci-builds.a.o

2020-10-03 Thread Robert Scholte
that's actually a question for builds@a.o IIRC the trick done by other plugins is to write an integration test with a toolchains.xm, filtering it with the Java Runtime path. Best it to search for ITs by one of the toolchain-aware plugins[1] thanks, Robert [1] https://maven.apache.org/guides/mini