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
The following commit(s) were added to refs/heads/master by this push:
new 8e01d43c LHF: reformat poms
8e01d43c is described below
commit 8e01d43cdca1b52376a08ad150256207572234e6
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Mar 23 23:06:19 2024 +0100
LHF: reformat poms
---
apache-rat-plugin/pom.xml | 2 +-
apache-rat-tasks/pom.xml | 22 +++++++++++-----------
apache-rat/pom.xml | 2 +-
pom.xml | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index c68298c5..1a6a2a6f 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -120,7 +120,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
</pluginExecutions>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index d8346f23..496e8661 100644
--- a/apache-rat-tasks/pom.xml
+++ b/apache-rat-tasks/pom.xml
@@ -117,18 +117,18 @@
<configuration>
<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="${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>
<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>
@@ -166,7 +166,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
</pluginExecutions>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index 73c90056..2dcd8e10 100644
--- a/apache-rat/pom.xml
+++ b/apache-rat/pom.xml
@@ -149,7 +149,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
</pluginExecutions>
diff --git a/pom.xml b/pom.xml
index 5d4a5e77..756f3fc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ agnostic home for software distribution comprehension and
audit tools.
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
</pluginExecutions>
@@ -452,7 +452,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>