[GitHub] [maven-release] cstamas commented on a diff in pull request #118: [MRELEASE-1087] Catch up

2022-05-05 Thread GitBox
cstamas commented on code in PR #118: URL: https://github.com/apache/maven-release/pull/118#discussion_r865604908 ## maven-release-manager/pom.xml: ## @@ -98,14 +116,25 @@ commons-cli commons-cli - 1.2 + 1.5.0 Review Comment: Yup, look into org.

[GitHub] [maven-release] cstamas commented on a diff in pull request #118: [MRELEASE-1087] Catch up

2022-05-05 Thread GitBox
cstamas commented on code in PR #118: URL: https://github.com/apache/maven-release/pull/118#discussion_r865623124 ## maven-release-manager/pom.xml: ## @@ -98,14 +116,25 @@ commons-cli commons-cli - 1.2 + 1.5.0 Review Comment: See 820e774bbe892d2

[GitHub] [maven-release] cstamas commented on a diff in pull request #118: [MRELEASE-1087] Catch up

2022-05-05 Thread GitBox
cstamas commented on code in PR #118: URL: https://github.com/apache/maven-release/pull/118#discussion_r865630699 ## maven-release-manager/src/test/java/org/apache/maven/shared/release/phase/AbstractReleaseTestCase.java: ## @@ -213,7 +213,13 @@ public FileVisitResult visitFile(

[GitHub] [maven-release] cstamas commented on pull request #118: [MRELEASE-1087] Catch up

2022-05-05 Thread GitBox
cstamas commented on PR #118: URL: https://github.com/apache/maven-release/pull/118#issuecomment-1118261446 I updated/fixed things reported so far, @slawekjaranowski did re-enable the failing UT GenerateReleasePomsPhaseTest (while he did disable several tests in it's parent class), but also

[jira] [Comment Edited] (MPDF-104) i18n broken

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532123#comment-17532123 ] Michael Osipov edited comment on MPDF-104 at 5/5/22 7:50 AM: - P

[jira] [Updated] (MRELEASE-1087) drop Plexus container APIs, move to JSR 330 + slf4j-api

