[GitHub] [maven-enforcer] turbanoff commented on pull request #193: Avoid NullPointerException where there is no plugins

2023-01-09 Thread GitBox
turbanoff commented on PR #193: URL: https://github.com/apache/maven-enforcer/pull/193#issuecomment-1376856094 Created issue https://issues.apache.org/jira/browse/MENFORCER-459 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Updated] (MENFORCER-459) Plugin shouldn't use NullPointerException for non-exceptional code flow

2023-01-09 Thread Andrey Turbanov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Turbanov updated MENFORCER-459: -- Affects Version/s: 3.1.0 > Plugin shouldn't use NullPointerException for

[jira] [Created] (MENFORCER-459) Plugin shouldn't use NullPointerException for non-exceptional code flow

2023-01-09 Thread Andrey Turbanov (Jira)
Andrey Turbanov created MENFORCER-459: - Summary: Plugin shouldn't use NullPointerException for non-exceptional code flow Key: MENFORCER-459 URL: https://issues.apache.org/jira/browse/MENFORCER-459

[jira] [Commented] (MNG-7664) consolidate Velocity templates used to generate code from models

2023-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656479#comment-17656479 ] ASF GitHub Bot commented on MNG-7664: - hboutemy commented on PR #949: URL:

[GitHub] [maven] hboutemy commented on pull request #949: [MNG-7664] consolidate Velocity templates used to generate code from models

2023-01-09 Thread GitBox
hboutemy commented on PR #949: URL: https://github.com/apache/maven/pull/949#issuecomment-1376850333 uh, I'm surprised that commit [38fc24b](https://github.com/apache/maven/pull/949/commits/38fc24b79a997f4a9c5e5915e30f32be7ce6ec88) creates an IT failure... next steps: - create a

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-685: Description: Currently, verbatim text is inconsistently handled in the Sink API

[GitHub] [maven-compiler-plugin] slawekjaranowski commented on a diff in pull request #166: [MCOMPILER-519] Upgrade maven-invoker-plugin from 3.3.0 to 3.4.0

2023-01-09 Thread GitBox
slawekjaranowski commented on code in PR #166: URL: https://github.com/apache/maven-compiler-plugin/pull/166#discussion_r1065416815 ## pom.xml: ## @@ -226,6 +226,7 @@ under the License. org.apache.maven.plugins maven-invoker-plugin +

[jira] [Commented] (MNG-7662) Allow Graphbuilder to use session scoped components

2023-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656469#comment-17656469 ] ASF GitHub Bot commented on MNG-7662: - gnodet commented on PR #948: URL:

[GitHub] [maven] gnodet commented on pull request #948: MNG-7662 - Allow Graphbuilder to use session scoped components

2023-01-09 Thread GitBox
gnodet commented on PR #948: URL: https://github.com/apache/maven/pull/948#issuecomment-1376836725 > > > Also, there is an existing workaround which I think I've used somewhere, but I can't recall where exactly. > > > > > > This seems simlar to my aproach here, jsut that I more

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-685: Description: Currently, verbatim text is inconsistently handled in the Sink API

[GitHub] [maven] gnodet opened a new pull request, #950: Use proxies for session scoped beans

2023-01-09 Thread GitBox
gnodet opened a new pull request, #950: URL: https://github.com/apache/maven/pull/950 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

[GitHub] [maven-mvnd] orpiske opened a new issue, #770: Threads parameter is not working on Apple Silicon

2023-01-09 Thread GitBox
orpiske opened a new issue, #770: URL: https://github.com/apache/maven-mvnd/issues/770 Obs.: I'm opening a ticket for an issue I noticed while the support for M1 was not yet official. I noticed that this still seem to be happening. Back then, I wrote the following report: I

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated DOXIA-685: Description: Currently, verbatim text is inconsistently handled in the Sink API

[GitHub] [maven-enforcer] slawekjaranowski opened a new pull request, #228: [MENFORCER-458] Move RequireFiles* to new API

