Skip to content

Commit

Permalink
Fix default bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Sep 28, 2023
1 parent 73d80ac commit 13654e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
# Create OSGi and JPMS module names based on the `project.artifactId`
# This agrees with `maven-bundle-plugin`.
Bundle-SymbolicName: org.apache.logging.$[subst;$[project.artifactId];log4j-]
Bundle-SymbolicName: org.apache.logging.log4j.$[subst;$[project.artifactId];log4j-]
-jpms-module-info: $[bnd-module-name];access=0
# Prevents an execution error in multi-release jars:
Expand Down

0 comments on commit 13654e5

Please sign in to comment.