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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new c031a93a2a Generate a `test-jar` for `log4j-layout-jackson`
c031a93a2a is described below

commit c031a93a2a650dc774bb68a65a694b77f21c9756
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Nov 2 09:47:06 2023 +0100

    Generate a `test-jar` for `log4j-layout-jackson`
---
 log4j-layout-jackson/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/log4j-layout-jackson/pom.xml b/log4j-layout-jackson/pom.xml
index 7d533c7391..058baab4de 100644
--- a/log4j-layout-jackson/pom.xml
+++ b/log4j-layout-jackson/pom.xml
@@ -72,4 +72,21 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>biz.aQute.bnd</groupId>
+        <artifactId>bnd-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>generate-test-jar</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Reply via email to