2023-01-09 Thread GitBox
slawekjaranowski opened a new pull request, #228: URL: https://github.com/apache/maven-enforcer/pull/228 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/MENFORCER)

[jira] [Commented] (MNG-7664) consolidate Velocity templates used to generate code from models

2023-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656326#comment-17656326 ] ASF GitHub Bot commented on MNG-7664: - hboutemy opened a new pull request, #949: URL:

[GitHub] [maven] hboutemy opened a new pull request, #949: [MNG-7664] consolidate Velocity templates used to generate code from models

2023-01-09 Thread GitBox
hboutemy opened a new pull request, #949: URL: https://github.com/apache/maven/pull/949 https://issues.apache.org/jira/browse/MNG-7664 -- 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-compiler-plugin] psiroky opened a new pull request, #166: [MCOMPILER-519] Upgrade maven-invoker-plugin from 3.3.0 to 3.4.0

2023-01-09 Thread GitBox
psiroky opened a new pull request, #166: URL: https://github.com/apache/maven-compiler-plugin/pull/166 * 3.4.0 brings in support for building on JDK 19 * once the parent brings in this version, the explicit version can be of course removed Following this checklist to help us

[jira] [Created] (MCOMPILER-519) Upgrade maven-invoker-plugin from 3.3.0 to 3.4.0

2023-01-09 Thread Jira
Petr Široký created MCOMPILER-519: - Summary: Upgrade maven-invoker-plugin from 3.3.0 to 3.4.0 Key: MCOMPILER-519 URL: https://issues.apache.org/jira/browse/MCOMPILER-519 Project: Maven Compiler Plugin

[GitHub] [maven-apache-parent] psiroky commented on pull request #122: Bump maven-invoker-plugin from 3.3.0 to 3.4.0

2023-01-09 Thread GitBox
psiroky commented on PR #122: URL: https://github.com/apache/maven-apache-parent/pull/122#issuecomment-1376411997 This would be nice to get in for the next release since invoker 3.4.0 brings support for JDK 19 (e.g. running invoker tests on JDK 19). -- This is an automated message from

[jira] [Closed] (MENFORCER-447) Verify working with Maven 4

2023-01-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MENFORCER-447. - Resolution: Fixed > Verify working with Maven 4 > ---

[jira] [Commented] (MENFORCER-447) Verify working with Maven 4

2023-01-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656323#comment-17656323 ] Slawomir Jaranowski commented on MENFORCER-447: --- I added workaround in

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #225: [MENFORCER-447] RequireNoRepositories skip repositories defined in settings.xml

2023-01-09 Thread GitBox
slawekjaranowski merged PR #225: URL: https://github.com/apache/maven-enforcer/pull/225 -- 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-wrapper] slawekjaranowski commented on pull request #82: [BUILD] add code style check for shell scripts

2023-01-09 Thread GitBox
slawekjaranowski commented on PR #82: URL: https://github.com/apache/maven-wrapper/pull/82#issuecomment-1376369844 one issue I see, we need a tool to fix code style locally like for java we can simply execute `mvn spotless:apply` Will be not comfortable to check result on GH and

[jira] [Commented] (DOXIATOOLS-74) Support Markdown as target format

2023-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIATOOLS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656295#comment-17656295 ] ASF GitHub Bot commented on DOXIATOOLS-74: -- hboutemy merged PR #36: URL:

[jira] [Closed] (DOXIATOOLS-74) Support Markdown as target format

2023-01-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/DOXIATOOLS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed DOXIATOOLS-74. --- Fix Version/s: doxia-converter-1.3 Assignee: Herve Boutemy Resolution:

[GitHub] [maven-doxia-converter] hboutemy merged pull request #36: [DOXIATOOLS-74] add Markdown

2023-01-09 Thread GitBox
hboutemy merged PR #36: URL: https://github.com/apache/maven-doxia-converter/pull/36 -- 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-686) Upgrade to Maven Parent 39

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

[jira] [Updated] (DOXIA-686) Upgrade to Maven Parent 39

2023-01-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-686: - Summary: Upgrade to Maven Parent 39 (was: Upgrade to Parent 39) > Upgrade to Maven Parent 39 >

