[jira] [Closed] (MPOM-345) Respect property assembly.tarLongFileMode

2022-10-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-345. Fix Version/s: ASF-28 Resolution: Fixed > Respect property assembly.tarLongFileMode >

[jira] [Commented] (MPOM-345) Respect property assembly.tarLongFileMode

2022-10-09 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPOM-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614822#comment-17614822 ] Hudson commented on MPOM-345: - Build succeeded in Jenkins: Maven » Maven TLP » maven-apache-parent » master #54

[jira] [Assigned] (MPOM-345) Respect property assembly.tarLongFileMode

2022-10-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MPOM-345: Assignee: Slawomir Jaranowski > Respect property assembly.tarLongFileMode >

[GitHub] [maven-apache-parent] slawekjaranowski merged pull request #110: [MPOM-345] Respect property assembly.tarLongFileMode

2022-10-09 Thread GitBox
slawekjaranowski merged PR #110: URL: https://github.com/apache/maven-apache-parent/pull/110 -- 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] [Commented] (MSHARED-1150) Support for PowerShell Maven executable

2022-10-09 Thread Filiberto Ramirez Bustamante (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614813#comment-17614813 ] Filiberto Ramirez Bustamante commented on MSHARED-1150: --- I've created a MR that

[jira] [Comment Edited] (MSHARED-1150) Support for PowerShell Maven executable

2022-10-09 Thread Filiberto Ramirez Bustamante (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614813#comment-17614813 ] Filiberto Ramirez Bustamante edited comment on MSHARED-1150 at 10/9/22 9:26 PM:

[jira] [Commented] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614812#comment-17614812 ] ASF GitHub Bot commented on MNG-6437: - gnodet commented on PR #812: URL:

[GitHub] [maven] gnodet commented on pull request #812: [MNG-6437] Better support for path and uri in property interpolation

2022-10-09 Thread GitBox
gnodet commented on PR #812: URL: https://github.com/apache/maven/pull/812#issuecomment-1272631253 As shown by the tests failing on windows, my assumption that `Path.toUri().toString()` and `Path.toUri().toASCIIString()` are the same (i.e. the uri path is already encoded) seems only valid

[GitHub] [maven-invoker] iofit opened a new pull request, #55: [MSHARED-1150] - Add ps1 as detectable file type for PowerShell

2022-10-09 Thread GitBox
iofit opened a new pull request, #55: URL: https://github.com/apache/maven-invoker/pull/55 To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the

[jira] [Commented] (DOXIA-667) Add and to recognized tag list

2022-10-09 Thread John Dimeo (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614811#comment-17614811 ] John Dimeo commented on DOXIA-667: -- Thank you very much Michael! Sorry I wasn't able to contribute to

[GitHub] [maven] gnodet commented on pull request #819: Restore compatibility on SettingsBuilder, ToolchainsBuilder and MojoDescriptorCreator

2022-10-09 Thread GitBox
gnodet commented on PR #819: URL: https://github.com/apache/maven/pull/819#issuecomment-1272627167 > Can you elaborate on the change? When was it broken? When the v4 api was merged. A few services were migrated to the new API, but that was a mistake because they are in use by

[jira] [Commented] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614808#comment-17614808 ] ASF GitHub Bot commented on MNG-6437: - gnodet commented on PR #812: URL:

[jira] [Commented] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614793#comment-17614793 ] ASF GitHub Bot commented on MNG-6437: - gnodet commented on PR #812: URL:

[GitHub] [maven] gnodet commented on pull request #812: [MNG-6437] Better support for path and uri in property interpolation

2022-10-09 Thread GitBox
gnodet commented on PR #812: URL: https://github.com/apache/maven/pull/812#issuecomment-1272606563 > Yet another problem with URIs is to get a decent string representation `URI#toString()` is _not_ suited since it does _not_ encode unsafe characters. Can this address this problem to invoke

[jira] [Commented] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614792#comment-17614792 ] ASF GitHub Bot commented on MNG-6437: - gnodet commented on code in PR #812: URL:

[GitHub] [maven] gnodet commented on a diff in pull request #812: [MNG-6437] Better support for path and uri in property interpolation

2022-10-09 Thread GitBox
gnodet commented on code in PR #812: URL: https://github.com/apache/maven/pull/812#discussion_r990825335 ## maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4.java: ## @@ -343,13 +352,13 @@ else if ( expression.startsWith( "settings" ) )

[jira] [Commented] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614790#comment-17614790 ] ASF GitHub Bot commented on MNG-6437: - gnodet commented on code in PR #812: URL:

[GitHub] [maven] gnodet commented on a diff in pull request #812: [MNG-6437] Better support for path and uri in property interpolation

2022-10-09 Thread GitBox
gnodet commented on code in PR #812: URL: https://github.com/apache/maven/pull/812#discussion_r990825137 ## maven-core/src/main/java/org/apache/maven/plugin/ReflectionValueExtractor.java: ## @@ -0,0 +1,366 @@ +package org.apache.maven.plugin; + +/* + * Licensed to the Apache

[jira] [Commented] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614789#comment-17614789 ] ASF GitHub Bot commented on MNG-6437: - gnodet commented on code in PR #812: URL:

[GitHub] [maven] gnodet commented on a diff in pull request #812: [MNG-6437] Better support for path and uri in property interpolation

2022-10-09 Thread GitBox
gnodet commented on code in PR #812: URL: https://github.com/apache/maven/pull/812#discussion_r990825070 ## maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java: ## @@ -0,0 +1,104 @@ +package org.apache.maven.plugin; + +/* + * Licensed

[jira] [Commented] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614785#comment-17614785 ] ASF GitHub Bot commented on MNG-6437: - gnodet commented on code in PR #812: URL:

[GitHub] [maven] gnodet commented on a diff in pull request #812: [MNG-6437] Better support for path and uri in property interpolation

2022-10-09 Thread GitBox
gnodet commented on code in PR #812: URL: https://github.com/apache/maven/pull/812#discussion_r990824233 ## maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java: ## @@ -0,0 +1,104 @@ +package org.apache.maven.plugin; + +/* + * Licensed

[GitHub] [maven] michael-o commented on pull request #819: Restore compatibility on SettingsBuilder, ToolchainsBuilder and MojoDescriptorCreator

2022-10-09 Thread GitBox
michael-o commented on PR #819: URL: https://github.com/apache/maven/pull/819#issuecomment-1272603577 Can you elaborate on the change? When was it broken? -- 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

[GitHub] [maven] gnodet opened a new pull request, #819: Restore compatibility on SettingsBuilder, ToolchainsBuilder and MojoDescriptorCreator

2022-10-09 Thread GitBox
gnodet opened a new pull request, #819: URL: https://github.com/apache/maven/pull/819 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for the

[jira] [Commented] (DOXIA-540) Update/remove ancient information on Doxia site

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614783#comment-17614783 ] Michael Osipov commented on DOXIA-540: -- This can be completed when Doxia and Sitetools 2.0.0 are

[jira] [Comment Edited] (DOXIA-617) doxia-module-markdown: Add support for --- header section marks

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614782#comment-17614782 ] Michael Osipov edited comment on DOXIA-617 at 10/9/22 6:28 PM: --- I am willing

[jira] [Comment Edited] (DOXIA-617) doxia-module-markdown: Add support for --- header section marks

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614782#comment-17614782 ] Michael Osipov edited comment on DOXIA-617 at 10/9/22 6:28 PM: --- I am willing

[jira] [Commented] (DOXIA-617) doxia-module-markdown: Add support for --- header section marks

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614782#comment-17614782 ] Michael Osipov commented on DOXIA-617: -- I am willing to break backwards compat in 2.0.0 if this does

[jira] [Commented] (DOXIA-670) Drop dead XdocSink#link(String, String) method

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614781#comment-17614781 ] ASF GitHub Bot commented on DOXIA-670: -- asfgit merged PR #116: URL:

[jira] [Closed] (DOXIA-670) Drop dead XdocSink#link(String, String) method

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

[GitHub] [maven-doxia] asfgit merged pull request #116: [DOXIA-670] Drop dead XdocSink#link(String, String) method

2022-10-09 Thread GitBox
asfgit merged PR #116: URL: https://github.com/apache/maven-doxia/pull/116 -- 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] [Closed] (DOXIA-671) Double quotes contained in markdown page are removed in HTML output

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

[jira] [Commented] (DOXIA-671) Double quotes contained in markdown page are removed in HTML output

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614777#comment-17614777 ] ASF GitHub Bot commented on DOXIA-671: -- asfgit closed pull request #123: [DOXIA-671] Double quotes

[GitHub] [maven-doxia] asfgit closed pull request #123: [DOXIA-671] Double quotes contained in markdown page are removed in H…

2022-10-09 Thread GitBox
asfgit closed pull request #123: [DOXIA-671] Double quotes contained in markdown page are removed in H… URL: https://github.com/apache/maven-doxia/pull/123 -- 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

[jira] [Commented] (DOXIA-671) Double quotes contained in markdown page are removed in HTML output

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614776#comment-17614776 ] ASF GitHub Bot commented on DOXIA-671: -- michael-o commented on PR #123: URL:

[GitHub] [maven-doxia] michael-o commented on pull request #123: [DOXIA-671] Double quotes contained in markdown page are removed in H…

2022-10-09 Thread GitBox
michael-o commented on PR #123: URL: https://github.com/apache/maven-doxia/pull/123#issuecomment-1272600062 The idea was actually from the Maven Xpp3 reader :-D -- 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] [Closed] (DOXIA-667) Add and to recognized tag list

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIA-667. Resolution: Fixed Fixed implicitly by DOXIA-676. > Add and to recognized tag list >

[jira] [Closed] (DOXIA-676) Remove all obsolete elements in HTML5 and add new ones

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

[jira] [Commented] (DOXIA-676) Remove all obsolete elements in HTML5 and add new ones

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614773#comment-17614773 ] ASF GitHub Bot commented on DOXIA-676: -- asfgit closed pull request #124: [DOXIA-676] Remove all

[GitHub] [maven-doxia] asfgit closed pull request #124: [DOXIA-676] Remove all obsolete elements in HTML5 and add new ones

2022-10-09 Thread GitBox
asfgit closed pull request #124: [DOXIA-676] Remove all obsolete elements in HTML5 and add new ones URL: https://github.com/apache/maven-doxia/pull/124 -- 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

[jira] [Commented] (DOXIA-677) Macro for printing project properties

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614771#comment-17614771 ] Michael Osipov commented on DOXIA-677: -- Note that {{project.version}} is not a model property, but

[jira] [Commented] (SCM-1002) create orphaned branches for 2.0-deprecated providers

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614769#comment-17614769 ] Michael Osipov commented on SCM-1002: - As a matter of fact, the providers need to be moved away from

[jira] [Commented] (MNGSITE-496) Outline all means to load extensions and clarify differences

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614768#comment-17614768 ] Michael Osipov commented on MNGSITE-496: Good idea! > Outline all means to load extensions and

[jira] [Updated] (MNGSITE-496) Outline all means to load extensions and clarify differences

2022-10-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MNGSITE-496: Description: Currently in

[jira] [Commented] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614763#comment-17614763 ] ASF GitHub Bot commented on MNG-6437: - michael-o commented on code in PR #812: URL:

[jira] [Created] (MNGSITE-496) Lj

2022-10-09 Thread Konrad Windszus (Jira)
Konrad Windszus created MNGSITE-496: --- Summary: Lj Key: MNGSITE-496 URL: https://issues.apache.org/jira/browse/MNGSITE-496 Project: Maven Project Web Site Issue Type: Improvement

[GitHub] [maven] michael-o commented on a diff in pull request #812: [MNG-6437] Better support for path and uri in property interpolation

2022-10-09 Thread GitBox
michael-o commented on code in PR #812: URL: https://github.com/apache/maven/pull/812#discussion_r990817790 ## maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4.java: ## @@ -343,13 +352,13 @@ else if ( expression.startsWith( "settings" ) )

[jira] [Commented] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614761#comment-17614761 ] Michael Osipov commented on MNG-6437: - [~cbrisson], please also have a look at the PR. > Generic .uri

[jira] [Updated] (MNG-6437) Generic .uri suffix to get the URI representation of any file property

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6437: Fix Version/s: 4.0.0-alpha-1 > Generic .uri suffix to get the URI representation of any file

[jira] [Updated] (MNG-6801) MavenXpp3Writer doesn't retain order of properties

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6801: Summary: MavenXpp3Writer doesn't retain order of properties (was: MavenXpp3Writer doesn't retain

[jira] [Updated] (MNG-6801) MavenXpp3Writer doesn't retain structure of properties

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6801: Summary: MavenXpp3Writer doesn't retain structure of properties (was: MavenXpp3Writer doesn't

[jira] [Updated] (MNG-6801) MavenXpp3Writer doesn't retain structure

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6801: Fix Version/s: 4.0.0-alpha-1 > MavenXpp3Writer doesn't retain structure >

[jira] [Commented] (MRESOLVER-276) Resolver post-processor

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614760#comment-17614760 ] ASF GitHub Bot commented on MRESOLVER-276: -- michael-o commented on code in PR #200: URL:

[GitHub] [maven-resolver] michael-o commented on a diff in pull request #200: [MRESOLVER-276] Post artifact resolve hook

2022-10-09 Thread GitBox
michael-o commented on code in PR #200: URL: https://github.com/apache/maven-resolver/pull/200#discussion_r990814811 ## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/checksum/FileTrustedChecksumsSourceSupport.java: ## @@ -93,24 +94,48 @@ public Map

[jira] [Commented] (MRESOLVER-276) Resolver post-processor

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614756#comment-17614756 ] ASF GitHub Bot commented on MRESOLVER-276: -- michael-o commented on code in PR #200: URL:

[GitHub] [maven-resolver] michael-o commented on a diff in pull request #200: [MRESOLVER-276] Post artifact resolve hook

2022-10-09 Thread GitBox
michael-o commented on code in PR #200: URL: https://github.com/apache/maven-resolver/pull/200#discussion_r990814613 ## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultArtifactResolver.java: ## @@ -426,6 +442,14 @@ else if ( local.getFile() != null )

[jira] [Commented] (MRESOLVER-276) Resolver post-processor

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614755#comment-17614755 ] ASF GitHub Bot commented on MRESOLVER-276: -- michael-o commented on PR #200: URL:

[GitHub] [maven-resolver] michael-o commented on pull request #200: [MRESOLVER-276] Post artifact resolve hook

2022-10-09 Thread GitBox
michael-o commented on PR #200: URL: https://github.com/apache/maven-resolver/pull/200#issuecomment-1272586493 Can you please squash and rebase while I am reviewing again? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [maven-ear-plugin] slawekjaranowski opened a new pull request, #77: [MEAR-298] Improving EAR packaging use FileSystem instead of repackaging

2022-10-09 Thread GitBox
slawekjaranowski opened a new pull request, #77: URL: https://github.com/apache/maven-ear-plugin/pull/77 - modules will not be unpacked and packed again - changes in module archive will be done by ZipFileSystem --- Following this checklist to help us incorporate your

[jira] [Commented] (MEAR-301) wrong repackaging when defaultLibBundleDir start with dot

2022-10-09 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MEAR-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614737#comment-17614737 ] Hudson commented on MEAR-301: - Build succeeded in Jenkins: Maven » Maven TLP » maven-ear-plugin » master #33

[jira] [Closed] (MEAR-301) wrong repackaging when defaultLibBundleDir start with dot

2022-10-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MEAR-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MEAR-301. Fix Version/s: 3.3.0 Resolution: Fixed > wrong repackaging when defaultLibBundleDir

[GitHub] [maven-ear-plugin] slawekjaranowski merged pull request #76: [MEAR-301] fix repackaging when defaultLibBundleDir beginning with dot

2022-10-09 Thread GitBox
slawekjaranowski merged PR #76: URL: https://github.com/apache/maven-ear-plugin/pull/76 -- 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] [Commented] (MNG-7529) Maven resolver makes bad repository choices when resolving version ranges

2022-10-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614704#comment-17614704 ] Konrad Windszus commented on MNG-7529: -- In fact the filtering of remote repos is already done in

[jira] [Assigned] (MEAR-298) Improving EAR packaging performance with ZipFileSystem

2022-10-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MEAR-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MEAR-298: Assignee: Slawomir Jaranowski > Improving EAR packaging performance with

[jira] [Assigned] (MEAR-301) wrong repackaging when defaultLibBundleDir start with dot

2022-10-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MEAR-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MEAR-301: Assignee: Slawomir Jaranowski > wrong repackaging when defaultLibBundleDir start

[GitHub] [maven-ear-plugin] slawekjaranowski opened a new pull request, #76: [MEAR-301] fix repackaging when defaultLibBundleDir beginning with dot

2022-10-09 Thread GitBox
slawekjaranowski opened a new pull request, #76: URL: https://github.com/apache/maven-ear-plugin/pull/76 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/MEAR)

[jira] [Commented] (MNG-7547) Simplify G level metadata handling

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614670#comment-17614670 ] ASF GitHub Bot commented on MNG-7547: - michael-o commented on PR #807: URL:

[GitHub] [maven] michael-o commented on pull request #807: [MNG-7547] (Maven-3.9.x) Simpler G level metadata generation

2022-10-09 Thread GitBox
michael-o commented on PR #807: URL: https://github.com/apache/maven/pull/807#issuecomment-1272499065 Testing... -- 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

[jira] [Commented] (MPLUGIN-421) descriptor goal fails when there is .java file present with content that's just a comment

2022-10-09 Thread Leszek Jadacki (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614669#comment-17614669 ] Leszek Jadacki commented on MPLUGIN-421: Thanks a lot for prompt answer and redirection to the

[jira] [Commented] (MEAR-304) Update dependencies used in IT tests

2022-10-09 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MEAR-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614667#comment-17614667 ] Hudson commented on MEAR-304: - Build succeeded in Jenkins: Maven » Maven TLP » maven-ear-plugin » master #32

[jira] [Closed] (MEAR-304) Update dependencies used in IT tests

2022-10-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MEAR-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MEAR-304. Resolution: Fixed > Update dependencies used in IT tests >

[jira] [Updated] (MEAR-304) Update dependencies used in IT tests

2022-10-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MEAR-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MEAR-304: - Description: Update dependencies used in IT tests (was: Update plugin changes: * set

[jira] [Updated] (MEAR-304) Update dependencies used in IT tests

2022-10-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MEAR-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MEAR-304: - Summary: Update dependencies used in IT tests (was: Update plugin dependencies) > Update

[GitHub] [maven-ear-plugin] slawekjaranowski merged pull request #75: [MEAR-304] Update dependencies used in IT tests

2022-10-09 Thread GitBox
slawekjaranowski merged PR #75: URL: https://github.com/apache/maven-ear-plugin/pull/75 -- 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] [Created] (SCM-1002) create orphaned branches for 2.0-deprecated providers

2022-10-09 Thread Herve Boutemy (Jira)
Herve Boutemy created SCM-1002: -- Summary: create orphaned branches for 2.0-deprecated providers Key: SCM-1002 URL: https://issues.apache.org/jira/browse/SCM-1002 Project: Maven SCM Issue Type:

[jira] [Commented] (DOXIA-677) Macro for printing project properties

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614653#comment-17614653 ] Michael Osipov commented on DOXIA-677: -- This is actually a good idea... > Macro for printing project

[jira] [Commented] (MNG-7547) Simplify G level metadata handling

2022-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614648#comment-17614648 ] ASF GitHub Bot commented on MNG-7547: - michael-o commented on PR #806: URL:

[GitHub] [maven] michael-o commented on pull request #806: [MNG-7547] Simpler G level metadata generation

2022-10-09 Thread GitBox
michael-o commented on PR #806: URL: https://github.com/apache/maven/pull/806#issuecomment-1272488182 Going through... -- 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

[jira] [Comment Edited] (MRESOLVER-277) --no-snapshot-update option does not prevent metadata.xml download

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614647#comment-17614647 ] Michael Osipov edited comment on MRESOLVER-277 at 10/9/22 8:28 AM: ---

[jira] [Commented] (MRESOLVER-277) --no-snapshot-update option does not prevent metadata.xml download

2022-10-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17614647#comment-17614647 ] Michael Osipov commented on MRESOLVER-277: -- {{public class RequireUpperBoundDeps}} uses Maven

[GitHub] [maven-mvnd] JenniferCcy opened a new issue, #705: Package crashes due to java.io.IOException

2022-10-09 Thread GitBox
JenniferCcy opened a new issue, #705: URL: https://github.com/apache/maven-mvnd/issues/705 Hi there, Before describing the issue I'm facing, my setup is as follow: mvnd 0.8.1 linux-amd64 native client (821c6a54a20ce4c4a2b94419334aaf125a128caf) Terminal:

[GitHub] [maven-mvnd] 1013461195 commented on issue #693: can't use system environment variable?

2022-10-09 Thread GitBox
1013461195 commented on issue #693: URL: https://github.com/apache/maven-mvnd/issues/693#issuecomment-1272476619 my from code source 'org.mvndaemon.mvnd.client.DaemonParameters.javaHome' find use env value is '${JAVA_HOME}'. but 'org.mvndaemon.mvnd.client.DaemonParameters.loadProperties'