[GitHub] [maven-indexer] mbien commented on a diff in pull request #277: IndexDataReader could use Sets.

2022-11-26 Thread GitBox
mbien commented on code in PR #277: URL: https://github.com/apache/maven-indexer/pull/277#discussion_r1032837233 ## indexer-core/src/main/java/org/apache/maven/index/updater/IndexDataReader.java: ## @@ -165,8 +165,8 @@ private IndexDataReadResult readIndexMT( IndexWriter w,

[GitHub] [maven-indexer] mbien commented on a diff in pull request #277: IndexDataReader could use Sets.

2022-11-26 Thread GitBox
mbien commented on code in PR #277: URL: https://github.com/apache/maven-indexer/pull/277#discussion_r1032837361 ## indexer-core/src/main/java/org/apache/maven/index/updater/IndexDataReader.java: ## @@ -277,17 +277,17 @@ private IndexWriter tempWriter( final String name )

[GitHub] [maven-indexer] mbien opened a new pull request, #277: IndexDataReader could use Sets.

2022-11-26 Thread GitBox
mbien opened a new pull request, #277: URL: https://github.com/apache/maven-indexer/pull/277 Noticed that both, the single threaded and the multi threaded impl used CHMs. Instead of only changing `readIndexST` to plain maps, I switched everything to Sets. -- This is an automated message

[jira] [Updated] (MDEP-837) Upgrade Parent to 38

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MDEP-837: Fix Version/s: version-next (was: 3.4.0) > Upgrade Parent to 38 >

[jira] [Updated] (MDEP-832) Remove commons-collections-4

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MDEP-832: Fix Version/s: version-next (was: 3.4.0) > Remove commons-collections-4 >

[jira] [Updated] (MDEP-831) Remove not used dependencies / Replace parts

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MDEP-831: Fix Version/s: version-next (was: 3.4.0) > Remove not used dependencies /

[jira] [Assigned] (MDEP-834) Bump maven-common-artifact-filters from 3.3.1 to 3.3.2

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MDEP-834: --- Assignee: Sylwester Lachiewicz > Bump maven-common-artifact-filters from 3.3.1 to 3.3.2 >

[jira] [Closed] (MDEP-674) maven-dependency-plugin should leverage plexus-build-api to support IDEs

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MDEP-674. --- > maven-dependency-plugin should leverage plexus-build-api to support IDEs >

[jira] [Commented] (MWRAPPER-44) maven-wrapper may use outdated MavenWrapperDownloader.class

2022-11-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639553#comment-17639553 ] ASF GitHub Bot commented on MWRAPPER-44: nhojpatrick commented on PR #15: URL:

[GitHub] [maven-wrapper] nhojpatrick commented on pull request #15: MWRAPPER-44 clean up MavenWrapperDownloader upon plugin execution

2022-11-26 Thread GitBox
nhojpatrick commented on PR #15: URL: https://github.com/apache/maven-wrapper/pull/15#issuecomment-1328109765 @slawekjaranowski i think it's still needed if you swap to source, it should delete the class. i just retested and i think it's still needed. -- This is an automated message from

[GitHub] [maven-reporting-impl] michael-o opened a new pull request, #12: [MSHARED-1160] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4

2022-11-26 Thread GitBox
michael-o opened a new pull request, #12: URL: https://github.com/apache/maven-reporting-impl/pull/12 This closes #12 -- 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-assembly-plugin] michael-o commented on pull request #102: [MASSEMBLY-973] Support zstd format

2022-11-26 Thread GitBox
michael-o commented on PR #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102#issuecomment-1328104245 > Ok i think i understand your point. Does the latest change fix the issue? The change is incomplete which you handle the exception, you ignore it in the test and

[jira] [Commented] (MNG-7586) Update Maven Resolver to 1.9.2

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639549#comment-17639549 ] Hudson commented on MNG-7586: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #139 See

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

2022-11-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639548#comment-17639548 ] ASF GitHub Bot commented on MNG-7473: - cstamas commented on PR #859: URL:

[GitHub] [maven] cstamas commented on pull request #859: [3.9.x] [MNG-7473] Backport Maven BOM to 3.9.0

2022-11-26 Thread GitBox
cstamas commented on PR #859: URL: https://github.com/apache/maven/pull/859#issuecomment-1328103099 Am somewhat aligned with @kwin here, and am now on the other side: backporting the BOM from master to 3.9.x (as is) does not makes much sense (plus as said above, where is compat, where is

