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
+
+
+ o
Hi,
We solved 8 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12348814
There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20ma
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
pro
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: dev-u
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: java.lang.NullPointerException
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 setupPlugin
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
- aether-connector-
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?
--