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-log4j-transform.git


The following commit(s) were added to refs/heads/main by this push:
     new 859dc9d  Force `bnd-process` execution for Maven plugins
859dc9d is described below

commit 859dc9d6e3f6e6c1f0733d5fbdf36eb73a35e295
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jan 15 10:11:16 2024 +0100

    Force `bnd-process` execution for Maven plugins
---
 log4j-transform-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-transform-maven-plugin/pom.xml 
b/log4j-transform-maven-plugin/pom.xml
index dabcee2..cae9493 100644
--- a/log4j-transform-maven-plugin/pom.xml
+++ b/log4j-transform-maven-plugin/pom.xml
@@ -33,7 +33,7 @@
   <description>The Apache Log4j Transform Maven plugin</description>
 
   <properties>
-    <bnd.skip>true</bnd.skip>
+    <bnd.packagingTypes>maven-plugin</bnd.packagingTypes>
   </properties>
 
   <dependencies>

Reply via email to