[GitHub] [maven-reporting-exec] slawekjaranowski commented on a change in pull request #8: Drop support for maven below 3.2.x

2022-01-24 Thread GitBox
slawekjaranowski commented on a change in pull request #8: URL: https://github.com/apache/maven-reporting-exec/pull/8#discussion_r791119067 ## File path: pom.xml ## @@ -170,7 +145,13 @@ junit junit - 4.13.1 + 4.13.2 + test + + +

[VOTE] Release Apache Maven Dependency Analyzer version 1.12.0

2022-01-24 Thread Slawomir Jaranowski
Hi, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12348814 There are still a couple of issues left in JIRA:

[GitHub] [maven-reporting-exec] gnodet commented on a change in pull request #8: Drop support for maven below 3.2.x

2022-01-24 Thread GitBox
gnodet commented on a change in pull request #8: URL: https://github.com/apache/maven-reporting-exec/pull/8#discussion_r791101276 ## File path: src/main/java/org/apache/maven/reporting/exec/DefaultMavenPluginManagerHelper.java ## @@ -48,134 +50,20 @@ @Requirement

[GitHub] [maven-doxia-site] slachiewicz merged pull request #15: (doc) Fix typo

2022-01-24 Thread GitBox
slachiewicz merged pull request #15: URL: https://github.com/apache/maven-doxia-site/pull/15 -- 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-reporting-exec] slawekjaranowski opened a new pull request #9: Fix Maven site build

2022-01-24 Thread GitBox
slawekjaranowski opened a new pull request #9: URL: https://github.com/apache/maven-reporting-exec/pull/9 In this PR I fixed Maven site build. Still is failing IT test - `forked-lifecycle` on MacOs jdk 11 and 17 with exception: ``` Caused by:

[GitHub] [maven-reporting-exec] michael-o commented on a change in pull request #8: Drop support for maven below 3.2.x

2022-01-24 Thread GitBox
michael-o commented on a change in pull request #8: URL: https://github.com/apache/maven-reporting-exec/pull/8#discussion_r790882697 ## File path: src/main/java/org/apache/maven/reporting/exec/DefaultMavenPluginManagerHelper.java ## @@ -186,37 +83,12 @@ public void

[GitHub] [maven-reporting-exec] michael-o commented on a change in pull request #8: Drop support for maven below 3.2.x

2022-01-24 Thread GitBox
michael-o commented on a change in pull request #8: URL: https://github.com/apache/maven-reporting-exec/pull/8#discussion_r790856638 ## File path: pom.xml ## @@ -191,35 +171,11 @@ ${mavenVersion} test - - org.sonatype.aether -

[GitHub] [maven-reporting-exec] michael-o commented on a change in pull request #8: Drop support for maven below 3.2.x

2022-01-24 Thread GitBox
michael-o commented on a change in pull request #8: URL: https://github.com/apache/maven-reporting-exec/pull/8#discussion_r790856017 ## File path: pom.xml ## @@ -56,9 +56,8 @@ -3.0 +3.2.5 Review comment: Stupid question: 3.1.1 is not an option? --