[jira] [Created] (MINDEXER-133) Reset the correct stream in IndexDataReader

2022-02-01 Thread Jira
Tamás Cservenák created MINDEXER-133: Summary: Reset the correct stream in IndexDataReader Key: MINDEXER-133 URL: https://issues.apache.org/jira/browse/MINDEXER-133 Project: Maven Indexer

[GitHub] [maven-indexer] cstamas commented on a change in pull request #164: [MINDEXER-132] use Java 7 Files.createTempDirectory() API

2022-02-01 Thread GitBox
cstamas commented on a change in pull request #164: URL: https://github.com/apache/maven-indexer/pull/164#discussion_r797333856 ## File path: indexer-core/src/main/java/org/apache/maven/index/updater/DefaultIndexUpdater.java ## @@ -190,9 +191,7 @@ private Date loadIndexDirecto

[GitHub] [maven-indexer] hboutemy opened a new pull request #164: [MINDEXER-132] use Java 7 Files.createTempDirectory() API

2022-02-01 Thread GitBox
hboutemy opened a new pull request #164: URL: https://github.com/apache/maven-indexer/pull/164 https://issues.apache.org/jira/browse/MINDEXER-132 -- 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

[jira] [Created] (MINDEXER-132) use Files.createTempDirectory(...) instead of custom code around File.createTempFile(...)

2022-02-01 Thread Herve Boutemy (Jira)
Herve Boutemy created MINDEXER-132: -- Summary: use Files.createTempDirectory(...) instead of custom code around File.createTempFile(...) Key: MINDEXER-132 URL: https://issues.apache.org/jira/browse/MINDEXER-132

[jira] [Assigned] (MINDEXER-122) Add getName() to Record.EntryKey

2022-02-01 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy reassigned MINDEXER-122: -- Assignee: Sylwester Lachiewicz > Add getName() to Record.EntryKey >

[jira] [Assigned] (MINDEXER-123) Fix an InputStream leak in indexer-reader Utils

2022-02-01 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy reassigned MINDEXER-123: -- Assignee: Enrico Olivelli > Fix an InputStream leak in indexer-reader Utils > --

[GitHub] [maven-checkstyle-plugin] slachiewicz merged pull request #63: Bump build-helper-maven-plugin from 3.2.0 to 3.3.0

2022-02-01 Thread GitBox
slachiewicz merged pull request #63: URL: https://github.com/apache/maven-checkstyle-plugin/pull/63 -- 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-checkstyle-plugin] slachiewicz merged pull request #65: Bump animal-sniffer-maven-plugin from 1.20 to 1.21

2022-02-01 Thread GitBox
slachiewicz merged pull request #65: URL: https://github.com/apache/maven-checkstyle-plugin/pull/65 -- 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-checkstyle-plugin] dependabot[bot] opened a new pull request #65: Bump animal-sniffer-maven-plugin from 1.20 to 1.21

2022-02-01 Thread GitBox
dependabot[bot] opened a new pull request #65: URL: https://github.com/apache/maven-checkstyle-plugin/pull/65 Bumps [animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.20 to 1.21. Release notes Sourced from https://github.com/mojohaus/animal-sniffer/r

[GitHub] [maven] laeubi opened a new pull request #673: [3.8.x][MNG-7395] - Support system-properties in extension.xml

2022-02-01 Thread GitBox
laeubi opened a new pull request #673: URL: https://github.com/apache/maven/pull/673 This is a back-port of https://github.com/apache/maven/pull/665 to Maven 3.8.x This adds support for having basic interpolation in `.mvn/extensions.xml` to either: 1. Specify a (default) vers

[GitHub] [maven-jlink-plugin] dependabot[bot] opened a new pull request #92: Bump maven-plugin-plugin from 3.6.2 to 3.6.4

2022-02-01 Thread GitBox
dependabot[bot] opened a new pull request #92: URL: https://github.com/apache/maven-jlink-plugin/pull/92 Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.2 to 3.6.4. Commits https://github.com/apache/maven-plugin-tools/commit/33eb6d9df8be0e9cd

[GitHub] [maven-parent] dependabot[bot] opened a new pull request #46: Bump mavenPluginToolsVersion from 3.6.2 to 3.6.4

2022-02-01 Thread GitBox
dependabot[bot] opened a new pull request #46: URL: https://github.com/apache/maven-parent/pull/46 Bumps `mavenPluginToolsVersion` from 3.6.2 to 3.6.4. Updates `maven-plugin-annotations` from 3.6.2 to 3.6.4 Commits https://github.com/apache/maven-plugin-tools/commit/33eb6d9d

