[jira] [Created] (MGPG-90) Signing fails with 3.0.1: "no pinentry"

2022-08-19 Thread Jens Reimann (Jira)
Jens Reimann created MGPG-90: Summary: Signing fails with 3.0.1: "no pinentry" Key: MGPG-90 URL: https://issues.apache.org/jira/browse/MGPG-90 Project: Maven GPG Plugin Issue Type: Bug Affect

[GitHub] [maven-mvnd] ppalaga commented on issue #674: mvnd not extends parent properties?

2022-08-19 Thread GitBox
ppalaga commented on issue #674: URL: https://github.com/apache/maven-mvnd/issues/674#issuecomment-1220401769 Would you please share the pom.xml where this is happening and its parent? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-enforcer] ppalaga commented on a diff in pull request #180: [MENFORCER-422] Added externalRules rule

2022-08-19 Thread GitBox
ppalaga commented on code in PR #180: URL: https://github.com/apache/maven-enforcer/pull/180#discussion_r949946657 ## enforcer-rules/src/site/apt/externalRules.apt.vm: ## @@ -0,0 +1,104 @@ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor lic

[GitHub] [maven-enforcer] ppalaga commented on pull request #180: [MENFORCER-422] Added externalRules rule

2022-08-19 Thread GitBox
ppalaga commented on PR #180: URL: https://github.com/apache/maven-enforcer/pull/180#issuecomment-1220407109 Thanks, @gastaldi ! -- 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 comme

[GitHub] [maven-enforcer] ppalaga merged pull request #180: [MENFORCER-422] Added externalRules rule

2022-08-19 Thread GitBox
ppalaga merged PR #180: URL: https://github.com/apache/maven-enforcer/pull/180 -- 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...@maven.

[jira] [Commented] (MENFORCER-422) Support declaring external banned dependencies in an external file/URL

2022-08-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581729#comment-17581729 ] Hudson commented on MENFORCER-422: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[GitHub] [maven-enforcer] michael-o commented on a diff in pull request #180: [MENFORCER-422] Added externalRules rule

2022-08-19 Thread GitBox
michael-o commented on code in PR #180: URL: https://github.com/apache/maven-enforcer/pull/180#discussion_r949985124 ## enforcer-rules/src/site/apt/externalRules.apt.vm: ## @@ -0,0 +1,104 @@ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor l

[GitHub] [maven-enforcer] michael-o commented on a diff in pull request #180: [MENFORCER-422] Added externalRules rule

2022-08-19 Thread GitBox
michael-o commented on code in PR #180: URL: https://github.com/apache/maven-enforcer/pull/180#discussion_r950006772 ## enforcer-rules/src/site/apt/externalRules.apt.vm: ## @@ -0,0 +1,104 @@ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor l

[jira] [Commented] (MGPG-90) Signing fails with 3.0.1: "no pinentry"

2022-08-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MGPG-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581747#comment-17581747 ] Michael Osipov commented on MGPG-90: There is an open issue somewhere, I remember the pr

[GitHub] [maven-enforcer] ppalaga commented on pull request #180: [MENFORCER-422] Added externalRules rule

2022-08-19 Thread GitBox
ppalaga commented on PR #180: URL: https://github.com/apache/maven-enforcer/pull/180#issuecomment-1220520018 @michael-o do you happen to know whether an Enforcer release is planned already? Not sure where to look for that kind of info, although I am a committer. -- This is an automated m

[jira] [Commented] (MGPG-90) Signing fails with 3.0.1: "no pinentry"

2022-08-19 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MGPG-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581768#comment-17581768 ] Slawomir Jaranowski commented on MGPG-90: - The source of problem can be in: MSHARED-

[GitHub] [maven-enforcer] michael-o commented on pull request #180: [MENFORCER-422] Added externalRules rule

2022-08-19 Thread GitBox
michael-o commented on PR #180: URL: https://github.com/apache/maven-enforcer/pull/180#issuecomment-1220535530 > @michael-o do you happen to know whether an Enforcer release is planned already? Not sure where to look for that kind of info, although I am a committer. We don't publish

[GitHub] [maven-enforcer] ppalaga commented on pull request #180: [MENFORCER-422] Added externalRules rule

2022-08-19 Thread GitBox
ppalaga commented on PR #180: URL: https://github.com/apache/maven-enforcer/pull/180#issuecomment-1220540421 Thanks for the info @michael-o ! -- 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-plugin-tools] michael-o commented on a diff in pull request #129: [MPLUGIN-408] helpmojo improvement