2022-05-05 Thread Jira
[ https://issues.apache.org/jira/browse/MRELEASE-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MRELEASE-1087: -- Description: Mass changes to plugin: * update maven 3.0 -> 3.2.5 * update resolver f

[jira] [Commented] (MPDF-104) i18n broken

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532123#comment-17532123 ] Michael Osipov commented on MPDF-104: - Please provide the PDF also. > i18n broken > --

[GitHub] [maven-resolver] weibo1995 opened a new pull request, #172: Fix the problem that the dependency tree is different when DF and BF …

2022-05-05 Thread GitBox
weibo1995 opened a new pull request, #172: URL: https://github.com/apache/maven-resolver/pull/172 Fix the problem that the dependency tree is different when DF and BF strategies are adopted when a dependency package has no children dependency. When BF is adopted, when a dependent package

[GitHub] [maven-resolver] cstamas commented on pull request #172: Fix the problem that the dependency tree is different when DF and BF …

2022-05-05 Thread GitBox
cstamas commented on PR #172: URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118313118 @weibo1995 could you craft a project that produces different trees on current master? As we could add it as UT... -- This is an automated message from the Apache Git Service. To re

[GitHub] [maven-release] cstamas commented on pull request #106: [MRELEASE-1084] Upgrade Maven to 3.2.5

2022-05-05 Thread GitBox
cstamas commented on PR #106: URL: https://github.com/apache/maven-release/pull/106#issuecomment-1118314843 Isn't this superseded by https://github.com/apache/maven-release/pull/118 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[jira] [Updated] (MRELEASE-1087) Upgrade Maven to 3.2.5 (and de-plexus)

2022-05-05 Thread Jira
[ https://issues.apache.org/jira/browse/MRELEASE-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MRELEASE-1087: -- Summary: Upgrade Maven to 3.2.5 (and de-plexus) (was: drop Plexus container APIs, m

[jira] [Closed] (MRELEASE-1084) Upgrade Maven to 3.2.5

2022-05-05 Thread Jira
[ https://issues.apache.org/jira/browse/MRELEASE-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MRELEASE-1084. - Resolution: Duplicate > Upgrade Maven to 3.2.5 > -- > >

[GitHub] [maven-release] cstamas commented on pull request #106: [MRELEASE-1084] Upgrade Maven to 3.2.5

2022-05-05 Thread GitBox
cstamas commented on PR #106: URL: https://github.com/apache/maven-release/pull/106#issuecomment-1118316855 Am closing this out, please reopen if needed -- 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

[GitHub] [maven-release] cstamas closed pull request #106: [MRELEASE-1084] Upgrade Maven to 3.2.5

2022-05-05 Thread GitBox
cstamas closed pull request #106: [MRELEASE-1084] Upgrade Maven to 3.2.5 URL: https://github.com/apache/maven-release/pull/106 -- 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. T

[GitHub] [maven-release] slawekjaranowski commented on a diff in pull request #118: [MRELEASE-1087] Catch up

2022-05-05 Thread GitBox
slawekjaranowski commented on code in PR #118: URL: https://github.com/apache/maven-release/pull/118#discussion_r865711326 ## maven-release-manager/src/test/java/org/apache/maven/shared/release/phase/AbstractReleaseTestCase.java: ## @@ -213,7 +213,13 @@ public FileVisitResult vi

[GitHub] [maven-resolver] weibo1995 commented on pull request #172: Fix the problem that the dependency tree is different when DF and BF …

2022-05-05 Thread GitBox
weibo1995 commented on PR #172: URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118351584 > @weibo1995 could you craft a project that produces different trees on current master? As we could add it as UT... OK, let me add UT, thanks. -- This is an automated mess

[GitHub] [maven-resolver] michael-o commented on pull request #172: Fix the problem that the dependency tree is different when DF and BF …

2022-05-05 Thread GitBox
michael-o commented on PR #172: URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118382980 @weibo1995 Very interesting, thank you! -- 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-resolver] weibo1995 commented on pull request #172: Fix the problem that the dependency tree is different when DF and BF …

2022-05-05 Thread GitBox
weibo1995 commented on PR #172: URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118452685 > @weibo1995 could you craft a project that produces different trees on current master? As we could add it as UT... https://github.com/apache/maven-resolver/pull/172/commits

[GitHub] [maven-resolver] cstamas commented on pull request #172: Fix the problem that the dependency tree is different when DF and BF …

2022-05-05 Thread GitBox
cstamas commented on PR #172: URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118493360 Note to myself: after this PR is merged, we should pull up the "common" tests from DfDependencyCollectorTest and BfDependencyCollectorTest as they should cover pretty much same stuff

[jira] [Closed] (MBUILDCACHE-15) maven.build.cache.enabled parameter is broken

2022-05-05 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MBUILDCACHE-15. -- Resolution: Fixed > maven.build.cache.enabled parameter is broken > ---

[jira] [Created] (MBUILDCACHE-17) IllegalStateException: Cache is not initialized. Actual state: null

2022-05-05 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MBUILDCACHE-17: -- Summary: IllegalStateException: Cache is not initialized. Actual state: null Key: MBUILDCACHE-17 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-17

[GitHub] [maven-assembly-plugin] cstamas commented on pull request #55: [MASSEMBLY-956] Resolve only what is needed for final assembly

2022-05-05 Thread GitBox
cstamas commented on PR #55: URL: https://github.com/apache/maven-assembly-plugin/pull/55#issuecomment-1118572926 anyone else has anything to add here? Maybe some idea to improve added test? (as it is fragile, in a sense that if any other IT would use "banned" dependency AND it would execu

[jira] [Created] (MDEP-805) artifactItem documentation

2022-05-05 Thread Jira
Ewa Śliwińska created MDEP-805: -- Summary: artifactItem documentation Key: MDEP-805 URL: https://issues.apache.org/jira/browse/MDEP-805 Project: Maven Dependency Plugin Issue Type: Improvement

[jira] [Commented] (MDEP-805) artifactItem documentation

2022-05-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532289#comment-17532289 ] Slawomir Jaranowski commented on MDEP-805: -- https://maven.apache.org/plugins/maven

[GitHub] [maven-assembly-plugin] gnodet commented on a diff in pull request #55: [MASSEMBLY-956] Resolve only what is needed for final assembly

2022-05-05 Thread GitBox
gnodet commented on code in PR #55: URL: https://github.com/apache/maven-assembly-plugin/pull/55#discussion_r866052752 ## src/main/java/org/apache/maven/plugins/assembly/archive/task/AddDependencySetsTask.java: ## @@ -183,7 +185,12 @@ void addDependencySet( final DependencySet

[GitHub] [maven-assembly-plugin] cstamas commented on a diff in pull request #55: [MASSEMBLY-956] Resolve only what is needed for final assembly

2022-05-05 Thread GitBox
cstamas commented on code in PR #55: URL: https://github.com/apache/maven-assembly-plugin/pull/55#discussion_r866097262 ## src/main/java/org/apache/maven/plugins/assembly/archive/task/AddDependencySetsTask.java: ## @@ -183,7 +185,12 @@ void addDependencySet( final DependencySet

[GitHub] [maven-resolver] cstamas commented on pull request #172: Fix the problem that the dependency tree is different when DF and BF …

2022-05-05 Thread GitBox
cstamas commented on PR #172: URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118784209 Locally verified: took test doe and test resources from this PR (but NOT the FIX), and copied it to BF and DF UT. I expected BF to fail and DF to pass. And that exactly happen

[GitHub] [maven-resources-plugin] pzygielo opened a new pull request, #26: (doc) Fix XML formatting

2022-05-05 Thread GitBox
pzygielo opened a new pull request, #26: URL: https://github.com/apache/maven-resources-plugin/pull/26 Similar to - #15 -- 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. T

[GitHub] [maven-resolver] michael-o commented on pull request #172: Fix the problem that the dependency tree is different when DF and BF …

2022-05-05 Thread GitBox
michael-o commented on PR #172: URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118837058 JIRA issue please -- 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 comm

[GitHub] [maven-resources-plugin] slawekjaranowski merged pull request #26: (doc) Fix XML formatting

2022-05-05 Thread GitBox
slawekjaranowski merged PR #26: URL: https://github.com/apache/maven-resources-plugin/pull/26 -- 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-uns

[GitHub] [maven-resources-plugin] slawekjaranowski commented on pull request #26: (doc) Fix XML formatting

2022-05-05 Thread GitBox
slawekjaranowski commented on PR #26: URL: https://github.com/apache/maven-resources-plugin/pull/26#issuecomment-1118876919 Thanks. -- 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 c

[jira] [Commented] (MRESOLVER-62) Resolver can skip cyclic dependencies underneath removed nodes

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532455#comment-17532455 ] Michael Osipov commented on MRESOLVER-62: - [~thammett], 1.8.0 is out. Can you v

[GitHub] [maven-fluido-skin] kwin commented on a diff in pull request #23: [MSKINS-169] Image height not effective

2022-05-05 Thread GitBox
kwin commented on code in PR #23: URL: https://github.com/apache/maven-fluido-skin/pull/23#discussion_r866167000 ## src/main/resources/META-INF/maven/site-macros.vm: ## @@ -110,21 +110,21 @@ #**##set ( $imgAlt = ' alt=""' ) #* *##end #* *##if( $border ) -#**##set (

[jira] [Created] (MRESOLVER-256) Dependency tree is different between DF and BF strategies when a dependency package has no indirect dependencies

2022-05-05 Thread Michael Osipov (Jira)
Michael Osipov created MRESOLVER-256: Summary: Dependency tree is different between DF and BF strategies when a dependency package has no indirect dependencies Key: MRESOLVER-256 URL: https://issues.apache.org

[GitHub] [maven-resolver] asfgit closed pull request #172: Fix the problem that the dependency tree is different when DF and BF …

2022-05-05 Thread GitBox
asfgit closed pull request #172: Fix the problem that the dependency tree is different when DF and BF … URL: https://github.com/apache/maven-resolver/pull/172 -- 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

[jira] [Closed] (MRESOLVER-256) Dependency tree is different between DF and BF strategies when a dependency package has no indirect dependencies

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRESOLVER-256. Resolution: Fixed Fixed with [2ea36519a72079b9efa59c6278b15bfb01a53fb4|https://gitbox.a

[jira] [Commented] (MSKINS-170) Allow to show name as headline in addition to bannerLeft

2022-05-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532470#comment-17532470 ] Konrad Windszus commented on MSKINS-170: The h2 is actually coming from macro `ba

[jira] [Comment Edited] (MSKINS-170) Allow to show name as headline in addition to bannerLeft

2022-05-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532470#comment-17532470 ] Konrad Windszus edited comment on MSKINS-170 at 5/5/22 6:18 PM: ---

[GitHub] [maven-fluido-skin] michael-o commented on a diff in pull request #23: [MSKINS-169] Image height not effective

2022-05-05 Thread GitBox
michael-o commented on code in PR #23: URL: https://github.com/apache/maven-fluido-skin/pull/23#discussion_r866200329 ## src/main/resources/META-INF/maven/site-macros.vm: ## @@ -110,21 +110,21 @@ #**##set ( $imgAlt = ' alt=""' ) #* *##end #* *##if( $border ) -#**##s

[GitHub] [maven-fluido-skin] michael-o commented on a diff in pull request #23: [MSKINS-169] Image height not effective

2022-05-05 Thread GitBox
michael-o commented on code in PR #23: URL: https://github.com/apache/maven-fluido-skin/pull/23#discussion_r866200803 ## src/main/resources/META-INF/maven/site-macros.vm: ## @@ -110,21 +110,21 @@ #**##set ( $imgAlt = ' alt=""' ) #* *##end #* *##if( $border ) -#**##s

[GitHub] [maven-fluido-skin] michael-o commented on a diff in pull request #23: [MSKINS-169] Image height not effective

2022-05-05 Thread GitBox
michael-o commented on code in PR #23: URL: https://github.com/apache/maven-fluido-skin/pull/23#discussion_r866202815 ## src/main/resources/META-INF/maven/site-macros.vm: ## @@ -110,21 +110,21 @@ #**##set ( $imgAlt = ' alt=""' ) #* *##end #* *##if( $border ) -#**##s

[jira] [Commented] (MRESOLVER-256) Dependency tree is different between DF and BF strategies when a dependency package has no indirect dependencies

2022-05-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532477#comment-17532477 ] Hudson commented on MRESOLVER-256: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[jira] [Commented] (MSKINS-174) Render breadcrumbs div conditionally

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532479#comment-17532479 ] Michael Osipov commented on MSKINS-174: --- Is this still required? > Render breadcru

[jira] [Commented] (MSKINS-174) Render breadcrumbs div conditionally

2022-05-05 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532484#comment-17532484 ] Konrad Windszus commented on MSKINS-174: Yes, still valid and I would appreciate

[jira] [Created] (MRESOLVER-257) Make DF and BF UTs share as much tests as possible

2022-05-05 Thread Jira
Tamás Cservenák created MRESOLVER-257: - Summary: Make DF and BF UTs share as much tests as possible Key: MRESOLVER-257 URL: https://issues.apache.org/jira/browse/MRESOLVER-257 Project: Maven Resolv

[GitHub] [maven-integration-testing] slawekjaranowski merged pull request #154: [MNG-7464] Warn about using read-only parameters for Mojo in configuration

2022-05-05 Thread GitBox
slawekjaranowski merged PR #154: URL: https://github.com/apache/maven-integration-testing/pull/154 -- 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: issue

[GitHub] [maven] slawekjaranowski merged pull request #731: [MNG-7464] Warn about using read-only parameters for Mojo in configuration

2022-05-05 Thread GitBox
slawekjaranowski merged PR #731: URL: https://github.com/apache/maven/pull/731 -- 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...@maven.

[jira] [Commented] (MNG-7464) Warn about using read-only parameters for Mojo in configuration

2022-05-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532491#comment-17532491 ] ASF GitHub Bot commented on MNG-7464: - slawekjaranowski merged PR #731: URL: https://gi

[GitHub] [maven-release] cstamas commented on pull request #118: [MRELEASE-1087] Catch up

2022-05-05 Thread GitBox
cstamas commented on PR #118: URL: https://github.com/apache/maven-release/pull/118#issuecomment-1118957409 Cool, thanks @slawekjaranowski ! -- 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 th

[GitHub] [maven-release] cstamas commented on pull request #118: [MRELEASE-1087] Catch up

2022-05-05 Thread GitBox
cstamas commented on PR #118: URL: https://github.com/apache/maven-release/pull/118#issuecomment-1118960807 @rfscholte or @hboutemy would be good if any of you would bless this PR so we can merge. Again, as before, if there is any other PR scheduled, please merge it BEFORE this one, I will

[jira] [Commented] (MNG-7464) Warn about using read-only parameters for Mojo in configuration

2022-05-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532496#comment-17532496 ] Hudson commented on MNG-7464: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #

[GitHub] [maven-fluido-skin] michael-o closed pull request #23: [MSKINS-169] Image height not effective

2022-05-05 Thread GitBox
michael-o closed pull request #23: [MSKINS-169] Image height not effective URL: https://github.com/apache/maven-fluido-skin/pull/23 -- 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 commen

[jira] [Closed] (MSKINS-169) Image height not effective

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSKINS-169. - Resolution: Fixed Fixed with [97b91611727e1c8cb5c0250388ef34f15c14f521|https://gitbox.apache.org

[jira] [Updated] (MSKINS-117) Improve lisibility and user-friendliness in the left menu

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-117: -- Fix Version/s: (was: wontfix-candidate) > Improve lisibility and user-friendliness in the l

[jira] [Commented] (MSKINS-174) Render breadcrumbs div conditionally

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532510#comment-17532510 ] Michael Osipov commented on MSKINS-174: --- I have an idea how to solve this. It is no

[jira] [Updated] (MSKINS-174) Render breadcrumbs div conditionally

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-174: -- Fix Version/s: fluido-1.11.0 > Render breadcrumbs div conditionally > -

[jira] [Assigned] (MSKINS-174) Render breadcrumbs div conditionally

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSKINS-174: - Assignee: Michael Osipov > Render breadcrumbs div conditionally > --

[jira] [Updated] (MSKINS-97) Upgrade to Bootstrap 5.x

2022-05-05 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-97: - Description: Next major of Fluido should be upgraded to Bootstrap 5.x which is *not* backwards com

[jira] [Created] (MINDEXER-154) Empty download page on documentation site

2022-05-05 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MINDEXER-154: Summary: Empty download page on documentation site Key: MINDEXER-154 URL: https://issues.apache.org/jira/browse/MINDEXER-154 Project: Maven Indexer

[jira] [Commented] (MSKINS-169) Image height not effective

2022-05-05 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532513#comment-17532513 ] Hudson commented on MSKINS-169: --- Build succeeded in Jenkins: Maven » Maven TLP » maven-flui

[jira] [Created] (MINDEXER-155) Add Maven site descriptor for all modules

2022-05-05 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MINDEXER-155: Summary: Add Maven site descriptor for all modules Key: MINDEXER-155 URL: https://issues.apache.org/jira/browse/MINDEXER-155 Project: Maven Indexer

[jira] [Updated] (MINDEXER-155) Add Maven site descriptor for all modules

2022-05-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MINDEXER-155: - Labels: up-for-grabs (was: ) > Add Maven site descriptor for all modules > ---

[jira] [Created] (MRELEASE-1088) Remove parsing of CLI arguments

2022-05-05 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MRELEASE-1088: - Summary: Remove parsing of CLI arguments Key: MRELEASE-1088 URL: https://issues.apache.org/jira/browse/MRELEASE-1088 Project: Maven Release Plugin

[GitHub] [maven-release] slawekjaranowski opened a new pull request, #120: [MRELEASE-1088] Remove parsing of CLI arguments

2022-05-05 Thread GitBox
slawekjaranowski opened a new pull request, #120: URL: https://github.com/apache/maven-release/pull/120 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MJAVADOC) fi

[GitHub] [maven-release] slawekjaranowski commented on pull request #120: [MRELEASE-1088] Remove parsing of CLI arguments

2022-05-05 Thread GitBox
slawekjaranowski commented on PR #120: URL: https://github.com/apache/maven-release/pull/120#issuecomment-1119076088 Yes I know ... it will conflict with #118 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (MSKINS-183) Drop not working ohloh (now https://www.openhub.net/)

2022-05-05 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MSKINS-183: --- Summary: Drop not working ohloh (now https://www.openhub.net/) Key: MSKINS-183 URL: https://issues.apache.org/jira/browse/MSKINS-183 Project: Maven Skins

[jira] [Updated] (MSKINS-183) Drop not working ohloh (now https://www.openhub.net/)

2022-05-05 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSKINS-183: Description: [https://www.openhub.net/]  > Drop not working ohloh (now https://www.

[GitHub] [maven-release] olamy commented on a diff in pull request #120: [MRELEASE-1088] Remove parsing of CLI arguments

2022-05-05 Thread GitBox
olamy commented on code in PR #120: URL: https://github.com/apache/maven-release/pull/120#discussion_r866431757 ## maven-release-plugin/src/it/projects/prepare/MRELEASE-667/pom.xml: ## @@ -37,7 +37,7 @@ - -Prelease,!mrelease-677 ${argumen

[GitHub] [maven-release] olamy commented on a diff in pull request #118: [MRELEASE-1087] Catch up

2022-05-05 Thread GitBox
olamy commented on code in PR #118: URL: https://github.com/apache/maven-release/pull/118#discussion_r866433670 ## maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java: ## @@ -37,38 +42,56 @@ import org.apache.maven.shared.release.phase

[GitHub] [maven-release] olamy commented on a diff in pull request #118: [MRELEASE-1087] Upgrade Maven to 3.2.5 (and de-plexus)

2022-05-05 Thread GitBox
olamy commented on code in PR #118: URL: https://github.com/apache/maven-release/pull/118#discussion_r866438748 ## maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java: ## @@ -37,38 +42,56 @@ import org.apache.maven.shared.release.phase

[GitHub] [maven-resolver] weibo1995 opened a new pull request, #173: Add Test cases for the repair of BF algorithm of dependent package when children are empty

2022-05-05 Thread GitBox
weibo1995 opened a new pull request, #173: URL: https://github.com/apache/maven-resolver/pull/173 Add Test cases for the repair of BF algorithm of dependent package when children are empty( https://github.com/apache/maven-resolver/pull/172 ). After adding, it covers two cases.

[GitHub] [maven-resolver] weibo1995 closed pull request #173: Add Test cases for the repair of BF algorithm of dependent package when children are empty

2022-05-05 Thread GitBox
weibo1995 closed pull request #173: Add Test cases for the repair of BF algorithm of dependent package when children are empty URL: https://github.com/apache/maven-resolver/pull/173 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Updated] (MASSEMBLY-956) assembly plugin resolves too much, even plugins used to build dependencies

2022-05-05 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MASSEMBLY-956: Summary: assembly plugin resolves too much, even plugins used to build dependencies (wa

[GitHub] [maven-assembly-plugin] dependabot[bot] opened a new pull request, #62: Bump maven-archiver from 3.5.1 to 3.5.2

2022-05-05 Thread GitBox
dependabot[bot] opened a new pull request, #62: URL: https://github.com/apache/maven-assembly-plugin/pull/62 Bumps [maven-archiver](https://github.com/apache/maven-archiver) from 3.5.1 to 3.5.2. Commits https://github.com/apache/maven-archiver/commit/e17dadfafff78826de72fafe466

[jira] [Updated] (MRELEASE-1079) scm tag is added to child module

2022-05-05 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MRELEASE-1079: Fix Version/s: 3.0.0-M6 > scm tag is added to child module > ---

[jira] [Commented] (MRELEASE-955) Document how to work with release profile in 3.x vs 2.x

2022-05-05 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532647#comment-17532647 ] Herve Boutemy commented on MRELEASE-955: I improved the page, renamed it to "up

[GitHub] [maven-release] slawekjaranowski commented on a diff in pull request #120: [MRELEASE-1088] Remove parsing of CLI arguments

2022-05-05 Thread GitBox
slawekjaranowski commented on code in PR #120: URL: https://github.com/apache/maven-release/pull/120#discussion_r866495051 ## maven-release-plugin/src/it/projects/prepare/MRELEASE-667/pom.xml: ## @@ -37,7 +37,7 @@ - -Prelease,!mrelease-67

[GitHub] [maven-release] slawekjaranowski commented on a diff in pull request #110: [MRELEASE-955] first pass at release profile documentation

2022-05-05 Thread GitBox
slawekjaranowski commented on code in PR #110: URL: https://github.com/apache/maven-release/pull/110#discussion_r866497801 ## maven-release-plugin/src/site/site.xml: ## @@ -34,6 +34,7 @@ under the License. + Review Comment: Maybe `Upgrade from 2

[GitHub] [maven-release] olamy commented on a diff in pull request #120: [MRELEASE-1088] Remove parsing of CLI arguments

2022-05-05 Thread GitBox
olamy commented on code in PR #120: URL: https://github.com/apache/maven-release/pull/120#discussion_r866499261 ## maven-release-plugin/src/it/projects/prepare/MRELEASE-667/pom.xml: ## @@ -37,7 +37,7 @@ - -Prelease,!mrelease-677 ${argumen

[GitHub] [maven-release] slawekjaranowski commented on a diff in pull request #120: [MRELEASE-1088] Remove parsing of CLI arguments

2022-05-05 Thread GitBox
slawekjaranowski commented on code in PR #120: URL: https://github.com/apache/maven-release/pull/120#discussion_r866505806 ## maven-release-plugin/src/it/projects/prepare/MRELEASE-667/pom.xml: ## @@ -37,7 +37,7 @@ - -Prelease,!mrelease-67

[jira] [Assigned] (MRELEASE-955) Document how to work with release profile in 3.x vs 2.x

2022-05-05 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy reassigned MRELEASE-955: - Assignee: Herve Boutemy > Document how to work with release profile in 3.x vs 2.x > --

[GitHub] [maven-mvnd] gnodet commented on issue #637: Timeout waiting to connect to the Maven daemon

2022-05-05 Thread GitBox
gnodet commented on issue #637: URL: https://github.com/apache/maven-mvnd/issues/637#issuecomment-1119287386 Please reopen if needed. -- 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

[GitHub] [maven-mvnd] gnodet closed issue #637: Timeout waiting to connect to the Maven daemon

2022-05-05 Thread GitBox
gnodet closed issue #637: Timeout waiting to connect to the Maven daemon URL: https://github.com/apache/maven-mvnd/issues/637 -- 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

[GitHub] [maven-release] cstamas commented on a diff in pull request #118: [MRELEASE-1087] Upgrade Maven to 3.2.5 (and de-plexus)

2022-05-05 Thread GitBox
cstamas commented on code in PR #118: URL: https://github.com/apache/maven-release/pull/118#discussion_r866524011 ## maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java: ## @@ -37,38 +42,56 @@ import org.apache.maven.shared.release.pha

[GitHub] [maven-deploy-plugin] cstamas commented on pull request #22: [MDEPLOY-291] Update POM parent and Maven

2022-05-05 Thread GitBox
cstamas commented on PR #22: URL: https://github.com/apache/maven-deploy-plugin/pull/22#issuecomment-1119301329 @michael-o let's push this along with m-install-p and make 3.0.0 release of both soon, it is really time for it :smile: -- This is an automated message from the Apache Git Ser

[jira] [Commented] (MENFORCER-356) Please support m2e lifecycle management

2022-05-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532657#comment-17532657 ] Slawomir Jaranowski commented on MENFORCER-356: --- It is not good way to a

[jira] [Updated] (MENFORCER-356) Please support m2e lifecycle management

2022-05-05 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MENFORCER-356: -- Fix Version/s: waiting-for-feedback (was: 3.0.1) > Pl

[jira] [Created] (MNG-7472) Extend Maven BOM to cover all things "provided" by Maven

2022-05-05 Thread Jira
Tamás Cservenák created MNG-7472: Summary: Extend Maven BOM to cover all things "provided" by Maven Key: MNG-7472 URL: https://issues.apache.org/jira/browse/MNG-7472 Project: Maven Issue Type

[jira] [Created] (MNG-7473) Backport Maven BOM to Maven 3.9.x

2022-05-05 Thread Jira
Tamás Cservenák created MNG-7473: Summary: Backport Maven BOM to Maven 3.9.x Key: MNG-7473 URL: https://issues.apache.org/jira/browse/MNG-7473 Project: Maven Issue Type: Task Repo

[jira] [Updated] (MNG-7473) Backport Maven BOM to Maven 3.9.x

2022-05-05 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MNG-7473: - Fix Version/s: 3.9.0-candidate > Backport Maven BOM to Maven 3.9.x > --

[GitHub] [maven-release] michael-o commented on pull request #118: [MRELEASE-1087] Upgrade Maven to 3.2.5 (and de-plexus)

2022-05-05 Thread GitBox
michael-o commented on PR #118: URL: https://github.com/apache/maven-release/pull/118#issuecomment-1119311196 > LGTM: a good pass at cleanup that will prepare for next ones I hope M6 will be the last milestone and we can after go to final I assume that SCM 2 will be in MRELEASE 4 only