hboutemy commented on code in PR #214:
URL:
https://github.com/apache/maven-reporting-impl/pull/214#discussion_r2614266387
##########
src/main/java/org/apache/maven/reporting/AbstractMavenReport.java:
##########
@@ -215,14 +215,18 @@ public final void execute() throws MojoExecutionException
{
}
private void reportToMarkup() throws MojoExecutionException {
- getLog().info("Rendering to " + outputFormat + " markup");
-
- if (!isExternalReport()) {
- File outputDirectory = new File(getOutputDirectory());
+ String relativeOutput =
+
PathTool.getRelativeFilePath(String.valueOf(getProject().getBasedir()),
getOutputDirectory());
Review Comment:
ok, bad old habits: thanks for pointing out
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]