2022-08-19 Thread GitBox
michael-o commented on code in PR #129: URL: https://github.com/apache/maven-plugin-tools/pull/129#discussion_r950082424 ## maven-plugin-tools-generators/src/main/java/org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.java: ## @@ -45,6 +42,8 @@ import org.codeha

[jira] [Commented] (MPLUGIN-408) simplification in helpmojo build

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581786#comment-17581786 ] ASF GitHub Bot commented on MPLUGIN-408: michael-o commented on code in PR #129:

[GitHub] [maven-plugin-tools] michael-o commented on pull request #129: [MPLUGIN-408] helpmojo improvement

2022-08-19 Thread GitBox
michael-o commented on PR #129: URL: https://github.com/apache/maven-plugin-tools/pull/129#issuecomment-1220556181 Update commit message: - use groupId + artifactId for calculating package name - discover mojos only once by descriptor mojo - simplify AbstractGeneratorMojo - remov

[jira] [Commented] (MPLUGIN-408) simplification in helpmojo build

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581787#comment-17581787 ] ASF GitHub Bot commented on MPLUGIN-408: michael-o commented on PR #129: URL: h

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #129: [MPLUGIN-408] helpmojo improvement

2022-08-19 Thread GitBox
slawekjaranowski commented on code in PR #129: URL: https://github.com/apache/maven-plugin-tools/pull/129#discussion_r950088022 ## maven-plugin-tools-generators/src/main/java/org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.java: ## @@ -45,6 +42,8 @@ import org

[jira] [Commented] (MPLUGIN-408) simplification in helpmojo build

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581789#comment-17581789 ] ASF GitHub Bot commented on MPLUGIN-408: slawekjaranowski commented on code in P

[GitHub] [maven-plugin-tools] slawekjaranowski commented on a diff in pull request #129: [MPLUGIN-408] helpmojo improvement

2022-08-19 Thread GitBox
slawekjaranowski commented on code in PR #129: URL: https://github.com/apache/maven-plugin-tools/pull/129#discussion_r950089632 ## maven-plugin-tools-generators/src/main/java/org/apache/maven/tools/plugin/generator/PluginDescriptorGenerator.java: ## @@ -45,6 +42,8 @@ import org

[jira] [Commented] (MPLUGIN-408) simplification in helpmojo build

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581791#comment-17581791 ] ASF GitHub Bot commented on MPLUGIN-408: slawekjaranowski commented on code in P

[GitHub] [maven-dist-tool] dependabot[bot] opened a new pull request, #17: Bump github-api from 1.129 to 1.308

2022-08-19 Thread GitBox
dependabot[bot] opened a new pull request, #17: URL: https://github.com/apache/maven-dist-tool/pull/17 Bumps [github-api](https://github.com/hub4j/github-api) from 1.129 to 1.308. Release notes Sourced from https://github.com/hub4j/github-api/releases";>github-api's releases.

[GitHub] [maven-dist-tool] dependabot[bot] commented on pull request #16: Bump github-api from 1.129 to 1.307

2022-08-19 Thread GitBox
dependabot[bot] commented on PR #16: URL: https://github.com/apache/maven-dist-tool/pull/16#issuecomment-1220592305 Superseded by #17. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [maven-dist-tool] dependabot[bot] closed pull request #16: Bump github-api from 1.129 to 1.307

2022-08-19 Thread GitBox
dependabot[bot] closed pull request #16: Bump github-api from 1.129 to 1.307 URL: https://github.com/apache/maven-dist-tool/pull/16 -- 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 commen

[GitHub] [maven-checkstyle-plugin] michael-o commented on pull request #87: [MCHECKSTYLE-417] Upgrade Maven Reporting API to 3.1.1/Maven Reportin…

2022-08-19 Thread GitBox
michael-o commented on PR #87: URL: https://github.com/apache/maven-checkstyle-plugin/pull/87#issuecomment-1220607920 @slawekjaranowski JXR 3.3.0 is out, please review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [maven-pmd-plugin] michael-o commented on pull request #84: [MPMD-349] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

2022-08-19 Thread GitBox
michael-o commented on PR #84: URL: https://github.com/apache/maven-pmd-plugin/pull/84#issuecomment-1220608029 Guys, JXR 3.3.0 is out, please review. -- 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-plugin-tools] rfscholte commented on pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-19 Thread GitBox
rfscholte commented on PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#issuecomment-1220650598 The commit is too big for me to see what's happening. With TDD I'd like to see: - plugin descriptor keeps the original javadoc, so inlcluding inline doclettags. - the

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581848#comment-17581848 ] ASF GitHub Bot commented on MPLUGIN-417: rfscholte commented on PR #139: URL: h