[jira] [Created] (DOXIA-686) Upgrade to Parent 39

2023-01-09 Thread Michael Osipov (Jira)
Michael Osipov created DOXIA-686: Summary: Upgrade to Parent 39 Key: DOXIA-686 URL: https://issues.apache.org/jira/browse/DOXIA-686 Project: Maven Doxia Issue Type: Dependency upgrade

[jira] [Commented] (MWRAPPER-90) Use arrays to preserve potential whitespace in arguments

2023-01-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656280#comment-17656280 ] Michael Osipov commented on MWRAPPER-90: POSIX shell provides only one array -- that is {{$@}}.

[GitHub] [maven-wrapper] bmarwell opened a new pull request, #82: [BUILD] add code style check for shell scripts

2023-01-09 Thread GitBox
bmarwell opened a new pull request, #82: URL: https://github.com/apache/maven-wrapper/pull/82 We do code style checks on other language's code, too. This PR adds code style checks for shell and goes together well with the existing shellcheck tool. --- Following this checklist

[jira] [Created] (MWRAPPER-90) Use arrays to preserve potential whitespace in arguments

2023-01-09 Thread Benjamin Marwell (Jira)
Benjamin Marwell created MWRAPPER-90: Summary: Use arrays to preserve potential whitespace in arguments Key: MWRAPPER-90 URL: https://issues.apache.org/jira/browse/MWRAPPER-90 Project: Maven

[jira] [Commented] (MWRAPPER-89) Update maven-parent to v39

2023-01-09 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656274#comment-17656274 ] Benjamin Marwell commented on MWRAPPER-89: -- fixed with

[jira] [Commented] (MWRAPPER-88) mvnw is not POSIX compatible

2023-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656273#comment-17656273 ] ASF GitHub Bot commented on MWRAPPER-88: bmarwell commented on code in PR #79: URL:

[GitHub] [maven-wrapper] bmarwell commented on a diff in pull request #79: [MWRAPPER-88] fix shellcheck findings / POSIX compatiblity

2023-01-09 Thread GitBox
bmarwell commented on code in PR #79: URL: https://github.com/apache/maven-wrapper/pull/79#discussion_r1065065753 ## maven-wrapper-distribution/src/resources/mvnw: ## @@ -193,42 +193,48 @@ else else

[jira] [Commented] (MNGSITE-505) update download page: use dlcdn.apache.org (remove mirrors) and downloads.apache.org

2023-01-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656272#comment-17656272 ] Herve Boutemy commented on MNGSITE-505: --- we even have a redirect from download.html to

[jira] [Commented] (MWRAPPER-88) mvnw is not POSIX compatible

2023-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656270#comment-17656270 ] ASF GitHub Bot commented on MWRAPPER-88: bmarwell commented on code in PR #79: URL:

[GitHub] [maven-wrapper] bmarwell commented on a diff in pull request #79: [MWRAPPER-88] fix shellcheck findings / POSIX compatiblity

2023-01-09 Thread GitBox
bmarwell commented on code in PR #79: URL: https://github.com/apache/maven-wrapper/pull/79#discussion_r1065060233 ## .github/workflows/shellcheck-posix.yml: ## @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest env: SHELLCHECK_VERSION: '0.9.0' -

[jira] [Updated] (MDEP-843) :list-classes does not use GAV parameters

2023-01-09 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MDEP-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MDEP-843: --- Description: I propose two ways to solve this: * PR 281 - Remove unused GAV fields - to stop

[jira] [Updated] (MDEP-843) :list-classes does not use GAV parameters

2023-01-09 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MDEP-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MDEP-843: --- Summary: :list-classes does not use GAV parameters (was: artifact) > :list-classes does not use GAV

[jira] [Updated] (MDEP-843) artifact

2023-01-09 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MDEP-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MDEP-843: --- Component/s: list-classes > artifact > > > Key: MDEP-843 >

[GitHub] [maven-dependency-plugin] pzygielo commented on pull request #282: [MDEP-843] Use GAV fields to support them as parameters

