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-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 99ef015 Checkstyle fix
99ef015 is described below
commit 99ef015fe58535ab4f26de10627cefe8fcea32a1
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Feb 1 12:02:20 2021 +0100
Checkstyle fix
---
src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
b/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
index 61d76d7..32af9b5 100644
--- a/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
+++ b/src/main/java/org/apache/maven/dist/tools/DistCheckErrorsMojo.java
@@ -111,9 +111,9 @@ public class DistCheckErrorsMojo
if ( isDummyFailure() )
{
throw new MavenReportException(
- "Dist Tool> Checks found inconsistencies in some
released artifacts, see " +
-
"https://ci-builds.apache.org/job/Maven/job/dist-tool-plugin/job/master/site/dist-tool-check-errors.html
" +
- "for more information" );
+ "Dist Tool> Checks found inconsistencies in some
released artifacts, see "
+ +
"https://ci-builds.apache.org/job/Maven/job/dist-tool-plugin/job/master/site/"
+ + "dist-tool-check-errors.html for more information" );
}
}
else