[jira] [Updated] (MNG-7264) Convert maven-core default-bindings.xml to Providers

2022-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-7264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-7264: --- Description: Get rid of Plexus XML that defines default plugins bindings to default lifecycle for each

[jira] [Updated] (MNG-7263) Convert maven-core components.xml to Providers

2022-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-7263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MNG-7263: --- Description: Get rid of Plexus XML that defines: - the 4 lifecycles (default, clean, site, wrapper) =

[jira] [Comment Edited] (MNG-7264) Convert maven-core default-bindings.xml to Providers

2022-01-04 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-7264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17420277#comment-17420277 ] Herve Boutemy edited comment on MNG-7264 at 1/5/22, 7:26 AM: - F

[GitHub] [maven-surefire] dependabot[bot] opened a new pull request #432: Bump maven-shared-utils from 3.1.0 to 3.3.4

2022-01-04 Thread GitBox
dependabot[bot] opened a new pull request #432: URL: https://github.com/apache/maven-surefire/pull/432 Bumps [maven-shared-utils](https://github.com/apache/maven-shared-utils) from 3.1.0 to 3.3.4. Commits https://github.com/apache/maven-shared-utils/commit/17091d82508deb9b7067

[GitHub] [maven-mvnd] gnodet commented on issue #558: build failed in some projects

2022-01-04 Thread GitBox
gnodet commented on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1005400102 @NoSugarCoffee good catch ! The `mvnd -1 clean compile -e` on the sonar project gives ``` [ERROR] java.nio.file.NoSuchFileException: /Users/gnodet/tmp/sonar-java/jdt/target/

[GitHub] [maven-mvnd] gnodet commented on issue #561: Exception when the same command is executed again.

2022-01-04 Thread GitBox
gnodet commented on issue #561: URL: https://github.com/apache/maven-mvnd/issues/561#issuecomment-1005398067 > @gnodet You're right. When execute the following command, it's right for a period of time. > > ```shell > mvnd ymate:entity -DshowOnly=true -Dmvnd.pluginRealmEvictPatter

[GitHub] [maven-surefire] dependabot[bot] opened a new pull request #431: Bump maven-common-artifact-filters from 3.1.0 to 3.2.0

2022-01-04 Thread GitBox
dependabot[bot] opened a new pull request #431: URL: https://github.com/apache/maven-surefire/pull/431 Bumps [maven-common-artifact-filters](https://github.com/apache/maven-common-artifact-filters) from 3.1.0 to 3.2.0. Commits https://github.com/apache/maven-common-artifact-f

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request #156: Bump wagon.version from 3.4.3 to 3.5.1

2022-01-04 Thread GitBox
dependabot[bot] opened a new pull request #156: URL: https://github.com/apache/maven-indexer/pull/156 Bumps `wagon.version` from 3.4.3 to 3.5.1. Updates `wagon-provider-api` from 3.4.3 to 3.5.1 Commits https://github.com/apache/maven-wagon/commit/a40b7196f72f23a68b765c0a9a3c

[GitHub] [maven-indexer] dependabot[bot] closed pull request #150: Bump wagon.version from 3.4.3 to 3.5.0

2022-01-04 Thread GitBox
dependabot[bot] closed pull request #150: URL: https://github.com/apache/maven-indexer/pull/150 -- 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. To unsubscribe, e-mail: is

[GitHub] [maven-indexer] dependabot[bot] commented on pull request #150: Bump wagon.version from 3.4.3 to 3.5.0

2022-01-04 Thread GitBox
dependabot[bot] commented on pull request #150: URL: https://github.com/apache/maven-indexer/pull/150#issuecomment-1005376442 Superseded by #156. -- 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-mvnd] suninformation commented on issue #561: Exception when the same command is executed again.

2022-01-04 Thread GitBox
suninformation commented on issue #561: URL: https://github.com/apache/maven-mvnd/issues/561#issuecomment-1005371471 @gnodet You're right. When execute the following command, it's right for a period of time. ```shell mvnd ymate:entity -DshowOnly=true -Dmvnd.pluginRealmEvictPatter

[GitHub] [maven-apache-parent] dependabot[bot] opened a new pull request #59: Bump maven-scm-plugin from 1.12.0 to 1.12.2

2022-01-04 Thread GitBox
dependabot[bot] opened a new pull request #59: URL: https://github.com/apache/maven-apache-parent/pull/59 Bumps [maven-scm-plugin](https://github.com/apache/maven-scm) from 1.12.0 to 1.12.2. Commits https://github.com/apache/maven-scm/commit/09c31eca8132a45552870e4a6e080f6d156