2023-01-09 Thread GitBox
pzygielo commented on PR #282: URL: https://github.com/apache/maven-dependency-plugin/pull/282#issuecomment-1376191804 This or: - #281 -- 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-dependency-plugin] pzygielo commented on pull request #281: [MDEP-843] Remove unused GAV fields

2023-01-09 Thread GitBox
pzygielo commented on PR #281: URL: https://github.com/apache/maven-dependency-plugin/pull/281#issuecomment-1376191355 This or: - #282 -- 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-dependency-plugin] pzygielo opened a new pull request, #282: [MDEP-843] Use GAV fields to support them as parameters

2023-01-09 Thread GitBox
pzygielo opened a new pull request, #282: URL: https://github.com/apache/maven-dependency-plugin/pull/282 - [x] I hereby declare this contribution to be licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -- This is an automated

[GitHub] [maven-dependency-plugin] pzygielo opened a new pull request, #281: [MDEP-843] Remove unused GAV fields

2023-01-09 Thread GitBox
pzygielo opened a new pull request, #281: URL: https://github.com/apache/maven-dependency-plugin/pull/281 - [x] I hereby declare this contribution to be licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -- This is an automated

[jira] [Created] (MDEP-843) artifact

2023-01-09 Thread Piotr Zygielo (Jira)
Piotr Zygielo created MDEP-843: -- Summary: artifact Key: MDEP-843 URL: https://issues.apache.org/jira/browse/MDEP-843 Project: Maven Dependency Plugin Issue Type: Bug Reporter: Piotr

[jira] [Updated] (MDEP-842) :list-classes does not skip if skip is set

2023-01-09 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MDEP-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MDEP-842: --- Description: I propose two ways to solve this * PR 280 - Remove unused skip field - based on

[GitHub] [maven-dependency-plugin] pzygielo commented on pull request #279: [MDEP-842] Use skip field in :list-classes

2023-01-09 Thread GitBox
pzygielo commented on PR #279: URL: https://github.com/apache/maven-dependency-plugin/pull/279#issuecomment-1376183848 This or: - #280 -- 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-dependency-plugin] pzygielo commented on pull request #280: [MDEP-842] Remove unused skip field

2023-01-09 Thread GitBox
pzygielo commented on PR #280: URL: https://github.com/apache/maven-dependency-plugin/pull/280#issuecomment-1376183472 This or: - #279 -- 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] [Updated] (MDEP-842) :list-classes does not skip if skip is set

2023-01-09 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MDEP-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MDEP-842: --- Description: I propose two ways to solve this * PR 280 - Remove unused skip field - based on

[jira] [Updated] (MDEP-842) :list-classes does not skip if skip is set

2023-01-09 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MDEP-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MDEP-842: --- Summary: :list-classes does not skip if skip is set (was: skip) > :list-classes does not skip if skip

[jira] [Updated] (MDEP-842) skip

2023-01-09 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MDEP-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MDEP-842: --- Component/s: list-classes > skip > > > Key: MDEP-842 > URL:

[GitHub] [maven-dependency-plugin] pzygielo opened a new pull request, #280: [MDEP-842] Remove unused skip field

2023-01-09 Thread GitBox
pzygielo opened a new pull request, #280: URL: https://github.com/apache/maven-dependency-plugin/pull/280 - [x] I hereby declare this contribution to be licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -- This is an automated

[GitHub] [maven-dependency-plugin] pzygielo opened a new pull request, #279: [MDEP-842] Use skip field in :list-classes

2023-01-09 Thread GitBox
pzygielo opened a new pull request, #279: URL: https://github.com/apache/maven-dependency-plugin/pull/279 - [x] I hereby declare this contribution to be licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -- This is an automated

[jira] [Created] (MDEP-842) skip

2023-01-09 Thread Piotr Zygielo (Jira)
Piotr Zygielo created MDEP-842: -- Summary: skip Key: MDEP-842 URL: https://issues.apache.org/jira/browse/MDEP-842 Project: Maven Dependency Plugin Issue Type: Bug Reporter: Piotr

