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

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

commit 05cf2f3fa2bbe7191da3983ab3fa9026a3ad03c2
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Jan 26 15:42:25 2025 +0100

    [MDOAP-68] Upgrade parent pom to 43
---
 pom.xml                                                  | 3 ++-
 src/main/java/org/apache/maven/plugin/doap/DoapMojo.java | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4af6e98..482024f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>42</version>
+    <version>43</version>
     <relativePath />
   </parent>
 
@@ -64,6 +64,7 @@ under the License.
     <mavenVersion>3.2.5</mavenVersion>
     <scmVersion>2.1.0</scmVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion>
+    <checkstyle.violation.ignore>FileLength</checkstyle.violation.ignore>
     
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
diff --git a/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java 
b/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
index c03f1b0..3def76a 100644
--- a/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
+++ b/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
@@ -554,7 +554,7 @@ public class DoapMojo extends AbstractMojo {
             }
         }
     }
-
+    // CHECKSTYLE_OFF: MethodLength
     private void doWrite(MavenProject project, File outputFile, Writer w) 
throws MojoExecutionException {
         if (asfExtOptions.isIncluded()) {
             getLog().info("Generating an ASF DOAP file " + 
outputFile.getAbsolutePath());
@@ -755,7 +755,7 @@ public class DoapMojo extends AbstractMojo {
 
         writer.endElement(); // rdf:RDF
     }
-
+    // CHECKSTYLE_OFF: MethodLength
     /**
      * Write DOAP name.
      *

Reply via email to