Skip to content

Commit

Permalink
Fixes #6238 - jetty-keystore Invalid manifest header Bundle-SymbolicN…
Browse files Browse the repository at this point in the history
…ame.

Added POM property that specifies the bundle name.

Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed May 6, 2021
1 parent ebeb6dd commit 211b21c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jetty-keystore/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
<version>10.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -12,6 +12,7 @@
<description>Test keystore with self-signed SSL Certificate.</description>

<properties>
<bundle-symbolic-name>${project.groupId}.keystore</bundle-symbolic-name>
<bouncycastle.version>1.62</bouncycastle.version>
</properties>

Expand Down

0 comments on commit 211b21c

Please sign in to comment.