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 de44140b0ed09c65fc8eb4c3b13aecfe017f50cc
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Dec 12 14:39:36 2024 +0100

    Reformat poms
---
 apache-rat-core/pom.xml     | 55 +++++++++++++++++++++---------------------
 apache-rat-plugin/pom.xml   | 29 ++++++++++++-----------
 apache-rat-tasks/pom.xml    | 27 +++++++++++----------
 apache-rat-testdata/pom.xml | 58 ++++++++++++++++++++-------------------------
 apache-rat-tools/pom.xml    |  7 +++---
 apache-rat/pom.xml          |  4 +++-
 6 files changed, 90 insertions(+), 90 deletions(-)

diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml
index bfa5fee4..8ac00d1e 100644
--- a/apache-rat-core/pom.xml
+++ b/apache-rat-core/pom.xml
@@ -47,7 +47,6 @@
               <!-- Generated by Eclipse, and not distributed, so ignorable. -->
               <exclude>bin/**/*</exclude>
               <exclude>.externalToolBuilders/**/*</exclude>
-
               <!-- These files have bad license headers because they are used 
to test bad license headers -->
               <exclude>src/test/resources/**</exclude>
               <exclude>src/it/resources/ReportTest/**</exclude>
@@ -58,32 +57,32 @@
         </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings 
only. It has no influence on the Maven build itself.-->
         <plugin>
-               <groupId>org.eclipse.m2e</groupId>
-               <artifactId>lifecycle-mapping</artifactId>
-               <version>1.0.0</version>
-               <configuration>
-                       <lifecycleMappingMetadata>
-                               <pluginExecutions>
-                                       <pluginExecution>
-                                               <pluginExecutionFilter>
-                                                       <groupId>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>
                                                                
com.github.jochenw.jmp
                                                        </groupId>
-                                                       <artifactId>
+                    <artifactId>
                                                                
jwigrv-maven-plugin
                                                        </artifactId>
-                                                       
<versionRange>[0.2,)</versionRange>
-                                                       <goals>
-                                                               <goal>run</goal>
-                                                       </goals>
-                                               </pluginExecutionFilter>
-                                               <action>
-                                                       <ignore></ignore>
-                                               </action>
-                                       </pluginExecution>
-                               </pluginExecutions>
-                       </lifecycleMappingMetadata>
-               </configuration>
+                    <versionRange>[0.2,)</versionRange>
+                    <goals>
+                      <goal>run</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -96,7 +95,9 @@
           <!-- Run Groovy script, which copies resource files from the parent 
project. -->
           <execution>
             <phase>generate-resources</phase>
-            <goals><goal>run</goal></goals>
+            <goals>
+              <goal>run</goal>
+            </goals>
             <configuration>
               
<scriptFile>src/main/build-grv/copyResourcesFromParentProject.groovy</scriptFile>
               <scriptProperties>
@@ -105,9 +106,9 @@
                 
<targetDir>${project.build.outputDirectory}/META-INF</targetDir>
                 <filesToCopy>RELEASE_NOTES.txt</filesToCopy>
               </scriptProperties>
-            </configuration> 
-          </execution> 
-        </executions>   
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index d83c5688..cabee5cc 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -88,7 +88,6 @@
               <!-- Generated by Eclipse, and not distributed, so ignorable. -->
               <exclude>bin/**/*</exclude>
               <exclude>.externalToolBuilders/**/*</exclude>
-
               <!-- These files do not have license headers because they are 
used to test license headers -->
               <exclude>src/it/**</exclude>
               <exclude>src/it/**/src.apt</exclude>
@@ -127,17 +126,17 @@
                   </action>
                 </pluginExecution>
                 <pluginExecution>
-                       <pluginExecutionFilter>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>exec-maven-plugin</artifactId>
-                               <versionRange>[3.5.0,)</versionRange>
-                               <goals>
-                                       <goal>java</goal>
-                               </goals>
-                       </pluginExecutionFilter>
-                       <action>
-                               <ignore></ignore>
-                       </action>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>exec-maven-plugin</artifactId>
+                    <versionRange>[3.5.0,)</versionRange>
+                    <goals>
+                      <goal>java</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
                 </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
@@ -153,7 +152,9 @@
           <!-- Copy resource files from the apache-rat-core project. -->
           <execution>
             <id>copy-release-notes-from-core</id>
-            <goals><goal>unpack-dependencies</goal></goals>
+            <goals>
+              <goal>unpack-dependencies</goal>
+            </goals>
             <phase>generate-resources</phase>
             <configuration>
               <includeArtifactIds>apache-rat-core</includeArtifactIds>
@@ -163,7 +164,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin>  
+      </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index 5419a24b..9183bd46 100644
--- a/apache-rat-tasks/pom.xml
+++ b/apache-rat-tasks/pom.xml
@@ -111,7 +111,9 @@
           <!-- Copy resource files from the apache-rat-core project. -->
           <execution>
             <id>copy-release-notes-from-core</id>
