[jira] [Commented] (MNG-6093) create a slf4j-simple provider extension that supports level color rendering

2020-09-25 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202531#comment-17202531 ] Herve Boutemy commented on MNG-6093: see https://github.com/apache/maven/commit/5bd5a6

[jira] [Created] (MPDF-96) Ability to automatically include in the TOC documents that are located in subfolders

2020-09-25 Thread Simona (Jira)
Simona created MPDF-96: -- Summary: Ability to automatically include in the TOC documents that are located in subfolders Key: MPDF-96 URL: https://issues.apache.org/jira/browse/MPDF-96 Project: Maven PDF Plugin

[jira] [Comment Edited] (MEAR-267) assembly.xml contains incorrect references to modules

2020-09-25 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202439#comment-17202439 ] Marat Abrarov edited comment on MEAR-267 at 9/25/20, 10:04 PM: --

[jira] [Commented] (MEAR-267) assembly.xml contains incorrect references to modules

2020-09-25 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202439#comment-17202439 ] Marat Abrarov commented on MEAR-267: Hi [~leokom], Won't workaround in [pull request

[jira] [Comment Edited] (MEAR-267) assembly.xml contains incorrect references to modules

2020-09-25 Thread Marat Abrarov (Jira)
[ https://issues.apache.org/jira/browse/MEAR-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202439#comment-17202439 ] Marat Abrarov edited comment on MEAR-267 at 9/25/20, 10:03 PM: --

[jira] [Closed] (MINDEXER-125) Spring Boot Starter artifact missing

2020-09-25 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MINDEXER-125. --- Resolution: Cannot Reproduce JAR is there. > Spring Boot Starter artifact missing > --

[jira] [Commented] (MNG-6093) create a slf4j-simple provider extension that supports level color rendering

2020-09-25 Thread Philippe Cloutier (Jira)
[ https://issues.apache.org/jira/browse/MNG-6093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202427#comment-17202427 ] Philippe Cloutier commented on MNG-6093: Would someone explain how this was solved?

[GitHub] [maven] eolivelli commented on pull request #378: [MNG-6991] Restore how the local repository is determined

2020-09-25 Thread GitBox
eolivelli commented on pull request #378: URL: https://github.com/apache/maven/pull/378#issuecomment-699124410 Shall we add a couple of tests that cover the change please? This is an automated message from the Apache Git Serv

[jira] [Commented] (MINDEXER-125) Spring Boot Starter artifact missing

2020-09-25 Thread Michael Boyles (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202363#comment-17202363 ] Michael Boyles commented on MINDEXER-125: - This is not a maven issue. If you ha

[jira] [Created] (MINDEXER-125) Spring Boot Starter artifact missing

2020-09-25 Thread Marco Rizzi (Jira)
Marco Rizzi created MINDEXER-125: Summary: Spring Boot Starter artifact missing Key: MINDEXER-125 URL: https://issues.apache.org/jira/browse/MINDEXER-125 Project: Maven Indexer Issue Type: Bu

[GitHub] [maven] mthmulders opened a new pull request #378: [MNG-6991] Restore how the local repository is determined

2020-09-25 Thread GitBox
mthmulders opened a new pull request #378: URL: https://github.com/apache/maven/pull/378 The refactoring of MavenCli.populateRequest introduced a subtle bug. It would select ~/.m2/repository as the local repository instead of something that is configured in ~/.m2/settings.xml. See [

[jira] [Commented] (MNG-6991) settings-defined local repository is not honored

2020-09-25 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202233#comment-17202233 ] Michael Osipov commented on MNG-6991: - [~facewindu], really appreciate that you test sn

[GitHub] [maven-ear-plugin] elharo opened a new pull request #15: [MEAR-285] check return value from mkdirs

2020-09-25 Thread GitBox
elharo opened a new pull request #15: URL: https://github.com/apache/maven-ear-plugin/pull/15 @hboutemy This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [maven-shared-utils] elharo opened a new pull request #65: fix a few JavaDoc errors

2020-09-25 Thread GitBox
elharo opened a new pull request #65: URL: https://github.com/apache/maven-shared-utils/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 abo

[GitHub] [maven-ear-plugin] elharo merged pull request #13: [MEAR-285] clean up exception handling

2020-09-25 Thread GitBox
elharo merged pull request #13: URL: https://github.com/apache/maven-ear-plugin/pull/13 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-ear-plugin] santik commented on a change in pull request #9: [MEAR-194] Use ear archiver instead of jar archiver

2020-09-25 Thread GitBox
santik commented on a change in pull request #9: URL: https://github.com/apache/maven-ear-plugin/pull/9#discussion_r494092160 ## File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java ## @@ -289,12 +296,25 @@ public void execute() final File earFile;

[GitHub] [maven-ear-plugin] elharo merged pull request #14: [MEAR-285] Prefer Apache commons IO dependencies

2020-09-25 Thread GitBox
elharo merged pull request #14: URL: https://github.com/apache/maven-ear-plugin/pull/14 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-ear-plugin] hboutemy commented on a change in pull request #9: [MEAR-194] Use ear archiver instead of jar archiver

2020-09-25 Thread GitBox
hboutemy commented on a change in pull request #9: URL: https://github.com/apache/maven-ear-plugin/pull/9#discussion_r494063438 ## File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java ## @@ -289,12 +296,25 @@ public void execute() final File earFile;

[GitHub] [maven-ear-plugin] santik commented on a change in pull request #9: [MEAR-194] Use ear archiver instead of jar archiver

2020-09-25 Thread GitBox
santik commented on a change in pull request #9: URL: https://github.com/apache/maven-ear-plugin/pull/9#discussion_r494830755 ## File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java ## @@ -289,12 +296,25 @@ public void execute() final File earFile;

[jira] [Assigned] (MNG-6991) settings-defined local repository is not honored

2020-09-25 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-6991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Mulders reassigned MNG-6991: Assignee: Maarten Mulders > settings-defined local repository is not honored > -