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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 15e2b45e12cef9bd33477dfe40fb6a10c3be4d6f
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Oct 17 23:16:06 2025 +0200

    RAT-487: Prepare poms to use release 0.17, add roles, reformat
---
 apache-rat-plugin/pom.xml |  4 ++--
 apache-rat-tasks/pom.xml  | 24 +++++++++++-----------
 apache-rat/pom.xml        |  2 +-
 pom.xml                   | 52 +++++++++++++++++++++++++++++++++++++++--------
 4 files changed, 59 insertions(+), 23 deletions(-)

diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index cbc54ae6..2f1654f1 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -123,7 +123,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore/>
                   </action>
                 </pluginExecution>
                 <pluginExecution>
@@ -136,7 +136,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore/>
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index 5c5fb590..cc76a7fb 100644
--- a/apache-rat-tasks/pom.xml
+++ b/apache-rat-tasks/pom.xml
@@ -198,18 +198,18 @@
               <skip>${skipTests}</skip>
               <target>
                 <ant 
antfile="src/test/resources/antunit/report-bad-configurations.xml" 
inheritAll="false" inheritRefs="false">
-                  <property name="jar.name" 
location="${project.build.outputDirectory}" />
-                  <property name="base.dir" location="${basedir}" />
-                  <property name="antunit.jar.name" 
location="${project.build.directory}/dependencies/ant-antunit.jar" />
-                  <property name="test.skipped" value="${skipTests}" />
-                  <property name="test.classpath" refid="maven.test.classpath" 
/>
+                  <property name="jar.name" 
location="${project.build.outputDirectory}"/>
+                  <property name="base.dir" location="${basedir}"/>
+                  <property name="antunit.jar.name" 
location="${project.build.directory}/dependencies/ant-antunit.jar"/>
+                  <property name="test.skipped" value="${skipTests}"/>
+                  <property name="test.classpath" 
refid="maven.test.classpath"/>
                 </ant>
                 <ant 
antfile="src/test/resources/antunit/report-normal-operation.xml" 
inheritAll="false" inheritRefs="false">
-                  <property name="jar.name" 
location="${project.build.outputDirectory}" />
-                  <property name="base.dir" location="${basedir}" />
-                  <property name="antunit.jar.name" 
location="${project.build.directory}/dependencies/ant-antunit.jar" />
-                  <property name="test.skipped" value="${maven.test.skip}" />
-                  <property name="test.classpath" refid="maven.test.classpath" 
/>
+                  <property name="jar.name" 
location="${project.build.outputDirectory}"/>
+                  <property name="base.dir" location="${basedir}"/>
+                  <property name="antunit.jar.name" 
location="${project.build.directory}/dependencies/ant-antunit.jar"/>
+                  <property name="test.skipped" value="${maven.test.skip}"/>
+                  <property name="test.classpath" 
refid="maven.test.classpath"/>
                 </ant>
               </target>
             </configuration>
@@ -291,7 +291,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore/>
                   </action>
                 </pluginExecution>
                 <pluginExecution>
@@ -304,7 +304,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore/>
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index d77f6e31..e5be17f3 100644
--- a/apache-rat/pom.xml
+++ b/apache-rat/pom.xml
@@ -369,7 +369,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore/>
                   </action>
                 </pluginExecution>
               </pluginExecutions>
diff --git a/pom.xml b/pom.xml
index 5e437cc3..aa541ddc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -574,7 +574,7 @@ agnostic home for software distribution comprehension and 
audit tools.
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <!-- Do not use property values here as this causes problems during 
release -->
-          <version>0.16.1</version>
+          <version>0.17</version>
           <configuration>
             <excludes>
               <exclude>.asf.yaml</exclude>
@@ -587,7 +587,7 @@ agnostic home for software distribution comprehension and 
audit tools.
               <exclude>/src/site/apt/naming_help.txt</exclude>
               <exclude>**/iso-8859-1.html</exclude>
               <exclude>**/velocity.log</exclude>
