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

2022-04-30 Thread GitBox
michael-o commented on PR #154: URL: https://github.com/apache/maven-integration-testing/pull/154#issuecomment-1113939644 Question: So settings these is a no-op, true? I wonder whether we'd like to have this warning in 3.9.0 as well. -- This is an automated message from the Apache Git

[GitHub] [maven] michael-o commented on a diff in pull request #731: [MNG-7464] Warn about using read-only parameters for Mojo in configuration

2022-04-30 Thread GitBox
michael-o commented on code in PR #731: URL: https://github.com/apache/maven/pull/731#discussion_r862325468 ## maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.plugin.internal; +

[GitHub] [maven-install-plugin] slawekjaranowski merged pull request #26: [MINSTALL-174] Upgrade maven-plugin parent to 36

2022-04-30 Thread GitBox
slawekjaranowski merged PR #26: URL: https://github.com/apache/maven-install-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-unsub

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

2022-04-30 Thread GitBox
pzygielo commented on PR #154: URL: https://github.com/apache/maven-integration-testing/pull/154#issuecomment-1113943656 > Question: So settings these is a no-op, true? How I checked it: Set compiler's [`outputDirectory`](https://github.com/apache/maven-compiler-plugin/blob/1d9123

[jira] [Closed] (MINSTALL-174) Upgrade maven-plugin parent to 36

2022-04-30 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MINSTALL-174. Resolution: Fixed > Upgrade maven-plugin parent to 36 > -

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

2022-04-30 Thread GitBox
pzygielo commented on PR #154: URL: https://github.com/apache/maven-integration-testing/pull/154#issuecomment-1113944242 MNG-5001 -- 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 com

[jira] [Commented] (MINSTALL-174) Upgrade maven-plugin parent to 36

2022-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINSTALL-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530350#comment-17530350 ] Hudson commented on MINSTALL-174: - Build succeeded in Jenkins: Maven » Maven TLP » mave

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

2022-04-30 Thread GitBox
slawekjaranowski commented on PR #154: URL: https://github.com/apache/maven-integration-testing/pull/154#issuecomment-1113947889 > I wonder whether we'd like to have this warning in 3.9.0 as well. will be in next PR -- This is an automated message from the Apache Git Service. To re

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

2022-04-30 Thread GitBox
slawekjaranowski commented on PR #154: URL: https://github.com/apache/maven-integration-testing/pull/154#issuecomment-1113948604 is is first step for MAN-5001 ... as we see many plugins should be changed like m-compiler with `outputDirectory` if user need override some of parameters tho

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

2022-04-30 Thread GitBox
slawekjaranowski commented on code in PR #731: URL: https://github.com/apache/maven/pull/731#discussion_r862330410 ## maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.plugin.inte

[GitHub] [maven] michael-o commented on a diff in pull request #731: [MNG-7464] Warn about using read-only parameters for Mojo in configuration

2022-04-30 Thread GitBox
michael-o commented on code in PR #731: URL: https://github.com/apache/maven/pull/731#discussion_r862330673 ## maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.plugin.internal; +

[GitHub] [maven] michael-o commented on a diff in pull request #731: [MNG-7464] Warn about using read-only parameters for Mojo in configuration

2022-04-30 Thread GitBox
michael-o commented on code in PR #731: URL: https://github.com/apache/maven/pull/731#discussion_r862330706 ## maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.plugin.internal; +

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

2022-04-30 Thread GitBox
slawekjaranowski commented on code in PR #731: URL: https://github.com/apache/maven/pull/731#discussion_r862331108 ## maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.plugin.inte

[jira] [Updated] (MNG-7404) Change from deprecated WARNING to FAIL the build for usage of {X} placeholders rather than ${project.X}

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7404: Fix Version/s: 4.0.0 > Change from deprecated WARNING to FAIL the build for usage of {X} > placehold

