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

elharo pushed a commit to branch s
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git


The following commit(s) were added to refs/heads/s by this push:
     new 71b05a7  format
71b05a7 is described below

commit 71b05a77244d48cd5dca6b0ef5d4a87b4e709383
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Nov 24 05:39:59 2025 -0600

    format
---
 src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java 
b/src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java
index a74db38..9fc4c45 100644
--- a/src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java
+++ b/src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java
@@ -64,7 +64,7 @@ import 
org.codehaus.plexus.archiver.manager.NoSuchArchiverException;
  */
 public abstract class AbstractWarMojo extends AbstractMojo {
 
-  /**
+    /**
      * Whether to fail the build if the <code>web.xml</code> file is missing. 
Set to <code>false</code> if you
      * want your WAR built without a <code>web.xml</code> file. This may be 
useful if you are building an overlay that
      * has no web.xml file.

Reply via email to