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-mapping.git
The following commit(s) were added to refs/heads/master by this push: new 72b2922 Fix site report 72b2922 is described below commit 72b2922fae3dd8ccd9a110c18f13e41416f1f656 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Jan 25 17:56:52 2025 +0100 Fix site report --- src/main/java/org/apache/maven/shared/mapping/MappingUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/maven/shared/mapping/MappingUtils.java b/src/main/java/org/apache/maven/shared/mapping/MappingUtils.java index dcec783..3568add 100644 --- a/src/main/java/org/apache/maven/shared/mapping/MappingUtils.java +++ b/src/main/java/org/apache/maven/shared/mapping/MappingUtils.java @@ -57,7 +57,6 @@ import org.codehaus.plexus.interpolation.RegexBasedInterpolator; * <p> * Although parts of this code comes from the Assembly Plugin, it cannot be shared with the Assembly Plugin. The reason * for this is that the Assembly Plugin always uses a prefix for the expressions, whereas this code does not. - * <p/> * * @author Stephane Nicoll * @author Dennis Lundberg