[GitHub] [maven-mvnd] NoSugarCoffee edited a comment on issue #558: build failed in some projects

2022-01-04 Thread GitBox
NoSugarCoffee edited a comment on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1005350471 @gnodet Did you tried `mvnd clean compile` or `mvnd clean test` rather than `verify` and `install` for sonar. Although I know `verify` also run `compile` and `test` ph

[GitHub] [maven-mvnd] NoSugarCoffee edited a comment on issue #558: build failed in some projects

2022-01-04 Thread GitBox
NoSugarCoffee edited a comment on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1005350471 @gnodet Did you tried `mvnd clean compile` or `mvnd clean test` rather than `verify` and `install` for sonar. Although I know `verify` also run `compile` and `test` ph

[GitHub] [maven-mvnd] NoSugarCoffee edited a comment on issue #558: build failed in some projects

2022-01-04 Thread GitBox
NoSugarCoffee edited a comment on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1005350471 @gnodet Did you tried `mvnd clean compile` or `mvnd clean test` rather than `verify` and `install` for sonar -- This is an automated message from the Apache Git Serv

[GitHub] [maven-mvnd] NoSugarCoffee edited a comment on issue #558: build failed in some projects

2022-01-04 Thread GitBox
NoSugarCoffee edited a comment on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1005350471 @gnodet Did you tried `mvnd clean compile` or `mvnd clean test` rather than `verify` and `install` -- This is an automated message from the Apache Git Service. To re

[GitHub] [maven-mvnd] NoSugarCoffee commented on issue #558: build failed in some projects

2022-01-04 Thread GitBox
NoSugarCoffee commented on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1005350471 @gnodet Did you tried `mvnd clean compile` or `mvnd clean compile` rather than `verify` and `install` -- This is an automated message from the Apache Git Service. To respon

[GitHub] [maven-mvnd] NoSugarCoffee commented on issue #558: build failed in some project

2022-01-04 Thread GitBox
NoSugarCoffee commented on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1005311474 @gnodet @ppalaga Thanks,really help me a lot -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (MWRAPPER-50) Verify checksum when downloading maven-wrapper.jar  

2022-01-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468915#comment-17468915 ] Michael Osipov commented on MWRAPPER-50: Checksums are not designed to protect a

[GitHub] [maven] adufourcq commented on pull request #589: [MNG-7304] - Use try-with-resources Statement

2022-01-04 Thread GitBox
adufourcq commented on pull request #589: URL: https://github.com/apache/maven/pull/589#issuecomment-1005236082 The failing test is mng3183. this test tests logging into a text file. Test fails because the log file is empty. The log file is empty because of the use of try-with-resour

[jira] [Created] (MWRAPPER-50) Verify checksum when downloading maven-wrapper.jar  

2022-01-04 Thread Premek Vyhnal (Jira)
Premek Vyhnal created MWRAPPER-50: - Summary: Verify checksum when downloading maven-wrapper.jar   Key: MWRAPPER-50 URL: https://issues.apache.org/jira/browse/MWRAPPER-50 Project: Maven Wrapper

[GitHub] [maven-site] slawekjaranowski commented on a change in pull request #276: Add import order configuration for Eclipse

2022-01-04 Thread GitBox
slawekjaranowski commented on a change in pull request #276: URL: https://github.com/apache/maven-site/pull/276#discussion_r778423535 ## File path: content/resources/developers/maven-eclipse.importorder ## @@ -0,0 +1,23 @@ +# Licensed to the Apache Software Foundation (ASF) und

[GitHub] [maven-surefire] slawekjaranowski merged pull request #423: Deploy artifacts only for master branch

2022-01-04 Thread GitBox
slawekjaranowski merged pull request #423: URL: https://github.com/apache/maven-surefire/pull/423 -- 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. To unsubscribe, e-mail:

[GitHub] [maven-mvnd] hashhar commented on issue #560: Let JVM set max heap size instead of a default value of 2GB (`mvnd.maxHeapSize`)

2022-01-04 Thread GitBox
hashhar commented on issue #560: URL: https://github.com/apache/maven-mvnd/issues/560#issuecomment-1005130944 Thanks for the decision. I'll work on the PR over this weekend, expect it soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (MENFORCER-394) DependencyConvergence in 3.0.0 fails on provided scoped dependencies

