Skip to content

Commit 71b5148

Browse files
zspitzerrobinst
authored andcommitted
add osgi headers via maven-bundle-plugin
1 parent 41244f3 commit 71b5148

File tree

11 files changed

+126
-0
lines changed

11 files changed

+126
-0
lines changed

commonmark-ext-autolink/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,13 @@
3333
</dependency>
3434
</dependencies>
3535

36+
<build>
37+
<plugins>
38+
<plugin>
39+
<groupId>org.apache.felix</groupId>
40+
<artifactId>maven-bundle-plugin</artifactId>
41+
</plugin>
42+
</plugins>
43+
</build>
44+
3645
</project>

commonmark-ext-footnotes/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@
2424
</dependency>
2525
</dependencies>
2626

27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.felix</groupId>
31+
<artifactId>maven-bundle-plugin</artifactId>
32+
</plugin>
33+
</plugins>
34+
</build>
35+
2736
</project>

commonmark-ext-gfm-strikethrough/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@
2424
</dependency>
2525
</dependencies>
2626

27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.felix</groupId>
31+
<artifactId>maven-bundle-plugin</artifactId>
32+
</plugin>
33+
</plugins>
34+
</build>
35+
2736
</project>

commonmark-ext-gfm-tables/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,14 @@
2323
<scope>test</scope>
2424
</dependency>
2525
</dependencies>
26+
27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.felix</groupId>
31+
<artifactId>maven-bundle-plugin</artifactId>
32+
</plugin>
33+
</plugins>
34+
</build>
2635

2736
</project>

commonmark-ext-heading-anchor/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,14 @@
2323
<scope>test</scope>
2424
</dependency>
2525
</dependencies>
26+
27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.felix</groupId>
31+
<artifactId>maven-bundle-plugin</artifactId>
32+
</plugin>
33+
</plugins>
34+
</build>
2635

2736
</project>

commonmark-ext-image-attributes/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@
2424
</dependency>
2525
</dependencies>
2626

27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.felix</groupId>
31+
<artifactId>maven-bundle-plugin</artifactId>
32+
</plugin>
33+
</plugins>
34+
</build>
35+
2736
</project>

commonmark-ext-ins/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@
2424
</dependency>
2525
</dependencies>
2626

27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.felix</groupId>
31+
<artifactId>maven-bundle-plugin</artifactId>
32+
</plugin>
33+
</plugins>
34+
</build>
35+
2736
</project>

commonmark-ext-task-list-items/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@
2424
</dependency>
2525
</dependencies>
2626

27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.felix</groupId>
31+
<artifactId>maven-bundle-plugin</artifactId>
32+
</plugin>
33+
</plugins>
34+
</build>
35+
2736
</project>

commonmark-ext-yaml-front-matter/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@
2424
</dependency>
2525
</dependencies>
2626

27+
<build>
28+
<plugins>
29+
<plugin>
30+
<groupId>org.apache.felix</groupId>
31+
<artifactId>maven-bundle-plugin</artifactId>
32+
</plugin>
33+
</plugins>
34+
</build>
35+
2736
</project>

commonmark/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
</profile>
5555
</profiles>
5656

57+
<build>
58+
<plugins>
59+
<plugin>
60+
<groupId>org.apache.felix</groupId>
61+
<artifactId>maven-bundle-plugin</artifactId>
62+
</plugin>
63+
</plugins>
64+
</build>
65+
5766
<licenses>
5867
<license>
5968
<name>BSD-2-Clause</name>

0 commit comments

Comments
 (0)