-            <goals><goal>unpack-dependencies</goal></goals>
+            <goals>
+              <goal>unpack-dependencies</goal>
+            </goals>
             <phase>generate-resources</phase>
             <configuration>
               <includeArtifactIds>apache-rat-core</includeArtifactIds>
@@ -259,7 +261,6 @@
               <!-- Generated by Eclipse, and not distributed, so ignorable. -->
               <exclude>bin/**/*</exclude>
               <exclude>.externalToolBuilders/**/*</exclude>
-
               <!-- These files do not have license headers -->
               <exclude>src/test/resources/</exclude>
               <exclude>src/site/apt/*.txt</exclude>
@@ -287,17 +288,17 @@
                   </action>
                 </pluginExecution>
                 <pluginExecution>
-                       <pluginExecutionFilter>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>exec-maven-plugin</artifactId>
-                               <versionRange>[3.5.0,)</versionRange>
-                               <goals>
-                                       <goal>java</goal>
-                               </goals>
-                       </pluginExecutionFilter>
-                       <action>
-                               <ignore></ignore>
-                       </action>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>exec-maven-plugin</artifactId>
+                    <versionRange>[3.5.0,)</versionRange>
+                    <goals>
+                      <goal>java</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
                 </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
diff --git a/apache-rat-testdata/pom.xml b/apache-rat-testdata/pom.xml
index 1b3e8942..15ec7e4d 100644
--- a/apache-rat-testdata/pom.xml
+++ b/apache-rat-testdata/pom.xml
@@ -15,38 +15,32 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-project</artifactId>
-        <version>0.17-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>apache-rat-testdata</artifactId>
-
-    <properties>
-        <maven.compiler.source>${javaVersion}</maven.compiler.source>
-        <maven.compiler.target>${javaVersion}</maven.compiler.target>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
-
-    <build>
-        <pluginManagement>
-        <plugins>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.rat</groupId>
+    <artifactId>apache-rat-project</artifactId>
+    <version>0.17-SNAPSHOT</version>
+  </parent>
+  <artifactId>apache-rat-testdata</artifactId>
+  <properties>
+    <maven.compiler.source>${javaVersion}</maven.compiler.source>
+    <maven.compiler.target>${javaVersion}</maven.compiler.target>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+  <build>
+    <pluginManagement>
+      <plugins>
         <plugin>
-            <groupId>org.apache.rat</groupId>
-            <artifactId>apache-rat-plugin</artifactId>
-            <configuration>
-                <excludes>
-                    <exclude>src/main/resources/examples/**</exclude>
-                </excludes>
-            </configuration>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>src/main/resources/examples/**</exclude>
+            </excludes>
+          </configuration>
         </plugin>
-        </plugins>
-        </pluginManagement>
-    </build>
-
+      </plugins>
+    </pluginManagement>
+  </build>
 </project>
diff --git a/apache-rat-tools/pom.xml b/apache-rat-tools/pom.xml
index 1adc2a0b..4b2edcf0 100644
--- a/apache-rat-tools/pom.xml
+++ b/apache-rat-tools/pom.xml
@@ -47,7 +47,6 @@
               <!-- Generated by Eclipse, and not distributed, so ignorable. -->
               <exclude>bin/**/*</exclude>
               <exclude>.externalToolBuilders/**/*</exclude>
-
               <!-- This file is included into a generated file. -->
               <exclude>src/main/resources/Args.tpl</exclude>
               <!-- These files have bad license headers because they are used 
to test bad license headers -->
@@ -88,7 +87,9 @@
           <!-- Copy resource files from the apache-rat-core project. -->
           <execution>
             <id>copy-release-notes-from-core</id>
-            <goals><goal>unpack-dependencies</goal></goals>
+            <goals>
+              <goal>unpack-dependencies</goal>
+            </goals>
             <phase>generate-resources</phase>
             <configuration>
               <includeArtifactIds>apache-rat-core</includeArtifactIds>
@@ -98,7 +99,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin>  
+      </plugin>
     </plugins>
   </build>
   <dependencies>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index 913510bd..4e1fbf67 100644
--- a/apache-rat/pom.xml
+++ b/apache-rat/pom.xml
@@ -64,7 +64,9 @@
           <!-- Copy resource files from the apache-rat-core project. -->
           <execution>
             <id>copy-release-notes-from-core</id>
-            <goals><goal>unpack-dependencies</goal></goals>
+            <goals>
+              <goal>unpack-dependencies</goal>
+            </goals>
             <phase>generate-resources</phase>
             <configuration>
               <includeArtifactIds>apache-rat-core</includeArtifactIds>

Reply via email to