2022-01-04 Thread Daniel Norberg (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468819#comment-17468819 ] Daniel Norberg commented on MENFORCER-394: -- It seems to me that the currently

[GitHub] [maven] rlenferink opened a new pull request #649: [MNG-6802] Fix bug in FileProfileActivator (#347)

2022-01-04 Thread GitBox
rlenferink opened a new pull request #649: URL: https://github.com/apache/maven/pull/649 This cherry picks #347 into the Maven 3.8.x branch. Cherry-pick of 3fabb639a31d6076b1649c1a08828febabddf44a --- Following this checklist to help us incorporate your contribution

[jira] [Created] (MJAR-282) Upgrade Maven Archiver to 3.5.2

2022-01-04 Thread Michael Osipov (Jira)
Michael Osipov created MJAR-282: --- Summary: Upgrade Maven Archiver to 3.5.2 Key: MJAR-282 URL: https://issues.apache.org/jira/browse/MJAR-282 Project: Maven JAR Plugin Issue Type: Dependency upg

[jira] [Assigned] (MJAR-281) wrong order of META-INF/ and META-INF/MANIFEST.MF entries

2022-01-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAR-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MJAR-281: --- Assignee: Michael Osipov > wrong order of META-INF/ and META-INF/MANIFEST.MF entries > ---

[jira] [Commented] (MENFORCER-402) RequireUpperBoundDeps now follow scope provided transitive dependencies

2022-01-04 Thread Daniel Norberg (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468795#comment-17468795 ] Daniel Norberg commented on MENFORCER-402: -- I believe the root cause here mig

[GitHub] [maven] michael-o commented on pull request #645: [MNG-7375] prevent potential NPE in Metadata.merge(...)

2022-01-04 Thread GitBox
michael-o commented on pull request #645: URL: https://github.com/apache/maven/pull/645#issuecomment-1005105026 > Correct, we pointlessly waste cycles for their generation. This applies to a lot of stuff we do. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [maven] cstamas commented on pull request #645: [MNG-7375] prevent potential NPE in Metadata.merge(...)

2022-01-04 Thread GitBox
cstamas commented on pull request #645: URL: https://github.com/apache/maven/pull/645#issuecomment-1005102872 Agreed, while in case of metadata this may seem like overkill, I still like the separation of models and logic around them (aka builder or validator or whatnot). Ultimately,

[GitHub] [maven-shared-utils] slawekjaranowski commented on pull request #94: [MSHARED-1014] Optionally inherit system environment variables by Commandline

2022-01-04 Thread GitBox
slawekjaranowski commented on pull request #94: URL: https://github.com/apache/maven-shared-utils/pull/94#issuecomment-1005101390 fixed - @elharo please review -- 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-mvnd] aalmiray commented on issue #542: Refactor build & release workflow

2022-01-04 Thread GitBox
aalmiray commented on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-1005043027 Correct. We must follow the Apache Maven release process, which means IF convenience binaries are to be posted it must happen after a release vote has been successful. However bef

[GitHub] [maven-mvnd] dushmis closed issue #559: mvnd doesn't work with duplicate-finder-maven-plugin

2022-01-04 Thread GitBox
dushmis closed issue #559: URL: https://github.com/apache/maven-mvnd/issues/559 -- 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. To unsubscribe, e-mail: issues-unsubscr...

[GitHub] [maven-integration-testing] michael-o commented on a change in pull request #133: [MNG-6326] Make the build fail if core extensions can not be loaded

2022-01-04 Thread GitBox
michael-o commented on a change in pull request #133: URL: https://github.com/apache/maven-integration-testing/pull/133#discussion_r778270788 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6326CoreExtensionsNotFoundTest.java ## @@ -0,0 +1,56 @@ +packa

[GitHub] [maven-integration-testing] gnodet commented on a change in pull request #133: [MNG-6326] Make the build fail if core extensions can not be loaded

2022-01-04 Thread GitBox
gnodet commented on a change in pull request #133: URL: https://github.com/apache/maven-integration-testing/pull/133#discussion_r778269338 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6326CoreExtensionsNotFoundTest.java ## @@ -0,0 +1,56 @@ +package

[GitHub] [maven-mvnd] gnodet commented on issue #561: Exception when the same command is executed again.

2022-01-04 Thread GitBox
gnodet commented on issue #561: URL: https://github.com/apache/maven-mvnd/issues/561#issuecomment-1005030050 @suninformation you may want to try excluding the `ymate-maven-plugin` from the plugin cache using the plugin eviction pattern specified at https://github.com/gnodet/mvnd/blob/91ef6

[GitHub] [maven-mvnd] gnodet commented on issue #560: Let JVM set max heap size instead of a default value of 2GB (`mvnd.maxHeapSize`)

2022-01-04 Thread GitBox
gnodet commented on issue #560: URL: https://github.com/apache/maven-mvnd/issues/560#issuecomment-1005026536 > Have we considered making the `mvnd.maxHeapSize` config default to null so that the JVM can decide the max heap size instead of the current default of 2GB? > > This will bri

[GitHub] [maven-mvnd] hboutemy commented on issue #542: Refactor build & release workflow

2022-01-04 Thread GitBox
hboutemy commented on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-1005022356 let's start by describing what are the requirements for mvnd: - ASF source-release archive published to Apache dist area (svn) after 72h vote by email on dev@maven #543 - is

[GitHub] [maven-mvnd] suninformation commented on issue #561: Exception when the same command is executed again.

2022-01-04 Thread GitBox
suninformation commented on issue #561: URL: https://github.com/apache/maven-mvnd/issues/561#issuecomment-1005013762 > Could you provide a project to reproduce the problem ? @gnodet OK, I'll get you a project. It will take some time. -- This is an automated message from the Apache

[GitHub] [maven-mvnd] gnodet commented on issue #561: Exception when the same command is executed again.

2022-01-04 Thread GitBox
gnodet commented on issue #561: URL: https://github.com/apache/maven-mvnd/issues/561#issuecomment-1005007912 Could you provide a project to reproduce the problem ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [maven-mvnd] gnodet closed issue #558: build failed in some project

2022-01-04 Thread GitBox
gnodet closed issue #558: URL: https://github.com/apache/maven-mvnd/issues/558 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [maven-mvnd] gnodet edited a comment on issue #558: build failed in some project

2022-01-04 Thread GitBox
gnodet edited a comment on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1004998359 > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.6.0:report (report) on project jacoco-maven-plugin: Execution report of goal org.apache.maven

[GitHub] [maven-mvnd] gnodet closed issue #549: How do i set other maven repository?

2022-01-04 Thread GitBox
gnodet closed issue #549: URL: https://github.com/apache/maven-mvnd/issues/549 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [maven-integration-testing] michael-o commented on a change in pull request #133: [MNG-6326] Make the build fail if core extensions can not be loaded

2022-01-04 Thread GitBox
michael-o commented on a change in pull request #133: URL: https://github.com/apache/maven-integration-testing/pull/133#discussion_r778238807 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng6326CoreExtensionsNotFoundTest.java ## @@ -0,0 +1,56 @@ +packa

[GitHub] [maven-mvnd] gnodet commented on issue #558: build failed in some project

2022-01-04 Thread GitBox
gnodet commented on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1004998359 > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.6.0:report (report) on project jacoco-maven-plugin: Execution report of goal org.apache.maven.plugin

[GitHub] [maven-mvnd] suninformation opened a new issue #561: Exception when the same command is executed again.

2022-01-04 Thread GitBox
suninformation opened a new issue #561: URL: https://github.com/apache/maven-mvnd/issues/561 The same command is executed successfully for the first time but is abnormal when it is executed again. Two command execution console outputs are as follows: ```shell ➜ goldenriver-drc

[GitHub] [maven-mvnd] gnodet closed issue #546: mvnd maven plugin

2022-01-04 Thread GitBox
gnodet closed issue #546: URL: https://github.com/apache/maven-mvnd/issues/546 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [maven] gnodet edited a comment on pull request #648: [MNG-6326] Make the build fail if core extensions can not be loaded

2022-01-04 Thread GitBox
gnodet edited a comment on pull request #648: URL: https://github.com/apache/maven/pull/648#issuecomment-1004981418 > I did add an IT with https://github.com/apache/maven-integration-testing/pull/133, but it works locally but not on github CI, not sure why yet... -- This is an a

[GitHub] [maven] gnodet commented on pull request #648: [MNG-6326] Make the build fail if core extensions can not be loaded

2022-01-04 Thread GitBox
gnodet commented on pull request #648: URL: https://github.com/apache/maven/pull/648#issuecomment-1004981418 > I did add an IT, but it works locally but not on github CI, not sure why yet... -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [maven] dehasi commented on a change in pull request #347: [MNG-6802] Fix bug in FileProfileActivator

2022-01-04 Thread GitBox
dehasi commented on a change in pull request #347: URL: https://github.com/apache/maven/pull/347#discussion_r778229877 ## File path: maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/FileProfileActivatorTest.java ## @@ -0,0 +1,131 @@ +package org.apac

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #423: Deploy artifacts only for master branch

2022-01-04 Thread GitBox
slawekjaranowski commented on pull request #423: URL: https://github.com/apache/maven-surefire/pull/423#issuecomment-1004950792 @Tibor17 I'm going to merge this -- 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-mvnd] ppalaga commented on issue #546: mvnd maven plugin

2022-01-04 Thread GitBox
ppalaga commented on issue #546: URL: https://github.com/apache/maven-mvnd/issues/546#issuecomment-1004949902 If you want your IDE to use mvnd instead of mvn, then it cannot be reached by writing a plugin. You may still want to ask your IDE to implement such an option via their issue track

[GitHub] [maven] michael-o commented on pull request #648: [MNG-6326] Make the build fail if core extensions can not be loaded

2022-01-04 Thread GitBox
michael-o commented on pull request #648: URL: https://github.com/apache/maven/pull/648#issuecomment-1004949878 Does it make sense to provide an IT for that? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [maven] michael-o commented on a change in pull request #648: [MNG-6326] Make the build fail if core extensions can not be loaded

2022-01-04 Thread GitBox
michael-o commented on a change in pull request #648: URL: https://github.com/apache/maven/pull/648#discussion_r778212262 ## File path: maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java ## @@ -717,75 +718,62 @@ protected void configure() return Collec

[GitHub] [maven-surefire] slawekjaranowski merged pull request #425: GitHub Shared Action v2

2022-01-04 Thread GitBox
slawekjaranowski merged pull request #425: URL: https://github.com/apache/maven-surefire/pull/425 -- 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. To unsubscribe, e-mail:

[jira] [Assigned] (MNG-6326) Build continues when core extensions aren't found

2022-01-04 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-6326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-6326: Assignee: Guillaume Nodet > Build continues when core extensions aren't found >

[GitHub] [maven] gnodet opened a new pull request #648: [MNG-6326] Make the build fail if core extensions can not be loaded

2022-01-04 Thread GitBox
gnodet opened a new pull request #648: URL: https://github.com/apache/maven/pull/648 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) filed for the ch

[jira] [Created] (MSHARED-1016) Transitive provided dependencies are not removed from collected dependency graph

2022-01-04 Thread Daniel Norberg (Jira)
Daniel Norberg created MSHARED-1016: --- Summary: Transitive provided dependencies are not removed from collected dependency graph Key: MSHARED-1016 URL: https://issues.apache.org/jira/browse/MSHARED-1016

[GitHub] [maven-mvnd] ppalaga commented on issue #549: How do i set other maven repository?

2022-01-04 Thread GitBox
ppalaga commented on issue #549: URL: https://github.com/apache/maven-mvnd/issues/549#issuecomment-1004909399 > how do i set other maven repository? The same way as with stock Maven https://maven.apache.org/guides/mini/guide-multiple-repositories.html -- This is an automated messa

[GitHub] [maven-mvnd] ppalaga commented on issue #553: Windows configuration mvn/conf/setting.xml does not take effect

2022-01-04 Thread GitBox
ppalaga commented on issue #553: URL: https://github.com/apache/maven-mvnd/issues/553#issuecomment-1004907021 @Fzoss I guess the issue happens because backslash has a special meaning (escape character) in Java Property files. Could you please try whether the following works for you? ```

[GitHub] [maven-dependency-tree] danielnorberg opened a new pull request #9: exclude transitive provided scope dependencies

2022-01-04 Thread GitBox
danielnorberg opened a new pull request #9: URL: https://github.com/apache/maven-dependency-tree/pull/9 Transitive dependencies with provided scope should be excluded in order to match maven behavior: https://github.com/apache/maven/blob/706d9319f14b507f3c3deeba4eeda1a51a531c9b/mave

[GitHub] [maven-mvnd] gnodet edited a comment on issue #547: java 8 can't use

2022-01-04 Thread GitBox
gnodet edited a comment on issue #547: URL: https://github.com/apache/maven-mvnd/issues/547#issuecomment-1004898050 `mvnd` works on Apple M1 provided the rosetta layer is installed, see https://github.com/apache/maven-mvnd/issues/337#issuecomment-975603892 It can be installed using ``

[GitHub] [maven-mvnd] gnodet commented on issue #547: java 8 can't use

2022-01-04 Thread GitBox
gnodet commented on issue #547: URL: https://github.com/apache/maven-mvnd/issues/547#issuecomment-1004898050 `mvnd` works on Apple M1 provided the rosetta layer is installed, see https://github.com/apache/maven-mvnd/issues/337#issuecomment-975603892 -- This is an automated message fr

[GitHub] [maven-mvnd] ppalaga commented on issue #547: java 8 can't use

2022-01-04 Thread GitBox
ppalaga commented on issue #547: URL: https://github.com/apache/maven-mvnd/issues/547#issuecomment-1004889625 I guess you are trying use mvnd on Apple M1 and because there is no native executable for that platform, you use the `mvnd.sh` script? Well, yes, the mvnd client module is the o

[GitHub] [maven] slachiewicz commented on a change in pull request #347: [MNG-6802] Fix bug in FileProfileActivator

2022-01-04 Thread GitBox
slachiewicz commented on a change in pull request #347: URL: https://github.com/apache/maven/pull/347#discussion_r778133691 ## File path: maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/FileProfileActivatorTest.java ## @@ -0,0 +1,131 @@ +package org

[GitHub] [maven] michael-o commented on pull request #347: [MNG-6802] Fix bug in FileProfileActivator

2022-01-04 Thread GitBox
michael-o commented on pull request #347: URL: https://github.com/apache/maven/pull/347#issuecomment-1004850610 @mpepping Likely for at least 3.9.0x. Can you provide a PR rebased on top of 3.8.x? -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [maven-mvnd] gnodet commented on issue #542: Refactor build & release workflow

2022-01-04 Thread GitBox
gnodet commented on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-1004846963 I wasn't aware of JReleaser, but this looks very promising. I think we can continue using this space to discuss things. -- This is an automated message from the Apache Git Servic

[GitHub] [maven] mpepping commented on pull request #347: [MNG-6802] Fix bug in FileProfileActivator

2022-01-04 Thread GitBox
mpepping commented on pull request #347: URL: https://github.com/apache/maven/pull/347#issuecomment-1004839638 Would a PR for a backport be considered? It would be good to have this fixed in Maven 3 as well. -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [maven-mvnd] ppalaga commented on issue #560: Let JVM set max heap size instead of a default value of 2GB (`mvnd.maxHeapSize`)

2022-01-04 Thread GitBox
ppalaga commented on issue #560: URL: https://github.com/apache/maven-mvnd/issues/560#issuecomment-1004825508 > making the `mvnd.maxHeapSize` config default to null so that the JVM can decide the max heap size instead of the current default of 2GB? Sounds like a good idea. Thanks for

[jira] [Commented] (MPH-177) Add "help:help" link in the "Apache Maven Help Plugin" page

2022-01-04 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPH-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468636#comment-17468636 ] Slawomir Jaranowski commented on MPH-177: - - please checkout project - https://githu

[GitHub] [maven-gh-actions-shared] slawekjaranowski merged pull request #28: Show free disk space

2022-01-04 Thread GitBox
slawekjaranowski merged pull request #28: URL: https://github.com/apache/maven-gh-actions-shared/pull/28 -- 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. To unsubscribe, e

[jira] [Commented] (MSKINS-175) Upgrade to JQuery 3.6.0 in Fluido skin

2022-01-04 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468626#comment-17468626 ] Michael Osipov commented on MSKINS-175: --- Did you actually check whether we are affe

[GitHub] [maven-mvnd] aalmiray commented on issue #542: Refactor build & release workflow

2022-01-04 Thread GitBox
aalmiray commented on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-1004797122 @hboutemy @ppalaga excellent! How should we proceed? Discussing ideas on the mailing list or using this space? -- This is an automated message from the Apache Git Service. To re

[GitHub] [maven-mvnd] hashhar opened a new issue #560: Let JVM set max heap size instead of a default value of 2GB (`mvnd.maxHeapSize`)

2022-01-04 Thread GitBox
hashhar opened a new issue #560: URL: https://github.com/apache/maven-mvnd/issues/560 Have we considered making the `mvnd.maxHeapSize` config default to null so that the JVM can decide the max heap size instead of the current default of 2GB? This will bring it in line with vanilla Ma

[GitHub] [maven-war-plugin] michael-o commented on a change in pull request #20: [MWAR-444] Update plugin (requires Maven 3.2.5+)

2022-01-04 Thread GitBox
michael-o commented on a change in pull request #20: URL: https://github.com/apache/maven-war-plugin/pull/20#discussion_r778057340 ## File path: pom.xml ## @@ -129,7 +133,7 @@ org.codehaus.plexus plexus-archiver - 4.2.2 + 4.2.5 Review comment:

[jira] [Comment Edited] (MRELEASE-938) Need better support for staging release candidates with git and Nexus

2022-01-04 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468612#comment-17468612 ] Christopher Tubbs edited comment on MRELEASE-938 at 1/4/22, 12:48 PM: ---

[jira] [Commented] (MRELEASE-938) Need better support for staging release candidates with git and Nexus

2022-01-04 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468612#comment-17468612 ] Christopher Tubbs commented on MRELEASE-938: [~hboutemy] re: "too Git tag o

[GitHub] [maven-war-plugin] slawekjaranowski commented on a change in pull request #20: [MWAR-444] Update plugin (requires Maven 3.2.5+)

2022-01-04 Thread GitBox
slawekjaranowski commented on a change in pull request #20: URL: https://github.com/apache/maven-war-plugin/pull/20#discussion_r778053179 ## File path: pom.xml ## @@ -62,9 +62,9 @@ -3.5.0 +3.5.1 3.1.1 -3.1.0 +3.2.5 Review comment: `brew` o

[GitHub] [maven-mvnd] ppalaga commented on issue #543: create Apache source-release distribution archive

2022-01-04 Thread GitBox
ppalaga commented on issue #543: URL: https://github.com/apache/maven-mvnd/issues/543#issuecomment-1004760975 > and can you confirm nothing requires to be published to Maven Central? Yes, we never released anything to Central. The zipped distro distributed via GH downloads is current

[GitHub] [maven-mvnd] ppalaga commented on issue #559: mvnd doesn't work with duplicate-finder-maven-plugin

2022-01-04 Thread GitBox
ppalaga commented on issue #559: URL: https://github.com/apache/maven-mvnd/issues/559#issuecomment-1004757192 Could you please complete the description by adding some steps to reproduce? A minimal reproducer project would be ideal. What does your "doesn't work" mean? Any stack traces or er

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request #83: Bump plexus-component-annotations from 2.1.0 to 2.1.1

2022-01-04 Thread GitBox
dependabot[bot] opened a new pull request #83: URL: https://github.com/apache/maven-doxia/pull/83 Bumps [plexus-component-annotations](https://github.com/codehaus-plexus/plexus-containers) from 2.1.0 to 2.1.1. Release notes Sourced from https://github.com/codehaus-plexus/plexus-c

[GitHub] [maven-mvnd] ppalaga commented on issue #558: build failed in some project

2022-01-04 Thread GitBox
ppalaga commented on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1004755128 To check whether issues have to do with mvnd building in parallel by default, you may want to try serial build `mvnd -1` and see whether the serial build will pass. -- This is a

[GitHub] [maven-mvnd] ppalaga commented on issue #558: build failed in some project

2022-01-04 Thread GitBox
ppalaga commented on issue #558: URL: https://github.com/apache/maven-mvnd/issues/558#issuecomment-1004753201 Looking at the error messages, the issues seem to be specific to the projects you build and there is perhaps not much to improve in mvnd. You may want to read this blog post and fo

[GitHub] [maven-mvnd] hboutemy commented on issue #543: create Apache source-release distribution archive

2022-01-04 Thread GitBox
hboutemy commented on issue #543: URL: https://github.com/apache/maven-mvnd/issues/543#issuecomment-1004748247 and can you confirm nothing requires to be published to Maven Central? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [maven-mvnd] dushmis opened a new issue #559: duplicate-finder-maven-plugin isn't supported with mvnd

2022-01-04 Thread GitBox
dushmis opened a new issue #559: URL: https://github.com/apache/maven-mvnd/issues/559 while it works with mvn, with mvnd doesn't ``` ... ...

[GitHub] [maven-mvnd] NoSugarCoffee opened a new issue #558: build failed in some project

2022-01-04 Thread GitBox
NoSugarCoffee opened a new issue #558: URL: https://github.com/apache/maven-mvnd/issues/558 I try to use mvnd recently. Have some problems. ## First one I build https://github.com/jacoco/jacoco/tree/v0.8.6 with `mvnd clean verify` but failled with errors following, `mvn clean v

[GitHub] [maven-mvnd] ppalaga commented on issue #548: How to use it in Idea?

2022-01-04 Thread GitBox
ppalaga commented on issue #548: URL: https://github.com/apache/maven-mvnd/issues/548#issuecomment-1004713715 > how to use it in Idea? What exactly would you expect? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Created] (MCOMPILER-479) Clarify `compilerArgs` Javadoc

2022-01-04 Thread Jira
Halil İbrahim Şener created MCOMPILER-479: - Summary: Clarify `compilerArgs` Javadoc Key: MCOMPILER-479 URL: https://issues.apache.org/jira/browse/MCOMPILER-479 Project: Maven Compiler Plugin

[GitHub] [maven-verifier] kwin commented on a change in pull request #6: [MSHARED-1015] correctly set system property

2022-01-04 Thread GitBox
kwin commented on a change in pull request #6: URL: https://github.com/apache/maven-verifier/pull/6#discussion_r777988147 ## File path: src/main/java/org/apache/maven/it/Embedded3xLauncher.java ## @@ -268,4 +271,26 @@ public String getMavenVersion() throw new LauncherE

[GitHub] [maven-mvnd] ppalaga commented on issue #542: Refactor build & release workflow

2022-01-04 Thread GitBox
ppalaga commented on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-1004706062 > Would the team be interested in refactoring build & releases to use JReleaser? +100 from me :) -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-verifier] michael-o commented on a change in pull request #6: [MSHARED-1015] correctly set system property

