Skip to content

Commit

Permalink
Fixing occasional error from maven-bundle-plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <[email protected]>
  • Loading branch information
joakime committed Dec 6, 2022
1 parent e923123 commit 48b4644
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/jetty-asciidoctor-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<name>Jetty :: Documentation :: AsciiDoctor Extensions</name>
<packaging>jar</packaging>

<properties>
<bundle-symbolic-name>${project.groupId}.asciidoctor.extensions</bundle-symbolic-name>
</properties>

<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
Expand Down
4 changes: 4 additions & 0 deletions documentation/jetty-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<name>Jetty :: Documentation</name>
<packaging>jar</packaging>

<properties>
<bundle-symbolic-name>${project.groupId}</bundle-symbolic-name>
</properties>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 48b4644

Please sign in to comment.