[GitHub] [maven-plugin-tools] kwin commented on pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-19 Thread GitBox
kwin commented on PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#issuecomment-1220658423 > IIRC in the past I've made a change that the two outputs are always based on the same source: the plugin descriptor. The whole point is that this approach prevents emitting

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581851#comment-17581851 ] ASF GitHub Bot commented on MPLUGIN-417: kwin commented on PR #139: URL: https:

[GitHub] [maven-plugin-tools] kwin commented on pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-19 Thread GitBox
kwin commented on PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#issuecomment-1220665623 > The commit is too big for me to see what's happening. Right now you can completely ignore the newly added classes, just look at the modification of the existing ones, to te

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581853#comment-17581853 ] ASF GitHub Bot commented on MPLUGIN-417: kwin commented on PR #139: URL: https:

[GitHub] [maven-compiler-plugin] dependabot[bot] opened a new pull request, #146: Bump maven-jxr-plugin from 3.2.0 to 3.3.0

2022-08-19 Thread GitBox
dependabot[bot] opened a new pull request, #146: URL: https://github.com/apache/maven-compiler-plugin/pull/146 Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.2.0 to 3.3.0. Commits https://github.com/apache/maven-jxr/commit/15d6b3908b6340e127650dbc0a9fc2007

[GitHub] [maven-checkstyle-plugin] slawekjaranowski commented on a diff in pull request #87: [MCHECKSTYLE-417] Upgrade Maven Reporting API to 3.1.1/Maven Reportin…

2022-08-19 Thread GitBox
slawekjaranowski commented on code in PR #87: URL: https://github.com/apache/maven-checkstyle-plugin/pull/87#discussion_r950289733 ## pom.xml: ## @@ -64,11 +64,14 @@ under the License. 8 +1.0.0.v20140518 3.2.5 9.3 1.11.1 -3.9.1 -2.22.2 +

[GitHub] [maven-checkstyle-plugin] slawekjaranowski commented on a diff in pull request #87: [MCHECKSTYLE-417] Upgrade Maven Reporting API to 3.1.1/Maven Reportin…

2022-08-19 Thread GitBox
slawekjaranowski commented on code in PR #87: URL: https://github.com/apache/maven-checkstyle-plugin/pull/87#discussion_r950292397 ## src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java: ## @@ -292,7 +292,7 @@ * @since 2.2 */ @Pa

[GitHub] [maven-plugin-tools] rfscholte commented on pull request #139: MPLUGIN-417 Descriptor with plain text by default

2022-08-19 Thread GitBox
rfscholte commented on PR #139: URL: https://github.com/apache/maven-plugin-tools/pull/139#issuecomment-1220800807 I think I get your point regarding the context. Based on that it is indeed fine to use HTML as content for the plugin descriptor. Just make sure there's a test that requires t

[jira] [Commented] (MPLUGIN-417) report and descriptor goal need to evaluate Javadoc comments differently

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581916#comment-17581916 ] ASF GitHub Bot commented on MPLUGIN-417: rfscholte commented on PR #139: URL: h

[GitHub] [maven-checkstyle-plugin] michael-o commented on a diff in pull request #87: [MCHECKSTYLE-417] Upgrade Maven Reporting API to 3.1.1/Maven Reportin…

2022-08-19 Thread GitBox
michael-o commented on code in PR #87: URL: https://github.com/apache/maven-checkstyle-plugin/pull/87#discussion_r950315409 ## pom.xml: ## @@ -64,11 +64,14 @@ under the License. 8 +1.0.0.v20140518 3.2.5 9.3 1.11.1 -3.9.1 -2.22.2 +1.11.1

[GitHub] [maven-checkstyle-plugin] michael-o commented on a diff in pull request #87: [MCHECKSTYLE-417] Upgrade Maven Reporting API to 3.1.1/Maven Reportin…

2022-08-19 Thread GitBox
michael-o commented on code in PR #87: URL: https://github.com/apache/maven-checkstyle-plugin/pull/87#discussion_r950316588 ## src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java: ## @@ -292,7 +292,7 @@ * @since 2.2 */ @Parameter

[GitHub] [maven-pmd-plugin] slawekjaranowski commented on a diff in pull request #84: [MPMD-349] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

2022-08-19 Thread GitBox
slawekjaranowski commented on code in PR #84: URL: https://github.com/apache/maven-pmd-plugin/pull/84#discussion_r950317650 ## src/site/apt/usage.apt.vm: ## @@ -74,7 +74,7 @@ Configuration The reports will link directly to the cross-referenced source if you enable this with