2022-01-04 Thread GitBox
michael-o commented on a change in pull request #6: URL: https://github.com/apache/maven-verifier/pull/6#discussion_r777986720 ## File path: src/main/java/org/apache/maven/it/Embedded3xLauncher.java ## @@ -268,4 +271,26 @@ public String getMavenVersion() throw new Laun

[GitHub] [maven-mvnd] ppalaga commented on issue #543: create Apache source-release distribution archive

2022-01-04 Thread GitBox
ppalaga commented on issue #543: URL: https://github.com/apache/maven-mvnd/issues/543#issuecomment-1004704755 > There is also a question if switching `org.mvndaemon.mvnd` groupid to `org.apache.maven.mvnd` make sense or creates issues Nothing comes to my mind that should prevent it.

[jira] [Created] (MSKINS-175) Upgrade to JQuery 3.6.0 in Fluido skin

2022-01-04 Thread Jira
László Langó created MSKINS-175: --- Summary: Upgrade to JQuery 3.6.0 in Fluido skin Key: MSKINS-175 URL: https://issues.apache.org/jira/browse/MSKINS-175 Project: Maven Skins Issue Type: Bug

[GitHub] [maven] gnodet merged pull request #640: MNG-7129 fix for cleanup of partial state

2022-01-04 Thread GitBox
gnodet merged pull request #640: URL: https://github.com/apache/maven/pull/640 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[jira] [Commented] (MSHARED-1011) Ease extension of Verifier

