This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch kly
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git
The following commit(s) were added to refs/heads/kly by this push:
new 19fd212 spotless
19fd212 is described below
commit 19fd21226f76b95f950eff245b3acc8dbc5f36b6
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Nov 27 06:11:02 2025 -0600
spotless
---
src/main/java/org/apache/maven/plugins/acr/AcrMojo.java | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/java/org/apache/maven/plugins/acr/AcrMojo.java
b/src/main/java/org/apache/maven/plugins/acr/AcrMojo.java
index 5aa1b51..016d256 100644
--- a/src/main/java/org/apache/maven/plugins/acr/AcrMojo.java
+++ b/src/main/java/org/apache/maven/plugins/acr/AcrMojo.java
@@ -202,11 +202,11 @@ public class AcrMojo extends AbstractMojo {
}
if (outputDirectory.exists()) {
- AbstractArchiver abstractArchiver = archiver.getArchiver();
- abstractArchiver.addFileSet(fileSet(outputDirectory)
- .prefixed("")
- .includeExclude(DEFAULT_INCLUDES, mainJarExcludes)
- .includeEmptyDirs(true));
+ AbstractArchiver abstractArchiver = archiver.getArchiver();
+ abstractArchiver.addFileSet(fileSet(outputDirectory)
+ .prefixed("")
+ .includeExclude(DEFAULT_INCLUDES, mainJarExcludes)
+ .includeEmptyDirs(true));
} else {
// CHECKSTYLE_OFF: LineLength
getLog().info(