Skip to content

Commit

Permalink
Fixing OSGi bundle + tycho-p2 build failures (#9017)
Browse files Browse the repository at this point in the history
* Fixing errors/warnings from maven-bundle-plugin
* avoid issues with eclipse ranges
* Fixing version of p2.core
* revert bach tycho eclipse plugin to last working version 2.7.5

Signed-off-by: Joakim Erdfelt <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Co-authored-by: Olivier Lamy <[email protected]>
  • Loading branch information
joakime and olamy authored Dec 7, 2022
1 parent e923123 commit 3d3c954
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion jetty-p2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>Generates a (maven based) P2 Updatesite</description>
<packaging>pom</packaging>
<properties>
<tycho-version>3.0.0</tycho-version>
<tycho-version>2.7.5</tycho-version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 3d3c954

Please sign in to comment.