[jira] [Commented] (MNG-7586) Update Maven Resolver to 1.9.2

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639547#comment-17639547 ] Hudson commented on MNG-7586: - Build succeeded in Jenkins: Maven » Maven TLP » maven » maven-3.9.x #86 See

[jira] [Commented] (MNG-7586) Update Maven Resolver to 1.9.2

2022-11-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639545#comment-17639545 ] ASF GitHub Bot commented on MNG-7586: - cstamas merged PR #882: URL:

[jira] [Closed] (MNG-7586) Update Maven Resolver to 1.9.2

2022-11-26 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7586. Resolution: Fixed > Update Maven Resolver to 1.9.2 > -- > >

[jira] [Commented] (MNG-7586) Update Maven Resolver to 1.9.2

2022-11-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639544#comment-17639544 ] ASF GitHub Bot commented on MNG-7586: - cstamas merged PR #881: URL:

[GitHub] [maven] cstamas merged pull request #882: [MNG-7586] Update Maven Resolver to 1.9.2

2022-11-26 Thread GitBox
cstamas merged PR #882: URL: https://github.com/apache/maven/pull/882 -- 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] cstamas merged pull request #881: [MNG-7586] Update Maven Resolver to 1.9.2

2022-11-26 Thread GitBox
cstamas merged PR #881: URL: https://github.com/apache/maven/pull/881 -- 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-assembly-plugin] pleeplop commented on pull request #102: [MASSEMBLY-973] Support zstd format

2022-11-26 Thread GitBox
pleeplop commented on PR #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102#issuecomment-1328091471 Ok i think i understand your point. Is the latest change fix the issue? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [maven-assembly-plugin] michael-o commented on pull request #102: [MASSEMBLY-973] Support zstd format

2022-11-26 Thread GitBox
michael-o commented on PR #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102#issuecomment-1328082071 Test: ``` mosipov@bsd1srv:/tmp/maven-assembly-plugin (zstd =) $ zip -d /home/mosipov/.m2/repository/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar

[jira] [Commented] (MASSEMBLY-969) Excludes filtering in 3.4.0 and 3.4.1 differs from 3.3.0

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639508#comment-17639508 ] Michael Osipov commented on MASSEMBLY-969: -- The IT is flawed. It isn't portable: {noformat}

[GitHub] [maven-assembly-plugin] pleeplop commented on pull request #102: [MASSEMBLY-973] Support zstd format

2022-11-26 Thread GitBox
pleeplop commented on PR #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102#issuecomment-1328077115 > zstd-jni should be on classpath because it is a dependency of plexus-archiver. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [maven-assembly-plugin] michael-o commented on pull request #102: [MASSEMBLY-973] Support zstd format

2022-11-26 Thread GitBox
michael-o commented on PR #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102#issuecomment-1328075340 I don't understand how this is supposed to run when zstd is not on the classpath? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-assembly-plugin] pleeplop commented on a diff in pull request #102: [MASSEMBLY-973] Support zstd format

2022-11-26 Thread GitBox
pleeplop commented on code in PR #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102#discussion_r1032806908 ## src/test/java/org/apache/maven/plugins/assembly/archive/DefaultAssemblyArchiverTest.java: ## @@ -467,6 +467,25 @@ public void

[GitHub] [maven-assembly-plugin] michael-o commented on a diff in pull request #102: [MASSEMBLY-973] Support zstd format

2022-11-26 Thread GitBox
michael-o commented on code in PR #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102#discussion_r1032806481 ## src/test/java/org/apache/maven/plugins/assembly/archive/DefaultAssemblyArchiverTest.java: ## @@ -467,6 +467,25 @@ public void

[jira] [Updated] (MASSEMBLY-973) Support tar.zst format