[GitHub] [maven-enforcer] slawekjaranowski opened a new pull request, #227: [MENFORCER-458] Move RequireOS to new API

2023-01-09 Thread GitBox
slawekjaranowski opened a new pull request, #227: URL: https://github.com/apache/maven-enforcer/pull/227 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/MENFORCER)

[GitHub] [maven-integration-testing] psiroky opened a new pull request, #226: [MNG-7661] Replace deprecated 'verifier.addCliOption()'

2023-01-09 Thread GitBox
psiroky opened a new pull request, #226: URL: https://github.com/apache/maven-integration-testing/pull/226 @slawekjaranowski thanks for merging the other PRs! This is another one - slightly smaller than the the last one, but still pretty big (even though 95% of the changes were again done

[jira] [Commented] (MWRAPPER-80) Support maven-mvnd as a maven distribution

2023-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656211#comment-17656211 ] ASF GitHub Bot commented on MWRAPPER-80: gzm55 commented on PR #65: URL:

[GitHub] [maven-wrapper] gzm55 commented on pull request #65: [MWRAPPER-80] support maven-mvnd

2023-01-09 Thread GitBox
gzm55 commented on PR #65: URL: https://github.com/apache/maven-wrapper/pull/65#issuecomment-1375993476 @slawekjaranowski @bmarwell `mvnw` and `mvnw.cmd` both pass the IT test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #226: [MENFORCER-457] Bump assertj-core from 3.24.0 to 3.24.1

2023-01-09 Thread GitBox
slawekjaranowski merged PR #226: URL: https://github.com/apache/maven-enforcer/pull/226 -- 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] [Updated] (MENFORCER-457) Bump assertj-core from 3.23.1 to 3.24.1