-              <!-- RAT-353: until https://bugs.openjdk.org/browse/JDK-8227487 
is fixed we manually add the fonts -->
+              <!-- RAT-353: until https://bugs.openjdk.org/browse/JDK-8227487 
is fixed we add fonts manually -->
               <exclude>**/src/site/javadocFont/**</exclude>
               <exclude>apache-rat/src/site/examples/**</exclude>
               <exclude>apache-rat/src/site/resources/templates/**</exclude>
@@ -646,13 +646,13 @@ agnostic home for software distribution comprehension and 
audit tools.
                     <artifactId>
                       apache-rat-plugin
                     </artifactId>
-                    <versionRange>[0.16.1,)</versionRange>
+                    <versionRange>[0.17,)</versionRange>
                     <goals>
                       <goal>check</goal>
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore/>
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -715,7 +715,7 @@ agnostic home for software distribution comprehension and 
audit tools.
             </goals>
             <configuration>
               <target>
-                <copy file="RELEASE_NOTES.txt" 
todir="${project.build.directory}/site/" failonerror="false" />
+                <copy file="RELEASE_NOTES.txt" 
todir="${project.build.directory}/site/" failonerror="false"/>
               </target>
             </configuration>
           </execution>
@@ -734,7 +734,7 @@ agnostic home for software distribution comprehension and 
audit tools.
             <configuration>
               <skip>true</skip>
               <rules>
-                <NoPackageCyclesRule 
implementation="org.apache.axiom.buildutils.enforcer.NoPackageCyclesEnforcerRule"
 />
+                <NoPackageCyclesRule 
implementation="org.apache.axiom.buildutils.enforcer.NoPackageCyclesEnforcerRule"/>
               </rules>
             </configuration>
           </execution>
@@ -822,61 +822,97 @@ agnostic home for software distribution comprehension and 
audit tools.
       <id>bodewig</id>
       <name>Stefan Bodewig</name>
       <email>[email protected]</email>
+      <roles>
+        <role>Emeritus</role>
+      </roles>
     </developer>
     <developer>
       <id>rdonkin</id>
       <name>Robert Burrell Donkin</name>
       <email>[email protected]</email>
+      <roles>
+        <role>PMC</role>
+      </roles>
     </developer>
     <developer>
       <id>jochen</id>
       <name>Jochen Wiedmann</name>
       <email>[email protected]</email>
+      <roles>
+        <role>Emeritus</role>
+      </roles>
     </developer>
     <developer>
       <id>gmcdonald</id>
       <name>Gavin</name>
       <email>[email protected]</email>
+      <roles>
+        <role>PMC</role>
+      </roles>
     </developer>
     <developer>
       <id>brianf</id>
       <name>Brian Fox</name>
       <email>[email protected]</email>
+      <roles>
+        <role>PMC</role>
+      </roles>
     </developer>
     <developer>
       <id>dennisl</id>
       <name>Dennis Lundberg</name>
       <email>[email protected]</email>
+      <roles>
+        <role>Emeritus</role>
+      </roles>
     </developer>
     <developer>
       <id>rgardler</id>
       <name>Ross Gardler</name>
       <email>[email protected]</email>
+      <roles>
+        <role>PMC</role>
+      </roles>
     </developer>
     <developer>
       <id>crossley</id>
       <name>David Crossley</name>
       <email>[email protected]</email>
+      <roles>
+        <role>PMC</role>
+      </roles>
     </developer>
     <developer>
       <id>dblevins</id>
       <name>David Blevins</name>
       <email>[email protected]</email>
+      <roles>
+        <role>PMC</role>
+      </roles>
     </developer>
     <developer>
       <id>pottlinger</id>
       <name>Philipp Ottlinger</name>
       <email>[email protected]</email>
+      <roles>
+        <role>PMC chair</role>
+      </roles>
     </developer>
     <developer>
       <id>claudenw</id>
       <name>Claude Warren</name>
       <email>[email protected]</email>
+      <roles>
+        <role>PMC</role>
+      </roles>
     </developer>
     <developer>
       <id>jbonofre</id>
       <name>Jean-Baptiste Onofré</name>
       <email>[email protected]</email>
+      <roles>
+        <role>PMC</role>
+      </roles>
     </developer>
   </developers>
   <contributors>
@@ -1033,8 +1069,8 @@ agnostic home for software distribution comprehension and 
audit tools.
   <!-- in order to test new releases this reference can be activated locally
   <pluginRepositories>
     <pluginRepository>
-      <id>staged-releases-rat-016.1</id>
-      
<url>https://repository.apache.org/content/repositories/orgapachecreadur-1011/</url>
+      <id>staged-releases-rat-017</id>
+      
<url>https://repository.apache.org/content/repositories/orgapachecreadur-1012/</url>
     </pluginRepository>
   </pluginRepositories-->
 </project>

Reply via email to