2022-01-04 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468527#comment-17468527 ] Konrad Windszus commented on MSHARED-1011: -- Probably obsolete with MSHARED-101

[jira] [Comment Edited] (MSHARED-1011) Ease extension of Verifier

2022-01-04 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468527#comment-17468527 ] Konrad Windszus edited comment on MSHARED-1011 at 1/4/22, 10:09 AM: -

[GitHub] [maven-verifier] kwin opened a new pull request #6: [MSHARED-1015] correctly set system property

2022-01-04 Thread GitBox
kwin opened a new pull request #6: URL: https://github.com/apache/maven-verifier/pull/6 "maven.multiModuleProjectDirectory" Add tests for using Embedded3xLauncher with Maven embedder on classpath -- This is an automated message from the Apache Git Service. To respond to the message

[jira] [Assigned] (MCLEAN-95) Provide a fast deletion option

2022-01-04 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MCLEAN-95: - Assignee: Guillaume Nodet > Provide a fast deletion option >

[GitHub] [maven-clean-plugin] gnodet commented on a change in pull request #6: [MCLEAN-95] Add a fast clean option

2022-01-04 Thread GitBox
gnodet commented on a change in pull request #6: URL: https://github.com/apache/maven-clean-plugin/pull/6#discussion_r777936932 ## File path: src/main/java/org/apache/maven/plugins/clean/CleanMojo.java ## @@ -229,8 +248,16 @@ else if ( fast && multiModuleProjectDirectory != nul

  1   2   >