[GitHub] [maven-pmd-plugin] michael-o commented on a diff in pull request #84: [MPMD-349] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

2022-08-19 Thread GitBox
michael-o commented on code in PR #84: URL: https://github.com/apache/maven-pmd-plugin/pull/84#discussion_r950318616 ## src/site/apt/usage.apt.vm: ## @@ -74,7 +74,7 @@ Configuration The reports will link directly to the cross-referenced source if you enable this with the <<>

[jira] [Created] (MJAVADOC-726) Maven Java Doc Plug-in v3.4.0 downloads Log4j-1.2.12 dependency transitively

2022-08-19 Thread Yogesh Desai (Jira)
Yogesh Desai created MJAVADOC-726: - Summary: Maven Java Doc Plug-in v3.4.0 downloads Log4j-1.2.12 dependency transitively Key: MJAVADOC-726 URL: https://issues.apache.org/jira/browse/MJAVADOC-726 Proj

[jira] [Commented] (MJAVADOC-724) Maven Java Doc Plug-in v3.4.0 downloads Log4j-1.2.12 dependency transitively

2022-08-19 Thread Yogesh Desai (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581930#comment-17581930 ] Yogesh Desai commented on MJAVADOC-724: --- [~michael-o] - Created new ticket with a

[jira] [Comment Edited] (MJAVADOC-724) Maven Java Doc Plug-in v3.4.0 downloads Log4j-1.2.12 dependency transitively

2022-08-19 Thread Yogesh Desai (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581930#comment-17581930 ] Yogesh Desai edited comment on MJAVADOC-724 at 8/19/22 3:49 PM: -

[jira] [Updated] (MJAVADOC-726) Maven Java Doc Plug-in v3.4.0 downloads Log4j-1.2.12 dependency transitively

2022-08-19 Thread Yogesh Desai (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yogesh Desai updated MJAVADOC-726: -- Environment: Windows 10 > Maven Java Doc Plug-in v3.4.0 downloads Log4j-1.2.12 dependency tra

[jira] [Commented] (MJAVADOC-726) Maven Java Doc Plug-in v3.4.0 downloads Log4j-1.2.12 dependency transitively

2022-08-19 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581933#comment-17581933 ] Slawomir Jaranowski commented on MJAVADOC-726: -- Please try with the latest

[jira] [Updated] (MJAVADOC-726) Maven Java Doc Plug-in v3.4.0 downloads Log4j-1.2.12 dependency transitively

2022-08-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MJAVADOC-726: Fix Version/s: wontfix-candidate waiting-for-feedback > Maven Java Doc

[jira] [Closed] (MJAVADOC-726) Maven Java Doc Plug-in v3.4.0 downloads Log4j-1.2.12 dependency transitively

2022-08-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MJAVADOC-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MJAVADOC-726. --- Fix Version/s: (was: waiting-for-feedback) (was: wontfix-candidat

[GitHub] [maven] hgschmie opened a new pull request, #786: [MNG-7529] Maven resolver makes bad repository choices

2022-08-19 Thread GitBox
hgschmie opened a new pull request, #786: URL: https://github.com/apache/maven/pull/786 Ensure that any versions resolved as part of a version range request only reference repositories that are actually enabled for the type of version (SNAPSHOT versions against snapshot repos, release v

[jira] [Commented] (MNG-7529) Maven resolver makes bad repository choices when resolving version ranges

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581946#comment-17581946 ] ASF GitHub Bot commented on MNG-7529: - hgschmie opened a new pull request, #786: URL: h

[jira] [Commented] (ARCHETYPE-626) mvn install deploy does not work with 3.2.1 but worked with 3.2.0

2022-08-19 Thread Jan Mosig (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581954#comment-17581954 ] Jan Mosig commented on ARCHETYPE-626: - I finally had time to look into things and

[GitHub] [maven-plugin-tools] slawekjaranowski merged pull request #129: [MPLUGIN-408] helpmojo improvement

2022-08-19 Thread GitBox
slawekjaranowski merged PR #129: URL: https://github.com/apache/maven-plugin-tools/pull/129 -- 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-unsub

[jira] [Commented] (MPLUGIN-408) simplification in helpmojo build

2022-08-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581962#comment-17581962 ] ASF GitHub Bot commented on MPLUGIN-408: slawekjaranowski merged PR #129: URL: h

[GitHub] [maven-plugin-tools] dependabot[bot] commented on pull request #128: Bump junit-jupiter-engine from 5.8.2 to 5.9.0

2022-08-19 Thread GitBox
dependabot[bot] commented on PR #128: URL: https://github.com/apache/maven-plugin-tools/pull/128#issuecomment-1220896547 Looks like org.junit.jupiter:junit-jupiter-engine is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [maven-plugin-tools] dependabot[bot] closed pull request #128: Bump junit-jupiter-engine from 5.8.2 to 5.9.0

2022-08-19 Thread GitBox
dependabot[bot] closed pull request #128: Bump junit-jupiter-engine from 5.8.2 to 5.9.0 URL: https://github.com/apache/maven-plugin-tools/pull/128 -- 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] [Closed] (MPLUGIN-408) simplification in helpmojo build

2022-08-19 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPLUGIN-408. --- Fix Version/s: 3.7.0 Resolution: Fixed > simplification in helpmojo build > -

[jira] [Assigned] (MPLUGIN-408) simplification in helpmojo build

2022-08-19 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MPLUGIN-408: --- Assignee: Slawomir Jaranowski > simplification in helpmojo build >

[jira] [Commented] (MPLUGIN-408) simplification in helpmojo build

2022-08-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581964#comment-17581964 ] Hudson commented on MPLUGIN-408: Build succeeded in Jenkins: Maven » Maven TLP » maven-p

[GitHub] [maven-site] dependabot[bot] opened a new pull request, #318: Bump maven-pdf-plugin from 1.6.0 to 1.6.1

2022-08-19 Thread GitBox
dependabot[bot] opened a new pull request, #318: URL: https://github.com/apache/maven-site/pull/318 Bumps [maven-pdf-plugin](https://github.com/apache/maven-pdf-plugin) from 1.6.0 to 1.6.1. Commits https://github.com/apache/maven-pdf-plugin/commit/675f92980227d49cf7b97614ba954b

[GitHub] [maven-pmd-plugin] michael-o commented on pull request #85: Bump maven-reporting-impl from 3.1.0 to 3.2.0

2022-08-19 Thread GitBox
michael-o commented on PR #85: URL: https://github.com/apache/maven-pmd-plugin/pull/85#issuecomment-1221244730 Superseded #84 -- 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

[GitHub] [maven-pmd-plugin] michael-o closed pull request #85: Bump maven-reporting-impl from 3.1.0 to 3.2.0

2022-08-19 Thread GitBox
michael-o closed pull request #85: Bump maven-reporting-impl from 3.1.0 to 3.2.0 URL: https://github.com/apache/maven-pmd-plugin/pull/85 -- 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 c

[GitHub] [maven-pmd-plugin] dependabot[bot] commented on pull request #85: Bump maven-reporting-impl from 3.1.0 to 3.2.0

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

[GitHub] [maven-checkstyle-plugin] asfgit merged pull request #87: [MCHECKSTYLE-417] Upgrade Maven Reporting API to 3.1.1/Maven Reportin…

2022-08-19 Thread GitBox
asfgit merged PR #87: URL: https://github.com/apache/maven-checkstyle-plugin/pull/87 -- 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] (MCHECKSTYLE-417) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

2022-08-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MCHECKSTYLE-417. -- Resolution: Fixed Fixed with [627fa4f684866a579f2c105fcc1dbf3ed776daa8|https://g

[GitHub] [maven-pmd-plugin] michael-o merged pull request #84: [MPMD-349] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

2022-08-19 Thread GitBox
michael-o merged PR #84: URL: https://github.com/apache/maven-pmd-plugin/pull/84 -- 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...@mave

[GitHub] [maven-pmd-plugin] dependabot[bot] opened a new pull request, #87: Bump aetherVersion from 1.0.0.v20140518 to 1.1.0

2022-08-19 Thread GitBox
dependabot[bot] opened a new pull request, #87: URL: https://github.com/apache/maven-pmd-plugin/pull/87 Bumps `aetherVersion` from 1.0.0.v20140518 to 1.1.0. Updates `aether-api` from 1.0.0.v20140518 to 1.1.0 Updates `aether-impl` from 1.0.0.v20140518 to 1.1.0 Updates `aether-

[jira] [Commented] (MCHECKSTYLE-417) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

2022-08-19 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MCHECKSTYLE-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582147#comment-17582147 ] Hudson commented on MCHECKSTYLE-417: Build succeeded in Jenkins: Maven » Maven T

[jira] [Closed] (MPMD-349) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

2022-08-19 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPMD-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MPMD-349. --- Resolution: Fixed Fixed with [2b7d2d7065bae1f984c82d210062064376fbd430|https://gitbox.apache.org/repos