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-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new e722fdf  Fix whitespace in configuration
e722fdf is described below

commit e722fdf98c0f3321952484e8c2ea7b70250fc848
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Sep 25 16:12:23 2023 +0200

    Fix whitespace in configuration
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ba5489..ea849ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,7 +581,7 @@
                 -jpms-module-info: $[bnd-module-name];access=0
 
                 # Prevents an execution error in multi-release jars:
-                
-fixupmessages:·"Classes·found·in·the·wrong·directory";restrict:=error;is:=warning
+                -fixupmessages: "Classes found in the wrong 
directory";restrict:=error;is:=warning
 
                 # OSGI modules do not make sens in JPMS
                 -jpms-module-info-options: 
org.osgi.core;static=true,org.osgi.framework;static=true,$[bnd-extra-module-options]

Reply via email to