[jira] [Resolved] (MCOMPILER-482) JPMS regression: optional transitive module is not found

2022-02-01 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy resolved MCOMPILER-482. Resolution: Fixed PR merged  SNAPSHOT deployed > JPMS regression: optional transitive

[jira] [Resolved] (MCOMPILER-481) JPMS Regression: cannot access (requires static module not include anymore)

2022-02-01 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy resolved MCOMPILER-481. Resolution: Fixed PR merge > JPMS Regression: cannot access (requires static module no

[GitHub] [maven-compiler-plugin] olamy merged pull request #82: [MCOMPILER-481] compiler plugin should include static module for compilation

2022-02-01 Thread GitBox
olamy merged pull request #82: URL: https://github.com/apache/maven-compiler-plugin/pull/82 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues

[jira] [Closed] (MDEP-779) dependency:analyze should list the classes that cause a used undeclared dependency

2022-02-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MDEP-779. Resolution: Fixed > dependency:analyze should list the classes that cause a used undeclared

[jira] [Assigned] (MDEP-779) dependency:analyze should list the classes that cause a used undeclared dependency

2022-02-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MDEP-779: Assignee: Slawomir Jaranowski (was: Sylwester Lachiewicz) > dependency:analyze shou

[GitHub] [maven-dependency-plugin] slawekjaranowski merged pull request #178: MDEP-779 show class names used in undeclared dependencies

2022-02-01 Thread GitBox
slawekjaranowski merged pull request #178: URL: https://github.com/apache/maven-dependency-plugin/pull/178 -- 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] [Commented] (MSHARED-1024) Replace deprecated code

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

[jira] [Updated] (MSHARED-1032) API change: let canGenerateReport() throw an Exception

2022-02-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1032: Fix Version/s: (was: maven-reporting-api-3.1.0) > API change: let canGenerateReport()

[jira] [Closed] (MSHARED-1024) Replace deprecated code

2022-02-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1024. --- Resolution: Fixed Fixed with [35fc61e158aef235c2b7760e53c6d05c0529ab54|https://gitbox.apac

[GitHub] [maven-reporting-api] asfgit closed pull request #2: [MSHARED-1024] Replace deprecated code

2022-02-01 Thread GitBox
asfgit closed pull request #2: URL: https://github.com/apache/maven-reporting-api/pull/2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-un

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

2022-02-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485471#comment-17485471 ] Michael Osipov commented on MNG-7406: - Repeating stuff is a common problem everywhere i

[GitHub] [maven-invoker-plugin] michael-o merged pull request #96: Use localized format to avoid space before colon in English

2022-02-01 Thread GitBox
michael-o merged pull request #96: URL: https://github.com/apache/maven-invoker-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: iss

[GitHub] [maven-invoker-plugin] pzygielo commented on pull request #96: Use localized format to avoid space before colon in English

2022-02-01 Thread GitBox
pzygielo commented on pull request #96: URL: https://github.com/apache/maven-invoker-plugin/pull/96#issuecomment-1027152024 I suppose IT https://github.com/apache/maven-invoker-plugin/blob/e7fd10daab1e5c5282a1b2e30b152edd0558bbab/src/it/invoker-report/pom.xml#L26 kind of shows the (tiny)

[GitHub] [maven-resolver] ibabiankou closed pull request #142: [MRESOLVER-7] Download dependency POMs in parallel

2022-02-01 Thread GitBox
ibabiankou closed pull request #142: URL: https://github.com/apache/maven-resolver/pull/142 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues

[GitHub] [maven-resolver] ibabiankou commented on pull request #142: [MRESOLVER-7] Download dependency POMs in parallel

2022-02-01 Thread GitBox
ibabiankou commented on pull request #142: URL: https://github.com/apache/maven-resolver/pull/142#issuecomment-1027133750 @Tibor17 Thanks for pointing this out, however, I'm a bit puzzled as I don't see a good alternative here 🤔 Do you have any ideas from the top of your head? @cstam

[GitHub] [maven] gnodet commented on pull request #668: [3.8.x][MNG-7400] - Allow more WorkspaceReader's to participate

2022-02-01 Thread GitBox
gnodet commented on pull request #668: URL: https://github.com/apache/maven/pull/668#issuecomment-1027095681 @michael-o is the release manager for 3.8.x branch, so I'll defer to him -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [maven] laeubi commented on pull request #668: [3.8.x][MNG-7400] - Allow more WorkspaceReader's to participate

2022-02-01 Thread GitBox
laeubi commented on pull request #668: URL: https://github.com/apache/maven/pull/668#issuecomment-1027073568 @gnodet anything left here to do until it could be merged? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [maven-invoker-plugin] pzygielo commented on pull request #96: Use localized format to avoid space before colon in English

2022-02-01 Thread GitBox
pzygielo commented on pull request #96: URL: https://github.com/apache/maven-invoker-plugin/pull/96#issuecomment-1027069254 > If you see this, you know it has been a Frenchman. Now I do, indeed. Before - I had no idea about such rule. -- This is an automated message from the Apach

[GitHub] [maven] michael-o commented on pull request #672: [MNG-7406] Better display of project building errors

2022-02-01 Thread GitBox
michael-o commented on pull request #672: URL: https://github.com/apache/maven/pull/672#issuecomment-1027022647 Interesting, will happily review next couple of days... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [maven-invoker-plugin] michael-o commented on pull request #96: Use localized format to avoid space before colon in English

2022-02-01 Thread GitBox
michael-o commented on pull request #96: URL: https://github.com/apache/maven-invoker-plugin/pull/96#issuecomment-1027021968 If you see this, you know it has been a Frenchman. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven] mthmulders opened a new pull request #672: [MNG-7406] Better display of project building errors

2022-02-01 Thread GitBox
mthmulders opened a new pull request #672: URL: https://github.com/apache/maven/pull/672 Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a [MNG-7406](https://issues.apache.org/jira/browse/MNG-7406) filed for

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

2022-02-01 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485319#comment-17485319 ] Maarten Mulders commented on MNG-7406: -- The issue is caused by two things: # the {{Pr

[jira] [Commented] (MRESOLVER-238) Create shaded transport-http

2022-02-01 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485315#comment-17485315 ] Tamás Cservenák commented on MRESOLVER-238: --- Tested: * core extension HAS a

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

2022-02-01 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Mulders updated MNG-7406: - Description: If Maven finds an error while building the model, it throws a {{{}ProjectBuildingExce

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

2022-02-01 Thread Maarten Mulders (Jira)
Maarten Mulders created MNG-7406: Summary: Strange formatting of warning/errors from project building Key: MNG-7406 URL: https://issues.apache.org/jira/browse/MNG-7406 Project: Maven Issue Ty

[GitHub] [maven-resolver] michael-o commented on pull request #149: [MRESOLVER-238] Create shaded transport-http

2022-02-01 Thread GitBox
michael-o commented on pull request #149: URL: https://github.com/apache/maven-resolver/pull/149#issuecomment-1026887457 50 Shades of Resolver... -- 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

[jira] [Closed] (MRESOLVER-238) Create shaded transport-http

2022-02-01 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MRESOLVER-238. - Resolution: Won't Fix Not doing this, as this is wrong. Maven - if it leaks - should p

[jira] [Updated] (MRESOLVER-238) Create shaded transport-http

2022-02-01 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MRESOLVER-238: -- Fix Version/s: (was: 1.8.0) > Create shaded transport-http > ---

[GitHub] [maven-resolver] cstamas closed pull request #149: [MRESOLVER-238] Create shaded transport-http

2022-02-01 Thread GitBox
cstamas closed pull request #149: URL: https://github.com/apache/maven-resolver/pull/149 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-un

[GitHub] [maven-resolver] cstamas commented on pull request #149: [MRESOLVER-238] Create shaded transport-http

2022-02-01 Thread GitBox
cstamas commented on pull request #149: URL: https://github.com/apache/maven-resolver/pull/149#issuecomment-1026881288 Nope, not doing this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [maven-resolver] cstamas commented on pull request #149: [MRESOLVER-238] Create shaded transport-http

2022-02-01 Thread GitBox
cstamas commented on pull request #149: URL: https://github.com/apache/maven-resolver/pull/149#issuecomment-1026874526 Am really unsure do we want this. Originally wagon-http had shaded in http-client to not pollute plugins classpath. But this -- in case of transport-http -- would also pre

[GitHub] [maven] gnodet opened a new pull request #671: [MNG-7405] Update animal-sniffer to 1.21

2022-02-01 Thread GitBox
gnodet opened a new pull request #671: URL: https://github.com/apache/maven/pull/671 This saves quite some time on the build. https://issues.apache.org/jira/browse/MNG-7405 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Created] (MNG-7405) Update animal-sniffer to 1.21

2022-02-01 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-7405: Summary: Update animal-sniffer to 1.21 Key: MNG-7405 URL: https://issues.apache.org/jira/browse/MNG-7405 Project: Maven Issue Type: Improvement Affects V

[jira] [Commented] (MRESOLVER-238) Create shaded transport-http

2022-02-01 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485256#comment-17485256 ] Tamás Cservenák commented on MRESOLVER-238: --- Am actually unsure is this is r

[GitHub] [maven-resolver] cstamas opened a new pull request #149: [MRESOLVER-238] Create shaded transport-http

2022-02-01 Thread GitBox
cstamas opened a new pull request #149: URL: https://github.com/apache/maven-resolver/pull/149 That looks very same to that of wagon-http. --- https://issues.apache.org/jira/browse/MRESOLVER-238 -- This is an automated message from the Apache Git Service. To respond to the m

[jira] [Created] (MRESOLVER-238) Create shaded transport-http

2022-02-01 Thread Jira
Tamás Cservenák created MRESOLVER-238: - Summary: Create shaded transport-http Key: MRESOLVER-238 URL: https://issues.apache.org/jira/browse/MRESOLVER-238 Project: Maven Resolver Issue Typ

[GitHub] [maven] gnodet closed pull request #427: [MNG-6727] Changed expression check to project.version and project.parent.version

2022-02-01 Thread GitBox
gnodet closed pull request #427: URL: https://github.com/apache/maven/pull/427 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

[jira] [Closed] (MNG-6727) Using version range in parent and CI Friendly Version fails

2022-02-01 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-6727. Resolution: Fixed Fixed with [https://github.com/apache/maven/commit/d79485ff23c9017d47424ff24da1d6d

[jira] [Updated] (MNG-6727) Using version range in parent and CI Friendly Version fails

2022-02-01 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-6727: - Fix Version/s: 4.0.0 4.0.0-alpha-1 3.8.5

[GitHub] [maven] gnodet merged pull request #670: [3.8.x][MNG-6727] Changed expression check to project.version and project.parent.version

2022-02-01 Thread GitBox
gnodet merged pull request #670: URL: https://github.com/apache/maven/pull/670 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

[jira] [Closed] (SUREFIRE-1996) Upgrade plexus-java to Version 1.1.1

2022-02-01 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1996. -- Fix Version/s: 3.0.0-M6 Resolution: Fixed https://gitbox.apache.org/repos/asf?p=maven

[jira] [Commented] (MENFORCER-396) Faulty banned repositories

2022-02-01 Thread Delany (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485236#comment-17485236 ] Delany commented on MENFORCER-396: -- One other thing, this is a valid repository URL {

[jira] [Created] (SUREFIRE-1996) Upgrade plexus-java to Version 1.1.1

2022-02-01 Thread Tibor Digana (Jira)
Tibor Digana created SUREFIRE-1996: -- Summary: Upgrade plexus-java to Version 1.1.1 Key: SUREFIRE-1996 URL: https://issues.apache.org/jira/browse/SUREFIRE-1996 Project: Maven Surefire Issue T

[GitHub] [maven-jxr] dependabot[bot] opened a new pull request #46: Bump plexus-java from 1.1.0 to 1.1.1

2022-02-01 Thread GitBox
dependabot[bot] opened a new pull request #46: URL: https://github.com/apache/maven-jxr/pull/46 Bumps [plexus-java](https://github.com/codehaus-plexus/plexus-languages) from 1.1.0 to 1.1.1. Release notes Sourced from https://github.com/codehaus-plexus/plexus-languages/releases";>p

[GitHub] [maven-invoker-plugin] slawekjaranowski merged pull request #95: Correct doc: Replace `activeByDefault` by `activeProfiles`.

2022-02-01 Thread GitBox
slawekjaranowski merged pull request #95: URL: https://github.com/apache/maven-invoker-plugin/pull/95 -- 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-ma

[jira] [Assigned] (MNG-6727) Using version range in parent and CI Friendly Version fails

2022-02-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-6727: --- Assignee: Guillaume Nodet (was: Michael Osipov) > Using version range in parent and CI Friend

[jira] [Comment Edited] (MENFORCER-396) Faulty banned repositories

2022-02-01 Thread Delany (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485214#comment-17485214 ] Delany edited comment on MENFORCER-396 at 2/1/22, 12:18 PM:

[jira] [Commented] (MENFORCER-396) Faulty banned repositories

2022-02-01 Thread Delany (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485214#comment-17485214 ] Delany commented on MENFORCER-396: -- I don't know what was going on here, but it works

[GitHub] [maven-invoker-plugin] slawekjaranowski merged pull request #94: Remove unused parameter

2022-02-01 Thread GitBox
slawekjaranowski merged pull request #94: URL: https://github.com/apache/maven-invoker-plugin/pull/94 -- 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-ma

[GitHub] [maven-mvnd] ppalaga commented on issue #592: How to integrate mvnd in jenkins?

2022-02-01 Thread GitBox
ppalaga commented on issue #592: URL: https://github.com/apache/maven-mvnd/issues/592#issuecomment-1026759188 > @gnodet We are now using Jenkins' maven command to build code, how to build through mvnd @hongchangliu you said what you do and what you'd like to do, but you have not ans

[GitHub] [maven-invoker-plugin] mdrie opened a new pull request #95: Correct doc: Replace `activeByDefault` by `activeProfiles`.

2022-02-01 Thread GitBox
mdrie opened a new pull request #95: URL: https://github.com/apache/maven-invoker-plugin/pull/95 `activeByDefault` does not work with extensions from `.mvn/extensions.xml`. It might also be more fragile, if other profiles are used, since it only has effect, if no other profiles are activat

[jira] [Commented] (MDEP-786) Sealed classes not supported

2022-02-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485172#comment-17485172 ] Slawomir Jaranowski commented on MDEP-786: -- Should work with the latest snapshot v

[jira] [Created] (MDEP-786) Sealed classes not supported

2022-02-01 Thread Jordan Zimmerman (Jira)
Jordan Zimmerman created MDEP-786: - Summary: Sealed classes not supported Key: MDEP-786 URL: https://issues.apache.org/jira/browse/MDEP-786 Project: Maven Dependency Plugin Issue Type: Bug

[jira] [Commented] (MCOMPILER-481) JPMS Regression: cannot access (requires static module not include anymore)

2022-02-01 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485124#comment-17485124 ] Olivier Lamy commented on MCOMPILER-481: ETA plexus-java released. still the

[jira] [Commented] (MNG-7244) Change from deprecated WARNING to FAIL the build for usage of pom.X placeholders

2022-02-01 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-7244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485115#comment-17485115 ] Maarten Mulders commented on MNG-7244: -- {quote}Prefix and prefixless should be done in

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

2022-02-01 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-7404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Mulders reassigned MNG-7404: Assignee: (was: Maarten Mulders) > Change from deprecated WARNING to FAIL the build for

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

2022-02-01 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-7404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Mulders updated MNG-7404: - Description: Currently we produce a {{WARNING}} in case of using {{version}} or alike. I would sug

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

2022-02-01 Thread Maarten Mulders (Jira)
Maarten Mulders created MNG-7404: Summary: Change from deprecated WARNING to FAIL the build for usage of {X} placeholders rather than ${project.X} Key: MNG-7404 URL: https://issues.apache.org/jira/browse/MNG-7404

[GitHub] [maven-compiler-plugin] olamy commented on a change in pull request #82: [MCOMPILER-481] compiler plugin should include static module for compilation

2022-02-01 Thread GitBox
olamy commented on a change in pull request #82: URL: https://github.com/apache/maven-compiler-plugin/pull/82#discussion_r796351209 ## File path: src/main/java/org/apache/maven/plugin/compiler/CompilerMojo.java ## @@ -231,6 +231,7 @@ protected void preparePaths( Set sourceFile

[GitHub] [maven-compiler-plugin] olamy commented on a change in pull request #82: [MCOMPILER-481] compiler plugin should include static module for compilation

2022-02-01 Thread GitBox
olamy commented on a change in pull request #82: URL: https://github.com/apache/maven-compiler-plugin/pull/82#discussion_r796351209 ## File path: src/main/java/org/apache/maven/plugin/compiler/CompilerMojo.java ## @@ -231,6 +231,7 @@ protected void preparePaths( Set sourceFile

[jira] [Closed] (MPIR-412) Dependency report generates non-well-formed output if the POM of a depdendency cannot be parsed

2022-02-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPIR-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MPIR-412. --- Resolution: Fixed Fixed with [d85aec37c385d64196f7db5c3c27b400b46032ca|https://gitbox.apache.org/repos

[GitHub] [maven-project-info-reports-plugin] asfgit closed pull request #31: [MPIR-412] Fix dependency report tag balance when exception

2022-02-01 Thread GitBox
asfgit closed pull request #31: URL: https://github.com/apache/maven-project-info-reports-plugin/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 specific comment. To unsubscribe, e