This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 588d7a2 Turn RAT one once it passes, not before.
588d7a2 is described below
commit 588d7a2d2c301a50ccb5c10a32483b6f4f0bd52e
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 31 12:36:10 2021 -0500
Turn RAT one once it passes, not before.
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index ccbd738..1c3946f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1465,6 +1465,7 @@
<exclude>**/MANIFEST.MF</exclude>
</excludes>
</configuration>
+ <!-- Turn this one once it passes, not before.
<executions>
<execution>
<phase>verify</phase>
@@ -1473,6 +1474,7 @@
</goals>
</execution>
</executions>
+ -->
</plugin>
<!-- DOAP (RDF) metadata generation -->
<plugin>
@@ -1869,6 +1871,7 @@
<exclude>**/MANIFEST.MF</exclude>
</excludes>
</configuration>
+ <!-- Turn this one once it passes, not before.
<executions>
<execution>
<phase>verify</phase>
@@ -1877,6 +1880,7 @@
</goals>
</execution>
</executions>
+ -->
</plugin>
</plugins>
</build>