2023-01-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MENFORCER-457: -- Summary: Bump assertj-core from 3.23.1 to 3.24.1 (was: Bump assertj-core

[jira] [Created] (MBUILDCACHE-37) Allow disabled-by-default configuration

2023-01-09 Thread Alexander Schwartz (Jira)
Alexander Schwartz created MBUILDCACHE-37: - Summary: Allow disabled-by-default configuration Key: MBUILDCACHE-37 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-37 Project: Maven Build

[jira] [Updated] (MJAVADOC-720) sourcepath does not work with aggregate goal

2023-01-09 Thread Christoph Schulz (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Schulz updated MJAVADOC-720: -- Priority: Major (was: Minor) > sourcepath does not work with aggregate goal >

[jira] [Closed] (MENFORCER-456) New Enforcer API - RuleConfigProvider

2023-01-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MENFORCER-456. - Resolution: Fixed > New Enforcer API - RuleConfigProvider >

[GitHub] [maven-enforcer] slawekjaranowski merged pull request #220: [MENFORCER-456] New Enforcer API - RuleConfigProvider

2023-01-09 Thread GitBox
slawekjaranowski merged PR #220: URL: https://github.com/apache/maven-enforcer/pull/220 -- 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-integration-testing] slawekjaranowski merged pull request #225: [MNG-7661] Replace deprecated 'verifier.executeGoal()'

2023-01-09 Thread GitBox
slawekjaranowski merged PR #225: URL: https://github.com/apache/maven-integration-testing/pull/225 -- 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] (MNG-7661) Fix IT build / compiler warnings

2023-01-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNG-7661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MNG-7661: Assignee: Slawomir Jaranowski > Fix IT build / compiler warnings >

[GitHub] [maven-integration-testing] slawekjaranowski merged pull request #223: [MNG-7661] Use provided scope for Maven deps in IT plugins

2023-01-09 Thread GitBox
slawekjaranowski merged PR #223: URL: https://github.com/apache/maven-integration-testing/pull/223 -- 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] [Resolved] (MNG-7642) 4.0.0-alpha 3 not compatible with flatten plugin

2023-01-09 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved MNG-7642. -- Fix Version/s: 4.0.0-alpha-4 Resolution: Fixed > 4.0.0-alpha 3 not compatible with

[jira] [Commented] (MNG-7642) 4.0.0-alpha 3 not compatible with flatten plugin

2023-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656147#comment-17656147 ] ASF GitHub Bot commented on MNG-7642: - gnodet merged PR #947: URL:

[GitHub] [maven] gnodet merged pull request #947: [MNG-7642] Restore compatibility with flatten-maven-plugin

2023-01-09 Thread GitBox
gnodet merged PR #947: URL: https://github.com/apache/maven/pull/947 -- 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-enforcer] dependabot[bot] opened a new pull request, #226: Bump assertj-core from 3.24.0 to 3.24.1

2023-01-09 Thread GitBox
dependabot[bot] opened a new pull request, #226: URL: https://github.com/apache/maven-enforcer/pull/226 Bumps assertj-core from 3.24.0 to 3.24.1. [![Dependabot compatibility

[GitHub] [maven-mvnd] gnodet opened a new pull request, #769: Attempt at moving mvn as first class citizen in mvnd distribution, #392

2023-01-09 Thread GitBox
gnodet opened a new pull request, #769: URL: https://github.com/apache/maven-mvnd/pull/769 We may need to revisit the logging configuration to be closer to maven if needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Resolved] (MJLINK-39) Add support for choosing vm

2023-01-09 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell resolved MJLINK-39. Assignee: Benjamin Marwell Resolution: Won't Do > Add support for choosing vm >

[jira] [Updated] (MJLINK-39) Add support for choosing vm

2023-01-09 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell updated MJLINK-39: --- Priority: Minor (was: Blocker) > Add support for choosing vm > --- >

[jira] [Updated] (MJLINK-39) Add support for choosing vm

2023-01-09 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell updated MJLINK-39: --- Priority: Blocker (was: Major) > Add support for choosing vm > --- >

[jira] [Commented] (MPOM-344) Update maven-remote-resources-plugin to 3.1.0

2023-01-09 Thread Richard Eckart de Castilho (Jira)
[ https://issues.apache.org/jira/browse/MPOM-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656127#comment-17656127 ] Richard Eckart de Castilho commented on MPOM-344: - I have tried using the

[jira] [Commented] (MJLINK-39) Add support for choosing vm

2023-01-09 Thread Nicolai Ehemann (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17656124#comment-17656124 ] Nicolai Ehemann commented on MJLINK-39: --- I'm sorry I never reacted; actually, I don't use x86_32.

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt,

[jira] [Updated] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-685: - Description: Currently, verbatim text is inconsistently handled in the Sink API and formats apt,

[GitHub] [maven-sources] michael-o closed pull request #6: Vstvaleed patch 2

2023-01-09 Thread GitBox
michael-o closed pull request #6: Vstvaleed patch 2 URL: https://github.com/apache/maven-sources/pull/6 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [maven-integration-testing] psiroky commented on pull request #223: [MNG-7661] Use provided scope for Maven deps in IT plugins

2023-01-09 Thread GitBox
psiroky commented on PR #223: URL: https://github.com/apache/maven-integration-testing/pull/223#issuecomment-1375506665 Hello @slawekjaranowski! Just checking in to see how to proceed with these clean-up PRs (this one and others with deprecated verifier methods). Would you have

[GitHub] [maven-sources] michael-o closed pull request #5: Add files via upload

2023-01-09 Thread GitBox
michael-o closed pull request #5: Add files via upload URL: https://github.com/apache/maven-sources/pull/5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[jira] [Created] (DOXIA-685) Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code)

2023-01-09 Thread Michael Osipov (Jira)
Michael Osipov created DOXIA-685: Summary: Replace SinkEventAttributes#BOXED and clearly separate between regular verbatim and verbatim source (code) Key: DOXIA-685 URL:

[GitHub] [maven-shade-plugin] slachiewicz merged pull request #171: Update overlapping resources warning

2023-01-09 Thread GitBox
slachiewicz merged PR #171: URL: https://github.com/apache/maven-shade-plugin/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:

[GitHub] [maven-dependency-plugin] slachiewicz merged pull request #277: Remove unused fields

2023-01-09 Thread GitBox
slachiewicz merged PR #277: URL: https://github.com/apache/maven-dependency-plugin/pull/277 -- 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-dependency-plugin] slachiewicz merged pull request #274: Remove unused local variable

2023-01-09 Thread GitBox
slachiewicz merged PR #274: URL: https://github.com/apache/maven-dependency-plugin/pull/274 -- 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-dependency-plugin] pzygielo commented on pull request #274: Remove unused local variable

2023-01-09 Thread GitBox
pzygielo commented on PR #274: URL: https://github.com/apache/maven-dependency-plugin/pull/274#issuecomment-1375450375 May I ask for the merge please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [maven-dependency-plugin] pzygielo commented on pull request #277: Remove unused fields

2023-01-09 Thread GitBox
pzygielo commented on PR #277: URL: https://github.com/apache/maven-dependency-plugin/pull/277#issuecomment-1375447409 May I ask for review, please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [maven-shade-plugin] pzygielo commented on pull request #171: Update overlapping resources warning

2023-01-09 Thread GitBox
pzygielo commented on PR #171: URL: https://github.com/apache/maven-shade-plugin/pull/171#issuecomment-1375446788 May I ask for the merge, please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [maven-sources] slachiewicz closed pull request #4: Vstvaleed patch 1

2023-01-09 Thread GitBox
slachiewicz closed pull request #4: Vstvaleed patch 1 URL: https://github.com/apache/maven-sources/pull/4 -- 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,

[jira] [Closed] (MENFORCER-444) Improve error message for rule "requireJavaVersion"

2023-01-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MENFORCER-444. - > Improve error message for rule "requireJavaVersion" >

[jira] [Commented] (MNGSITE-505) update download page: use dlcdn.apache.org (remove mirrors) and downloads.apache.org

2023-01-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655997#comment-17655997 ] Slawomir Jaranowski commented on MNGSITE-505: - Even worst, we have used download.cgi in

[jira] [Commented] (MSKINS-204) Make MSKINS-76 ITs more tolerant

2023-01-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655996#comment-17655996 ] Michael Osipov commented on MSKINS-204: --- Branch updated. It is exactly what I now expected. Please

[jira] [Commented] (MNGSITE-505) update download page: use dlcdn.apache.org (remove mirrors) and downloads.apache.org

2023-01-09 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655995#comment-17655995 ] Slawomir Jaranowski commented on MNGSITE-505: - We use last one placeholder for cgi script:

[jira] [Commented] (MSKINS-204) Make MSKINS-76 ITs more tolerant

2023-01-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655990#comment-17655990 ] Michael Osipov commented on MSKINS-204: --- Alright, I can reproduce it now. > Make MSKINS-76 ITs

[jira] [Commented] (MRESOLVER-313) Artifact file permissions are 0600 and not implicitly set by umask

2023-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655988#comment-17655988 ] ASF GitHub Bot commented on MRESOLVER-313: -- cstamas commented on code in PR #234: URL:

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #234: [MRESOLVER-313] Wrong FS permissions on cached artifacts.

2023-01-09 Thread GitBox
cstamas commented on code in PR #234: URL: https://github.com/apache/maven-resolver/pull/234#discussion_r1064409456 ## maven-resolver-util/src/main/java/org/eclipse/aether/util/FileUtils.java: ## @@ -85,17 +92,23 @@ public void close() throws IOException } /** -

[jira] [Commented] (MSKINS-204) Make MSKINS-76 ITs more tolerant

2023-01-09 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655987#comment-17655987 ] Michael Osipov commented on MSKINS-204: --- Ah, OK. This one I did not understand. Let me try. > Make

[jira] [Commented] (MSKINS-204) Make MSKINS-76 ITs more tolerant

2023-01-09 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17655979#comment-17655979 ] Herve Boutemy commented on MSKINS-204: -- still failing, sorry did you try to reproduce from your

  1   2   >