Skip to content

Commit

Permalink
Fixed missing export in orb-iiop manifest
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Jul 30, 2023
1 parent 8195c1d commit 6e784c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appserver/orb/orb-iiop/pom.xml
Expand Up @@ -130,6 +130,15 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>*</Export-Package>
</instructions>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit 6e784c7

Please sign in to comment.