This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d8bc361 Fix formatting
8d8bc361 is described below

commit 8d8bc3614cd32670a461d2d02585169869a87347
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Fri Aug 11 18:48:49 2023 +0200

    Fix formatting
---
 .../apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java
 
b/src/main/java/org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java
index b7f7d2f3..76bcfac5 100644
--- 
a/src/main/java/org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java
+++ 
b/src/main/java/org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java
@@ -298,8 +298,7 @@ public abstract class AbstractSiteRenderingMojo extends 
AbstractSiteDescriptorMo
         } catch (SiteToolException e) {
             throw new MojoExecutionException("Failed to retrieve skin artifact 
from repository", e);
         } catch (RendererException e) {
-            throw new MojoExecutionException(
-                    "Failed to create context for skin", e);
+            throw new MojoExecutionException("Failed to create context for 
skin", e);
         }
 
         // Add publish date

Reply via email to