[jira] [Closed] (MNG-7404) Change from deprecated WARNING to FAIL the build for usage of {X} placeholders rather than ${project.X}

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7404. --- > Change from deprecated WARNING to FAIL the build for usage of {X} > placeholders rather than ${project.X

[jira] [Closed] (MNG-7406) Strange formatting of warning/errors from project building

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7406. --- > Strange formatting of warning/errors from project building >

[GitHub] [maven] michael-o commented on a diff in pull request #731: [MNG-7464] Warn about using read-only parameters for Mojo in configuration

2022-04-30 Thread GitBox
michael-o commented on code in PR #731: URL: https://github.com/apache/maven/pull/731#discussion_r862331679 ## maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.plugin.internal; +

[GitHub] [maven] michael-o commented on a diff in pull request #731: [MNG-7464] Warn about using read-only parameters for Mojo in configuration

2022-04-30 Thread GitBox
michael-o commented on code in PR #731: URL: https://github.com/apache/maven/pull/731#discussion_r862331778 ## maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.plugin.internal; +

[GitHub] [maven] michael-o commented on a diff in pull request #731: [MNG-7464] Warn about using read-only parameters for Mojo in configuration

2022-04-30 Thread GitBox
michael-o commented on code in PR #731: URL: https://github.com/apache/maven/pull/731#discussion_r862331813 ## maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.plugin.internal; +

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

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

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

2022-04-30 Thread GitBox
slawekjaranowski commented on code in PR #731: URL: https://github.com/apache/maven/pull/731#discussion_r862333656 ## maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java: ## @@ -0,0 +1,153 @@ +package org.apache.maven.plugin.inte

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

2022-04-30 Thread GitBox
pzygielo commented on PR #154: URL: https://github.com/apache/maven-integration-testing/pull/154#issuecomment-1113955626 > is first step for MAN-5001 Indeed - and it's even linked to it. I was blind, but now I see. -- This is an automated message from the Apache Git Service. To res

[jira] [Updated] (MPMD-329) Upgrade to PMD 6.45.0

2022-04-30 Thread Andreas Dangel (Jira)
[ https://issues.apache.org/jira/browse/MPMD-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Dangel updated MPMD-329: Summary: Upgrade to PMD 6.45.0 (was: Upgrade to PMD 6.44.0) > Upgrade to PMD 6.45.0 > --

[jira] [Commented] (MPMD-329) Upgrade to PMD 6.45.0

2022-04-30 Thread Andreas Dangel (Jira)
[ https://issues.apache.org/jira/browse/MPMD-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530365#comment-17530365 ] Andreas Dangel commented on MPMD-329: - Updated to PMD 6.45.0: https://gitbox.apache.or

[GitHub] [maven-pmd-plugin] dependabot[bot] opened a new pull request, #65: Bump commons-io from 2.6 to 2.7 in /src/it/MPMD-318-auxclasspath-includeTests/module-a

2022-04-30 Thread GitBox
dependabot[bot] opened a new pull request, #65: URL: https://github.com/apache/maven-pmd-plugin/pull/65 Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&pac

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

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

[jira] [Commented] (MPMD-329) Upgrade to PMD 6.45.0

2022-04-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPMD-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530368#comment-17530368 ] Hudson commented on MPMD-329: - Build succeeded in Jenkins: Maven » Maven TLP » maven-pmd-plugin

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

2022-04-30 Thread GitBox
kwin commented on PR #110: URL: https://github.com/apache/maven-release/pull/110#issuecomment-1113965210 Instead of reenabling the deprecated default release profile we should rather document a best practice profile one should copy and adjust to the project pom and probably link to requirem

[jira] [Created] (MJAR-287) Site says 3.5.2 is Current, but Maven Central Only Contains 3.2.2

2022-04-30 Thread David Georg Reichelt (Jira)
David Georg Reichelt created MJAR-287: - Summary: Site says 3.5.2 is Current, but Maven Central Only Contains 3.2.2 Key: MJAR-287 URL: https://issues.apache.org/jira/browse/MJAR-287 Project: Maven

[jira] [Closed] (MJAR-287) Site says 3.5.2 is Current, but Maven Central Only Contains 3.2.2

2022-04-30 Thread Anders Hammar (Jira)
[ https://issues.apache.org/jira/browse/MJAR-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Hammar closed MJAR-287. -- Resolution: Not A Bug > Site says 3.5.2 is Current, but Maven Central Only Contains 3.2.2 > -

[jira] [Commented] (MJAR-287) Site says 3.5.2 is Current, but Maven Central Only Contains 3.2.2

2022-04-30 Thread Anders Hammar (Jira)
[ https://issues.apache.org/jira/browse/MJAR-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530379#comment-17530379 ] Anders Hammar commented on MJAR-287: The maven-jar-plugin site, https://maven.apache.or

[jira] [Updated] (MJAR-287) Site says 3.5.2 is Current, but Maven Central Only Contains 3.2.2

2022-04-30 Thread Anders Hammar (Jira)
[ https://issues.apache.org/jira/browse/MJAR-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Hammar updated MJAR-287: --- Affects Version/s: (was: 3.3.0) > Site says 3.5.2 is Current, but Maven Central Only Contains 3.2.2

[jira] [Commented] (MJAR-287) Site says 3.5.2 is Current, but Maven Central Only Contains 3.2.2

2022-04-30 Thread David Georg Reichelt (Jira)
[ https://issues.apache.org/jira/browse/MJAR-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530380#comment-17530380 ] David Georg Reichelt commented on MJAR-287: --- Sorry, my mistake. > Site says 3.5.

[GitHub] [maven-wagon] michael-o commented on pull request #60: [WAGON-574] advertise jsoup license for shaded jar

2022-04-30 Thread GitBox
michael-o commented on PR #60: URL: https://github.com/apache/maven-wagon/pull/60#issuecomment-1113974977 JSoup has been removed, time to close 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 above to go

[GitHub] [maven-wagon] michael-o closed pull request #60: [WAGON-574] advertise jsoup license for shaded jar

2022-04-30 Thread GitBox
michael-o closed pull request #60: [WAGON-574] advertise jsoup license for shaded jar URL: https://github.com/apache/maven-wagon/pull/60 -- 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

[jira] [Created] (MRESOLVER-255) Update Jetty to 9.4.46 (test dependency)

2022-04-30 Thread Jira
Tamás Cservenák created MRESOLVER-255: - Summary: Update Jetty to 9.4.46 (test dependency) Key: MRESOLVER-255 URL: https://issues.apache.org/jira/browse/MRESOLVER-255 Project: Maven Resolver

[GitHub] [maven-resolver] cstamas opened a new pull request, #171: [MRESOLVER-255] Update Jetty to 9.4.46.v20220331

2022-04-30 Thread GitBox
cstamas opened a new pull request, #171: URL: https://github.com/apache/maven-resolver/pull/171 Jetty is used in tests for Transport HTTP only. -- 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

[jira] [Assigned] (MRESOLVER-255) Update Jetty to 9.4.46 (test dependency)

2022-04-30 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák reassigned MRESOLVER-255: - Assignee: Tamás Cservenák > Update Jetty to 9.4.46 (test dependency) > --

[GitHub] [maven-resolver] cstamas merged pull request #171: [MRESOLVER-255] Update Jetty to 9.4.46.v20220331

2022-04-30 Thread GitBox
cstamas merged PR #171: URL: https://github.com/apache/maven-resolver/pull/171 -- 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.

[GitHub] [maven-resolver] dependabot[bot] commented on pull request #165: Bump jetty-server from 9.4.36.v20210114 to 9.4.41.v20210516 in /maven-resolver-transport-http

2022-04-30 Thread GitBox
dependabot[bot] commented on PR #165: URL: https://github.com/apache/maven-resolver/pull/165#issuecomment-1113986821 Looks like org.eclipse.jetty:jetty-server is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [maven-resolver] dependabot[bot] closed pull request #165: Bump jetty-server from 9.4.36.v20210114 to 9.4.41.v20210516 in /maven-resolver-transport-http

2022-04-30 Thread GitBox
dependabot[bot] closed pull request #165: Bump jetty-server from 9.4.36.v20210114 to 9.4.41.v20210516 in /maven-resolver-transport-http URL: https://github.com/apache/maven-resolver/pull/165 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Resolved] (MRESOLVER-255) Update Jetty to 9.4.46 (test dependency)

2022-04-30 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák resolved MRESOLVER-255. --- Resolution: Fixed > Update Jetty to 9.4.46 (test dependency) > ---

[jira] [Closed] (MRESOLVER-255) Update Jetty to 9.4.46 (test dependency)

2022-04-30 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MRESOLVER-255. - > Update Jetty to 9.4.46 (test dependency) > > >

[jira] [Commented] (MRESOLVER-255) Update Jetty to 9.4.46 (test dependency)

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

[GitHub] [maven-mvnd] hboutemy opened a new pull request, #625: only publish sha512, skip md5+sha1+sha256

2022-04-30 Thread GitBox
hboutemy opened a new pull request, #625: URL: https://github.com/apache/maven-mvnd/pull/625 ASF does not need md5 nor sha1 nor sha256: only .asc and .sha512 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Created] (MSKINS-178) Upgrade Parent to 36

2022-04-30 Thread Michael Osipov (Jira)
Michael Osipov created MSKINS-178: - Summary: Upgrade Parent to 36 Key: MSKINS-178 URL: https://issues.apache.org/jira/browse/MSKINS-178 Project: Maven Skins Issue Type: Dependency upgrade

[jira] [Created] (MPOM-317) Remove custom Matomo code when Fluido Skin 1.11.0 is used

2022-04-30 Thread Michael Osipov (Jira)
Michael Osipov created MPOM-317: --- Summary: Remove custom Matomo code when Fluido Skin 1.11.0 is used Key: MPOM-317 URL: https://issues.apache.org/jira/browse/MPOM-317 Project: Maven POMs Issue

[GitHub] [maven-release] ViliusS opened a new pull request, #119: Add git example for release:perform

2022-04-30 Thread GitBox
ViliusS opened a new pull request, #119: URL: https://github.com/apache/maven-release/pull/119 Git doesn't support passing tags in the URL, however I have found that passing -Dtag does the trick. This still will work only with 2.3.2 and earlier versions because of https://issues.apac

[jira] [Created] (MSKINS-179) Upgrade plugins ITs

2022-04-30 Thread Michael Osipov (Jira)
Michael Osipov created MSKINS-179: - Summary: Upgrade plugins ITs Key: MSKINS-179 URL: https://issues.apache.org/jira/browse/MSKINS-179 Project: Maven Skins Issue Type: Dependency upgrade

[jira] [Created] (MSKINS-180) Raise Doxia Sitetools prerequisite to 1.11.1

2022-04-30 Thread Michael Osipov (Jira)
Michael Osipov created MSKINS-180: - Summary: Raise Doxia Sitetools prerequisite to 1.11.1 Key: MSKINS-180 URL: https://issues.apache.org/jira/browse/MSKINS-180 Project: Maven Skins Issue Type

[jira] [Commented] (MNG-7468) Unsupported plugins parameters in configuration should be verified

2022-04-30 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530449#comment-17530449 ] Konrad Windszus commented on MNG-7468: -- Some plugins use the raw XML elements for conf

[jira] [Commented] (MNG-7468) Unsupported plugins parameters in configuration should be verified

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530450#comment-17530450 ] Michael Osipov commented on MNG-7468: - [~kwin], can you show one example of such a plug

[jira] [Created] (MSKINS-181) Replace deprecated Velocity context parameters

2022-04-30 Thread Michael Osipov (Jira)
Michael Osipov created MSKINS-181: - Summary: Replace deprecated Velocity context parameters Key: MSKINS-181 URL: https://issues.apache.org/jira/browse/MSKINS-181 Project: Maven Skins Issue Ty

[jira] [Commented] (MNG-7468) Unsupported plugins parameters in configuration should be verified

2022-04-30 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530452#comment-17530452 ] Konrad Windszus commented on MNG-7468: -- I only have an older example which has been ad

[jira] [Commented] (MNG-7468) Unsupported plugins parameters in configuration should be verified

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530454#comment-17530454 ] Michael Osipov commented on MNG-7468: - [~sjaranowski], I see that as a valid point. I c

[jira] [Assigned] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSKINS-172: - Assignee: Michael Osipov > Non-deliberate margin between navigation and rest in side bar

[jira] [Updated] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-172: -- Fix Version/s: fluido-1.11.0 > Non-deliberate margin between navigation and rest in side bar >

[jira] [Commented] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530455#comment-17530455 ] Michael Osipov commented on MSKINS-172: --- I will reduce the margin to 5px. This is v

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

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530456#comment-17530456 ] Michael Osipov commented on MSKINS-117: --- Is this one still valid? I cannot reproduc

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

2022-04-30 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: wontfix-candidate > Improve lisibility and user-friendliness in the left menu >

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

2022-04-30 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: -- Labels: (was: close-pending) > Improve lisibility and user-friendliness in the left menu > --

[jira] [Comment Edited] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530455#comment-17530455 ] Michael Osipov edited comment on MSKINS-172 at 4/30/22 9:01 PM: ---

[jira] [Created] (MSKINS-182) Fix padding of search input form

2022-04-30 Thread Michael Osipov (Jira)
Michael Osipov created MSKINS-182: - Summary: Fix padding of search input form Key: MSKINS-182 URL: https://issues.apache.org/jira/browse/MSKINS-182 Project: Maven Skins Issue Type: Bug

[jira] [Updated] (MSKINS-182) Fix padding of search input form

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-182: -- Attachment: screenshot-1.png > Fix padding of search input form > -

[jira] [Updated] (MSKINS-182) Fix padding of search input form

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-182: -- Description: The padding is currently out of bounds: !screenshot-1.png! Make the search inpu

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

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530459#comment-17530459 ] Michael Osipov commented on MSKINS-169: --- Reason: https://stackoverflow.com/a/440108

[jira] [Closed] (MSKINS-178) Upgrade Parent to 36

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

[jira] [Closed] (MSKINS-181) Replace deprecated Velocity context parameters

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

[jira] [Closed] (MSKINS-179) Upgrade plugins ITs

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

[jira] [Closed] (MSKINS-180) Raise Doxia Sitetools prerequisite to 1.11.1

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

[jira] [Closed] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

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

[jira] [Closed] (MSKINS-182) Fix padding of search input form

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

[jira] [Updated] (MSKINS-169) image height not effective

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-169: -- Fix Version/s: fluido-1.11.0 > image height not effective > -- > >

[jira] [Assigned] (MSKINS-169) image height not effective

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSKINS-169: - Assignee: Michael Osipov > image height not effective > -- > >

[jira] [Updated] (MSKINS-173) Google site search box too wide in sidebar

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSKINS-173: -- Fix Version/s: fluido-1.11.0 > Google site search box too wide in sidebar > ---

[jira] [Comment Edited] (MSKINS-182) Fix padding of search input form

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530465#comment-17530465 ] Michael Osipov edited comment on MSKINS-182 at 4/30/22 9:50 PM: ---

[jira] [Assigned] (MSKINS-173) Google site search box too wide in sidebar

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSKINS-173: - Assignee: Michael Osipov > Google site search box too wide in sidebar >

[jira] [Commented] (MSKINS-173) Google site search box too wide in sidebar

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530466#comment-17530466 ] Michael Osipov commented on MSKINS-173: --- Fixed with [ce84a312dee11becf2c37ff6b3269

[jira] (MSKINS-182) Fix padding of search input form

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-182 ] Michael Osipov deleted comment on MSKINS-182: --- was (Author: michael-o): Fixed with [ce84a312dee11becf2c37ff6b32694bcb030e5df|https://gitbox.apache.org/repos/asf?p=maven-fluido-skin.git;a=co

[jira] [Closed] (MSKINS-182) Fix padding of search input form

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSKINS-182. - Fix Version/s: (was: fluido-1.11.0) Resolution: Duplicate > Fix padding of search inpu

[jira] [Reopened] (MSKINS-182) Fix padding of search input form

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reopened MSKINS-182: --- > Fix padding of search input form > > > Key: MS

[jira] [Closed] (MSKINS-173) Google site search box too wide in sidebar

2022-04-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSKINS-173. - Resolution: Fixed > Google site search box too wide in sidebar >

[jira] [Commented] (MSKINS-178) Upgrade Parent to 36

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

[jira] [Commented] (MSKINS-180) Raise Doxia Sitetools prerequisite to 1.11.1

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

[jira] [Commented] (MSKINS-181) Replace deprecated Velocity context parameters

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

[jira] [Commented] (MSKINS-182) Fix padding of search input form

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

[jira] [Commented] (MSKINS-179) Upgrade plugins ITs

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

[jira] [Commented] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

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

[jira] [Created] (MDEP-804) Allow auto-ignore of all non-test scoped dependencies used only in test scope

2022-04-30 Thread Henning Schmiedehausen (Jira)
Henning Schmiedehausen created MDEP-804: --- Summary: Allow auto-ignore of all non-test scoped dependencies used only in test scope Key: MDEP-804 URL: https://issues.apache.org/jira/browse/MDEP-804

[GitHub] [maven-dependency-plugin] hgschmie opened a new pull request, #211: [MDEP-804] - Allow auto-ignore of all non-test scoped dependencies used only in test scope

2022-04-30 Thread GitBox
hgschmie opened a new pull request, #211: URL: https://github.com/apache/maven-dependency-plugin/pull/211 Implements a flag that allows ignoring non-test scoped dependencies when they are used only in test scope. Includes integration test that verifies the behavior. Following