Skip to content

Commit e92cce0

Browse files
committed
Fix OSGi/JPMS module names
1 parent b75a82e commit e92cce0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@
123123
<maven.compiler.target>8</maven.compiler.target>
124124
<maven.compiler.release>8</maven.compiler.release>
125125

126-
<bnd-module-name>${groupId}.api_scala</bnd-module-name>
127-
128126
<!-- disable `maven-site-plugin`-->
129127
<maven.site.skip>true</maven.site.skip>
130128
<maven.site.deploy.skip>true</maven.site.deploy.skip>

src/site/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ libraryDependencies ++= Seq(
4242
)
4343
----
4444
45-
Java module name and OSGi `Bundle-SymbolicName` are set to `{bnd-module-name}`.
45+
Java module name and OSGi `Bundle-SymbolicName` are both set to `org.apache.logging.log4j.api_scala_2_10`, `org.apache.logging.log4j.api_scala_2_11`, and so on.
4646
4747
[#usage]
4848
== Usage

0 commit comments

Comments
 (0)