This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 4533100 Disable doap plugin
4533100 is described below
commit 4533100f2e6b2ee8da62af29ba6c5cb94c061d33
Author: Matt Sicker <[email protected]>
AuthorDate: Sat Dec 11 19:43:53 2021 -0600
Disable doap plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 068cd99..146586b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,7 +240,7 @@
<manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <maven.doap.skip>false</maven.doap.skip>
+ <maven.doap.skip>true</maven.doap.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<docLabel>Site Documentation</docLabel>
<projectDir />