[jira] [Created] (ARCHETYPE-633) A required class was missing while executing org.apache.maven.plugins:maven-archetype-plugin:3.1.1:generate: org/apache/commons/lang/StringUtils

2022-06-29 Thread Stefano Fornari (Jira)
Stefano Fornari created ARCHETYPE-633: - Summary: A required class was missing while executing org.apache.maven.plugins:maven-archetype-plugin:3.1.1:generate: org/apache/commons/lang/StringUtils Key: ARCHETYPE-633

[GitHub] [maven-archetype] tkobayas commented on pull request #114: [ARCHETYPE-632] Add logging conflict line in integration-test

2022-06-29 Thread GitBox
tkobayas commented on PR #114: URL: https://github.com/apache/maven-archetype/pull/114#issuecomment-1170655140 Verify / macOS-latest jdk-8-temurin : The test failure should not be related to this PR (just logging) ``` 2022-06-29T06:24:39.1486570Z [INFO] Building: create-3/pom.xml 20

[jira] [Commented] (MENFORCER-393) Upgrading to 3.0.0 causes `Could not build dependency tree` with repositories some unknown protocol

2022-06-29 Thread Falko Modler (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17560671#comment-17560671 ] Falko Modler commented on MENFORCER-393: Same here with enforcer 3.1.0 and Mav

[jira] [Comment Edited] (MENFORCER-393) Upgrading to 3.0.0 causes `Could not build dependency tree` with repositories some unknown protocol

2022-06-29 Thread Falko Modler (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17560671#comment-17560671 ] Falko Modler edited comment on MENFORCER-393 at 6/29/22 10:36 PM: --

[jira] [Commented] (MNG-7443) Consistent logging between optional projects and optional profiles

2022-06-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17560651#comment-17560651 ] ASF GitHub Bot commented on MNG-7443: - Giovds commented on code in PR #701: URL: https:

[GitHub] [maven] Giovds commented on a diff in pull request #701: [MNG-7443] Make logging consistent between optional profiles and projects

2022-06-29 Thread GitBox
Giovds commented on code in PR #701: URL: https://github.com/apache/maven/pull/701#discussion_r910382076 ## maven-core/src/main/java/org/apache/maven/DefaultMaven.java: ## @@ -132,6 +137,7 @@ public DefaultMaven( this.buildResumptionAnalyzer = buildResumptionAnalyzer;

[jira] [Commented] (MNG-7443) Consistent logging between optional projects and optional profiles

2022-06-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17560650#comment-17560650 ] ASF GitHub Bot commented on MNG-7443: - Giovds commented on code in PR #701: URL: https:

[GitHub] [maven] Giovds commented on a diff in pull request #701: [MNG-7443] Make logging consistent between optional profiles and projects

2022-06-29 Thread GitBox
Giovds commented on code in PR #701: URL: https://github.com/apache/maven/pull/701#discussion_r910375612 ## maven-core/src/main/java/org/apache/maven/graph/ProjectSelector.java: ## @@ -0,0 +1,143 @@ +package org.apache.maven.graph; + +/* + * Licensed to the Apache Software Found

[jira] [Commented] (MNG-7443) Consistent logging between optional projects and optional profiles

2022-06-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17560649#comment-17560649 ] ASF GitHub Bot commented on MNG-7443: - Giovds commented on code in PR #701: URL: https:

[GitHub] [maven] Giovds commented on a diff in pull request #701: [MNG-7443] Make logging consistent between optional profiles and projects

2022-06-29 Thread GitBox
Giovds commented on code in PR #701: URL: https://github.com/apache/maven/pull/701#discussion_r910373496 ## maven-core/src/main/java/org/apache/maven/graph/DefaultGraphBuilder.java: ## @@ -254,12 +215,13 @@ private List trimResumedProjects( List projects, Pro if ( St

[GitHub] [maven-surefire] dependabot[bot] opened a new pull request, #551: Bump commons-email from 1.2 to 1.5 in /surefire-its/src/test/resources/classpath-filtering

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #551: URL: https://github.com/apache/maven-surefire/pull/551 Bumps commons-email from 1.2 to 1.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:com

[GitHub] [maven-surefire] dependabot[bot] opened a new pull request, #550: Bump commons-email from 1.2 to 1.5 in /surefire-its/src/test/resources/classpath-scope-filtering

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #550: URL: https://github.com/apache/maven-surefire/pull/550 Bumps commons-email from 1.2 to 1.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:com

[GitHub] [maven-deploy-plugin] cstamas commented on pull request #20: [MDEPLOY-193] Deploy At End feature (no extension)

2022-06-29 Thread GitBox
cstamas commented on PR #20: URL: https://github.com/apache/maven-deploy-plugin/pull/20#issuecomment-1169955580 > We also need `DEPLOY_PROCESSED_MARKER` if `deployAtEnd` if false. One module can override it. Done -- This is an automated message from the Apache Git Service. To resp

[GitHub] [maven-install-plugin] cstamas commented on a diff in pull request #15: [MINSTALL-115] Install At End feature (no extension)

2022-06-29 Thread GitBox
cstamas commented on code in PR #15: URL: https://github.com/apache/maven-install-plugin/pull/15#discussion_r909605127 ## src/main/java/org/apache/maven/plugins/install/InstallMojo.java: ## @@ -83,24 +83,30 @@ @Component private ProjectInstaller installer; +priv

[GitHub] [maven-install-plugin] cstamas commented on a diff in pull request #15: [MINSTALL-115] Install At End feature (no extension)

2022-06-29 Thread GitBox
cstamas commented on code in PR #15: URL: https://github.com/apache/maven-install-plugin/pull/15#discussion_r909605127 ## src/main/java/org/apache/maven/plugins/install/InstallMojo.java: ## @@ -83,24 +83,30 @@ @Component private ProjectInstaller installer; +priv

[GitHub] [maven-install-plugin] michael-o commented on a diff in pull request #15: [MINSTALL-115] Install At End feature (no extension)

2022-06-29 Thread GitBox
michael-o commented on code in PR #15: URL: https://github.com/apache/maven-install-plugin/pull/15#discussion_r909604461 ## src/main/java/org/apache/maven/plugins/install/InstallMojo.java: ## @@ -83,24 +83,30 @@ @Component private ProjectInstaller installer; +pr

[GitHub] [maven-deploy-plugin] cstamas commented on a diff in pull request #20: [MDEPLOY-193] Deploy At End feature (no extension)

2022-06-29 Thread GitBox
cstamas commented on code in PR #20: URL: https://github.com/apache/maven-deploy-plugin/pull/20#discussion_r909582088 ## src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java: ## @@ -177,29 +180,84 @@ public void execute() } else {

[GitHub] [maven-pdf-plugin] slachiewicz merged pull request #28: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-06-29 Thread GitBox
slachiewicz merged PR #28: URL: https://github.com/apache/maven-pdf-plugin/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-mail: issues-unsubscr...@ma

[GitHub] [maven-integration-testing] michael-o commented on pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169913213 Diffed, the reason seems to be the repo id change: `central` => `central-mirror`. What now? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-pdf-plugin] dependabot[bot] opened a new pull request, #28: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #28: URL: https://github.com/apache/maven-pdf-plugin/pull/28 Bumps [l10n-maven-plugin](https://github.com/mojohaus/l10n-maven-plugin) from 1.0-alpha-2 to 1.0.0. Release notes Sourced from https://github.com/mojohaus/l10n-maven-plugin/relea

[GitHub] [maven-install-plugin] cstamas commented on a diff in pull request #15: [MINSTALL-115] Install At End feature (no extension)

2022-06-29 Thread GitBox
cstamas commented on code in PR #15: URL: https://github.com/apache/maven-install-plugin/pull/15#discussion_r909542963 ## src/main/java/org/apache/maven/plugins/install/InstallMojo.java: ## @@ -91,53 +86,68 @@ public void execute() throws MojoExecutionException, M

[GitHub] [maven-deploy-plugin] michael-o commented on pull request #20: [MDEPLOY-193] Deploy At End feature (no extension)

2022-06-29 Thread GitBox
michael-o commented on PR #20: URL: https://github.com/apache/maven-deploy-plugin/pull/20#issuecomment-1169890113 > @gnodet @michael-o @slawekjaranowski ping, let's agree all this PR does is: > > * not changing existing behaviour (re last module) > > * but removes the r

[GitHub] [maven-integration-testing] michael-o commented on pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169887762 > Now all of those have in common: `--settings settings.xml`. This means that my user settings are defeated and files downloaded from my Central mirror are ignored by t

[GitHub] [maven-integration-testing] michael-o commented on pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169879397 Now all of those have in common: `--settings settings.xml`. This means that my user settings are defeated and files downloaded from my Central mirror are ignored by the

[GitHub] [maven-integration-testing] michael-o commented on pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169868791 Behind Nexus and other repos configured in `settings.xml`: ``` [ERROR] Errors: [ERROR] MavenIT0023SettingsProfileTest>AbstractMavenIntegrationTestCase.runTest

[GitHub] [maven-integration-testing] michael-o commented on pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169843147 Trying now behind a Nexus at work.. -- 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-source-plugin] jorsol commented on a diff in pull request #7: Add pull request template

2022-06-29 Thread GitBox
jorsol commented on code in PR #7: URL: https://github.com/apache/maven-source-plugin/pull/7#discussion_r909486703 ## pom.xml: ## @@ -161,6 +161,7 @@ under the License. src/it/reproducible/src/main/resources/**/*.txt +**/*.md Revie

[GitHub] [maven-source-plugin] slawekjaranowski commented on a diff in pull request #7: Add pull request template

2022-06-29 Thread GitBox
slawekjaranowski commented on code in PR #7: URL: https://github.com/apache/maven-source-plugin/pull/7#discussion_r909479400 ## pom.xml: ## @@ -161,6 +161,7 @@ under the License. src/it/reproducible/src/main/resources/**/*.txt +**/*

[GitHub] [maven-integration-testing] michael-o commented on pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169824152 > I see fallout: > > ``` > [ERROR] Errors: > [ERROR] MavenITmng5561PluginRelocationLosesConfigurationTest>AbstractMavenIntegrationTestCase.runTest:260->te

[GitHub] [maven-source-plugin] jorsol opened a new pull request, #7: Add pull request template

2022-06-29 Thread GitBox
jorsol opened a new pull request, #7: URL: https://github.com/apache/maven-source-plugin/pull/7 Add pull request template and exclude *.md files from rat. -- 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 t

[GitHub] [maven-source-plugin] slawekjaranowski merged pull request #5: [MSOURCES-132] - Update Maven Archiver to 3.6.0

2022-06-29 Thread GitBox
slawekjaranowski merged PR #5: URL: https://github.com/apache/maven-source-plugin/pull/5 -- 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-source-plugin] slawekjaranowski commented on pull request #6: Add pull request template

2022-06-29 Thread GitBox
slawekjaranowski commented on PR #6: URL: https://github.com/apache/maven-source-plugin/pull/6#issuecomment-1169792649 @jorsol - Why close - it was ok. simply exclude from rat. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [maven-source-plugin] jorsol closed pull request #6: Add pull request template

2022-06-29 Thread GitBox
jorsol closed pull request #6: Add pull request template URL: https://github.com/apache/maven-source-plugin/pull/6 -- 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 unsubscrib

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
gnodet commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r909320121 ## core-it-suite/pom.xml: ## @@ -159,6 +161,42 @@ under the License. + +org.apache.maven.its +core-it-bootstrap

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
gnodet commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r909318328 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,58 @@ specific language governing permissions and limitations under the License. --> -

[GitHub] [maven-integration-testing] michael-o commented on pull request #175: Relax test for wider terminals

2022-06-29 Thread GitBox
michael-o commented on PR #175: URL: https://github.com/apache/maven-integration-testing/pull/175#issuecomment-1169655629 > > Do I need to make my terminal full screen to make it work? > > No, I think any width > 80 will fail the test for maven 4.0.x branch if you run them from a rea

[GitHub] [maven-integration-testing] gnodet commented on pull request #175: Relax test for wider terminals

2022-06-29 Thread GitBox
gnodet commented on PR #175: URL: https://github.com/apache/maven-integration-testing/pull/175#issuecomment-1169653766 > Do I need to make my terminal full screen to make it work? No, I think any width > 80 will fail the test for maven 4.0.x branch if you run them from a real termina

[GitHub] [maven-deploy-plugin] michael-o commented on a diff in pull request #20: [MDEPLOY-193] Deploy At End feature (no extension)

2022-06-29 Thread GitBox
michael-o commented on code in PR #20: URL: https://github.com/apache/maven-deploy-plugin/pull/20#discussion_r909310762 ## src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java: ## @@ -177,29 +180,84 @@ public void execute() } else

[GitHub] [maven-install-plugin] michael-o commented on a diff in pull request #15: [MINSTALL-115] Install At End feature (no extension)

2022-06-29 Thread GitBox
michael-o commented on code in PR #15: URL: https://github.com/apache/maven-install-plugin/pull/15#discussion_r909307003 ## src/main/java/org/apache/maven/plugins/install/InstallMojo.java: ## @@ -91,53 +86,68 @@ public void execute() throws MojoExecutionException,

[GitHub] [maven-integration-testing] michael-o commented on pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#issuecomment-1169644146 I see fallout: ``` [ERROR] Errors: [ERROR] MavenITmng5561PluginRelocationLosesConfigurationTest>AbstractMavenIntegrationTestCase.runTest:260->testit:48 ยป Ver

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r909302549 ## core-it-suite/src/site/apt/index.apt.vm: ## @@ -52,11 +52,9 @@ mvn -Preporting site which obviously can't resolve anything. This setup using a fi

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r909292248 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,58 @@ specific language governing permissions and limitations under the License. -->

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r909290661 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,58 @@ specific language governing permissions and limitations under the License. -->

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
gnodet commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r909290395 ## core-it-suite/src/site/apt/index.apt.vm: ## @@ -52,11 +52,9 @@ mvn -Preporting site which obviously can't resolve anything. This setup using a file-

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
gnodet commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r909289949 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,58 @@ specific language governing permissions and limitations under the License. --> -

[GitHub] [maven-integration-testing] gnodet commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
gnodet commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r909289360 ## core-it-support/core-it-bootstrap/pom.xml: ## @@ -19,45 +19,58 @@ specific language governing permissions and limitations under the License. --> -

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #178: Use a plugin to download all dependencies to bypass conflict resolution

2022-06-29 Thread GitBox
michael-o commented on code in PR #178: URL: https://github.com/apache/maven-integration-testing/pull/178#discussion_r909273098 ## core-it-suite/pom.xml: ## @@ -159,6 +161,42 @@ under the License. + +org.apache.maven.its +core-it-bootst