2022-11-26 Thread Pleeplop (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pleeplop updated MASSEMBLY-973: --- Description: Plexus archiver version 4.5.0 supports zstd format. Maybe maven-assembly should

[GitHub] [maven-assembly-plugin] pleeplop opened a new pull request, #102: [MASSEMBLY-973] Support zstd format

2022-11-26 Thread GitBox
pleeplop opened a new pull request, #102: URL: https://github.com/apache/maven-assembly-plugin/pull/102 This pull request provides support for zstd format (provided by plexus-archiver and zstd-jni) https://github.com/facebook/zstd https://github.com/luben/zstd-jni Let me know

[jira] [Created] (MASSEMBLY-973) Support tar.zst format

2022-11-26 Thread Pleeplop (Jira)
Pleeplop created MASSEMBLY-973: -- Summary: Support tar.zst format Key: MASSEMBLY-973 URL: https://issues.apache.org/jira/browse/MASSEMBLY-973 Project: Maven Assembly Plugin Issue Type: New

[jira] [Assigned] (DOXIASITETOOLS-274) Upgrade htmlunit to 2.67.0

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned DOXIASITETOOLS-274: - Assignee: Michael Osipov > Upgrade htmlunit to 2.67.0 >

[jira] [Closed] (DOXIASITETOOLS-271) Overhaul locale support (make Locale#ROOT instead of Locale#ENGLISH default and use full locale)

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIASITETOOLS-271. - Resolution: Fixed Fixed with

[GitHub] [maven-doxia-sitetools] asfgit merged pull request #67: [DOXIASITETOOLS-271] Overhaul locale support (make Locale#ROOT instead of Locale#ENGLISH default and use full locale)

2022-11-26 Thread GitBox
asfgit merged PR #67: URL: https://github.com/apache/maven-doxia-sitetools/pull/67 -- 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] [Comment Edited] (MASSEMBLY-941) file permissions removed during assembly:single since 3.2.0

2022-11-26 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638842#comment-17638842 ] Herve Boutemy edited comment on MASSEMBLY-941 at 11/26/22 3:18 PM: ---

[jira] [Commented] (MSHARED-1165) Upgrade plugins and components in ITs

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639330#comment-17639330 ] Hudson commented on MSHARED-1165: - Build succeeded in Jenkins: Maven » Maven TLP » maven-reporting-impl

[jira] [Closed] (MSHARED-1165) Upgrade plugins and components in ITs

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1165. --- Resolution: Fixed Fixed with

[jira] [Reopened] (MSHARED-480) use maven-site-plugin's site.xml to use site's skin instead of default when run as mojo

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reopened MSHARED-480: Assignee: Michael Osipov Reopening for the moment since I found a non-too-intrusive way

[jira] [Updated] (MSHARED-1160) Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1160: Summary: Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4 (was: Upgrade Maven Reporting API

[jira] [Updated] (MSHARED-1165) Upgrade plugins and components in ITs

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1165: Description: * Upgrade Maven Install Plugin to 3.1.0 * Upgrade Maven Site Plugin to

[jira] [Updated] (MSHARED-1165) Upgrade plugins and components in ITs

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1165: Description: * Upgrade Maven Install Plugin to 3.1.0 * Upgrade Maven Site Plugin to

[jira] [Commented] (MSHARED-1167) Upgrade plugins in ITs

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639288#comment-17639288 ] Hudson commented on MSHARED-1167: - Build succeeded in Jenkins: Maven » Maven TLP » maven-reporting-exec

[jira] [Closed] (MSHARED-1167) Upgrade plugins in ITs

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1167. --- Resolution: Fixed Fixed with

[jira] [Updated] (MSHARED-1167) Upgrade plugins in ITs

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1167: Component/s: maven-reporting-exec (was: maven-reporting-impl)

[jira] [Commented] (MSHARED-1166) Upgrade Plexus Utils to 3.5.0

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639263#comment-17639263 ] Hudson commented on MSHARED-1166: - Build succeeded in Jenkins: Maven » Maven TLP » maven-reporting-exec

[jira] [Created] (MSHARED-1167) Upgrade plugins in ITs

2022-11-26 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1167: --- Summary: Upgrade plugins in ITs Key: MSHARED-1167 URL: https://issues.apache.org/jira/browse/MSHARED-1167 Project: Maven Shared Components Issue Type:

[jira] [Commented] (MSHARED-1163) Upgrade Maven Reporting API to 4.0.0-M3

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639264#comment-17639264 ] Hudson commented on MSHARED-1163: - Build succeeded in Jenkins: Maven » Maven TLP » maven-reporting-exec

[jira] [Comment Edited] (MSHARED-1166) Upgrade Plexus Utils to 3.5.0

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639241#comment-17639241 ] Michael Osipov edited comment on MSHARED-1166 at 11/26/22 2:29 PM: ---

[jira] [Comment Edited] (MSHARED-1163) Upgrade Maven Reporting API to 4.0.0-M3

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17639249#comment-17639249 ] Michael Osipov edited comment on MSHARED-1163 at 11/26/22 2:29 PM: ---

[jira] [Closed] (MSHARED-1163) Upgrade Maven Reporting API to 4.0.0-M3

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1163. --- Resolution: Fixed Fixed with

[jira] [Closed] (MSHARED-1166) Upgrade Plexus Utils to 3.5.0

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1166. --- Resolution: Fixed Fixed with

[jira] [Updated] (MSHARED-1163) Upgrade Maven Reporting API to 4.0.0-M3

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1163: Component/s: maven-reporting-exec (was: maven-reporting-impl)

[jira] [Updated] (MSHARED-1166) Upgrade Plexus Utils to 3.5.0

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1166: Component/s: maven-reporting-exec (was: maven-reporting-impl)

[jira] [Updated] (MSHARED-1164) Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1164: Fix Version/s: maven-reporting-exec-2.0.0-M3 (was:

[jira] [Created] (MSHARED-1166) Upgrade Plexus Utils to 3.5.0

2022-11-26 Thread Michael Osipov (Jira)
Michael Osipov created MSHARED-1166: --- Summary: Upgrade Plexus Utils to 3.5.0 Key: MSHARED-1166 URL: https://issues.apache.org/jira/browse/MSHARED-1166 Project: Maven Shared Components

[jira] [Updated] (MSHARED-1164) Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1164: Component/s: maven-reporting-exec (was: maven-reporting-impl) >

[jira] [Closed] (DOXIASITETOOLS-277) Upgrade L10N Maven Plugin to 1.0.0

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIASITETOOLS-277. - Resolution: Fixed Fixed with

[GitHub] [maven-doxia-sitetools] dependabot[bot] commented on pull request #57: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-11-26 Thread GitBox
dependabot[bot] commented on PR #57: URL: https://github.com/apache/maven-doxia-sitetools/pull/57#issuecomment-1328049729 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [maven-doxia-sitetools] michael-o closed pull request #57: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-11-26 Thread GitBox
michael-o closed pull request #57: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0 URL: https://github.com/apache/maven-doxia-sitetools/pull/57 -- 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

[GitHub] [maven-doxia-sitetools] michael-o commented on pull request #57: Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0

2022-11-26 Thread GitBox
michael-o commented on PR #57: URL: https://github.com/apache/maven-doxia-sitetools/pull/57#issuecomment-1328049721 Superseded. -- 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] (DOXIASITETOOLS-277) Upgrade L10N Maven Plugin to 1.0.0

2022-11-26 Thread Michael Osipov (Jira)
Michael Osipov created DOXIASITETOOLS-277: - Summary: Upgrade L10N Maven Plugin to 1.0.0 Key: DOXIASITETOOLS-277 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-277 Project: Maven

[GitHub] [maven-doxia-sitetools] dependabot[bot] commented on pull request #72: Bump plexus-utils from 3.4.2 to 3.5.0

2022-11-26 Thread GitBox
dependabot[bot] commented on PR #72: URL: https://github.com/apache/maven-doxia-sitetools/pull/72#issuecomment-1328048265 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [maven-doxia-sitetools] michael-o closed pull request #72: Bump plexus-utils from 3.4.2 to 3.5.0

2022-11-26 Thread GitBox
michael-o closed pull request #72: Bump plexus-utils from 3.4.2 to 3.5.0 URL: https://github.com/apache/maven-doxia-sitetools/pull/72 -- 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-doxia-sitetools] michael-o commented on pull request #72: Bump plexus-utils from 3.4.2 to 3.5.0

2022-11-26 Thread GitBox
michael-o commented on PR #72: URL: https://github.com/apache/maven-doxia-sitetools/pull/72#issuecomment-1328048254 Superseded. -- 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] [Closed] (DOXIASITETOOLS-275) Upgrade Maven Reporting API to 4.0.0-M3

2022-11-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIASITETOOLS-275. - Assignee: Michael Osipov Resolution: Fixed Fixed with

[jira] [Assigned] (MASSEMBLY-972) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned MASSEMBLY-972: - Assignee: Karl Heinz Marbaise > Upgrade maven-plugin parent to 38 >

[GitHub] [maven-dependency-tree] dependabot[bot] commented on pull request #31: Bump slf4j-api from 1.7.36 to 2.0.5

2022-11-26 Thread GitBox
dependabot[bot] commented on PR #31: URL: https://github.com/apache/maven-dependency-tree/pull/31#issuecomment-1328034335 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [maven-dependency-tree] slawekjaranowski closed pull request #31: Bump slf4j-api from 1.7.36 to 2.0.5

2022-11-26 Thread GitBox
slawekjaranowski closed pull request #31: Bump slf4j-api from 1.7.36 to 2.0.5 URL: https://github.com/apache/maven-dependency-tree/pull/31 -- 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] [Commented] (MCLEAN-103) Upgrade maven-plugin parent to 38

2022-11-26 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638861#comment-17638861 ] Slawomir Jaranowski commented on MCLEAN-103: Similar checkstye site report has 599 errors. >

[jira] [Commented] (MCLEAN-103) Upgrade maven-plugin parent to 38

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638859#comment-17638859 ] Hudson commented on MCLEAN-103: --- Build succeeded in Jenkins: Maven » Maven TLP » maven-clean-plugin »

[jira] [Created] (MASSEMBLY-972) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MASSEMBLY-972: - Summary: Upgrade maven-plugin parent to 38 Key: MASSEMBLY-972 URL: https://issues.apache.org/jira/browse/MASSEMBLY-972 Project: Maven Assembly

[GitHub] [maven-clean-plugin] dependabot[bot] closed pull request #21: Bump maven-plugins from 35 to 38

2022-11-26 Thread GitBox
dependabot[bot] closed pull request #21: Bump maven-plugins from 35 to 38 URL: https://github.com/apache/maven-clean-plugin/pull/21 -- 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] [Closed] (MCLEAN-103) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MCLEAN-103. -- Resolution: Done > Upgrade maven-plugin parent to 38 >

[jira] [Commented] (MCLEAN-103) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638857#comment-17638857 ] Karl Heinz Marbaise commented on MCLEAN-103: Done in

[GitHub] [maven-clean-plugin] dependabot[bot] commented on pull request #21: Bump maven-plugins from 35 to 38

2022-11-26 Thread GitBox
dependabot[bot] commented on PR #21: URL: https://github.com/apache/maven-clean-plugin/pull/21#issuecomment-1328030478 Looks like org.apache.maven.plugins:maven-plugins is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To

[jira] [Commented] (MENFORCER-438) Upgrade maven-plugin parent to 38

2022-11-26 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638858#comment-17638858 ] Slawomir Jaranowski commented on MENFORCER-438: --- [~khmarbaise] did you check output of

[jira] [Commented] (MENFORCER-438) Upgrade maven-plugin parent to 38

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638856#comment-17638856 ] Hudson commented on MENFORCER-438: -- Build succeeded in Jenkins: Maven » Maven TLP » maven-enforcer »

[jira] [Updated] (MENFORCER-438) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MENFORCER-438: -- Affects Version/s: 3.1.0 > Upgrade maven-plugin parent to 38 >

[jira] [Updated] (MENFORCER-438) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MENFORCER-438: -- Fix Version/s: next-release > Upgrade maven-plugin parent to 38 >

[jira] [Updated] (MCLEAN-103) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MCLEAN-103: --- Affects Version/s: 3.2.0 > Upgrade maven-plugin parent to 38 >

[jira] [Updated] (MCLEAN-103) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MCLEAN-103: --- Fix Version/s: 3.3.0 > Upgrade maven-plugin parent to 38 >

[jira] [Closed] (MENFORCER-438) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MENFORCER-438. - Resolution: Done > Upgrade maven-plugin parent to 38 >

[jira] [Commented] (MENFORCER-438) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638845#comment-17638845 ] Karl Heinz Marbaise commented on MENFORCER-438: --- Done in

[jira] [Commented] (MASSEMBLY-941) file permissions removed during assembly:single since 3.2.0

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638844#comment-17638844 ] Hudson commented on MASSEMBLY-941: -- Build succeeded in Jenkins: Maven » Maven TLP »

[jira] [Assigned] (MCLEAN-103) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MCLEAN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned MCLEAN-103: -- Assignee: Karl Heinz Marbaise > Upgrade maven-plugin parent to 38 >

[jira] [Created] (MCLEAN-103) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MCLEAN-103: -- Summary: Upgrade maven-plugin parent to 38 Key: MCLEAN-103 URL: https://issues.apache.org/jira/browse/MCLEAN-103 Project: Maven Clean Plugin

[jira] [Closed] (MASSEMBLY-941) file permissions removed during assembly:single since 3.2.0

2022-11-26 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MASSEMBLY-941. --- Resolution: Fixed fixed in

[jira] [Commented] (MPMD-358) Upgrade to PMD 6.52.0

2022-11-26 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPMD-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638841#comment-17638841 ] Hudson commented on MPMD-358: - Build succeeded in Jenkins: Maven » Maven TLP » maven-pmd-plugin » master #70

[GitHub] [maven-assembly-plugin] hboutemy merged pull request #96: MASSEMBLY-941 keep file permission in Reproducible mode

2022-11-26 Thread GitBox
hboutemy merged PR #96: URL: https://github.com/apache/maven-assembly-plugin/pull/96 -- 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] (MENFORCER-438) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned MENFORCER-438: - Assignee: Karl Heinz Marbaise > Upgrade maven-plugin parent to 38 >

[jira] [Closed] (MPMD-358) Upgrade to PMD 6.52.0

2022-11-26 Thread Andreas Dangel (Jira)
[ https://issues.apache.org/jira/browse/MPMD-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Dangel closed MPMD-358. --- > Upgrade to PMD 6.52.0 > - > > Key: MPMD-358 > URL:

[jira] [Resolved] (MPMD-358) Upgrade to PMD 6.52.0

2022-11-26 Thread Andreas Dangel (Jira)
[ https://issues.apache.org/jira/browse/MPMD-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Dangel resolved MPMD-358. - Resolution: Fixed > Upgrade to PMD 6.52.0 > - > > Key:

[GitHub] [maven-pmd-plugin] dependabot[bot] closed pull request #102: Bump slf4jVersion from 1.7.36 to 2.0.4

2022-11-26 Thread GitBox
dependabot[bot] closed pull request #102: Bump slf4jVersion from 1.7.36 to 2.0.4 URL: https://github.com/apache/maven-pmd-plugin/pull/102 -- 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-pmd-plugin] dependabot[bot] commented on pull request #102: Bump slf4jVersion from 1.7.36 to 2.0.4

2022-11-26 Thread GitBox
dependabot[bot] commented on PR #102: URL: https://github.com/apache/maven-pmd-plugin/pull/102#issuecomment-1328023720 Superseded by #105. -- 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

[GitHub] [maven-pmd-plugin] dependabot[bot] opened a new pull request, #105: Bump slf4jVersion from 1.7.36 to 2.0.5

2022-11-26 Thread GitBox
dependabot[bot] opened a new pull request, #105: URL: https://github.com/apache/maven-pmd-plugin/pull/105 Bumps `slf4jVersion` from 1.7.36 to 2.0.5. Updates `slf4j-api` from 1.7.36 to 2.0.5 Commits

[GitHub] [maven-pmd-plugin] adangel merged pull request #104: [MPMD-358] - Upgrade to PMD 6.52.0

2022-11-26 Thread GitBox
adangel merged PR #104: URL: https://github.com/apache/maven-pmd-plugin/pull/104 -- 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-assembly-plugin] michael-o commented on pull request #96: MASSEMBLY-941 keep file permission in Reproducible mode

2022-11-26 Thread GitBox
michael-o commented on PR #96: URL: https://github.com/apache/maven-assembly-plugin/pull/96#issuecomment-1328022890 > > It is not related, I just noticed it. If you really just need a LF then a comment should tell about your intent. > > AFAIK there is nothing related to LF in this

[GitHub] [maven-doxia-sitetools] michael-o commented on pull request #67: [DOXIASITETOOLS-271] Overhaul locale support (make Locale#ROOT instead of Locale#ENGLISH default and use full locale)

2022-11-26 Thread GitBox
michael-o commented on PR #67: URL: https://github.com/apache/maven-doxia-sitetools/pull/67#issuecomment-1328022817 @hboutemy Fixed spots. -- 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] [Created] (MENFORCER-438) Upgrade maven-plugin parent to 38

2022-11-26 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MENFORCER-438: - Summary: Upgrade maven-plugin parent to 38 Key: MENFORCER-438 URL: https://issues.apache.org/jira/browse/MENFORCER-438 Project: Maven Enforcer

[GitHub] [maven-assembly-plugin] hboutemy commented on pull request #96: MASSEMBLY-941 keep file permission in Reproducible mode

2022-11-26 Thread GitBox
hboutemy commented on PR #96: URL: https://github.com/apache/maven-assembly-plugin/pull/96#issuecomment-1328022605 > It is not related, I just noticed it. If you really just need a LF then a comment should tell about your intent. AFAIK there is nothing related to LF in this PR, then

  1   2   >