Skip to content

Commit 43471d6

Browse files
authored
Merge pull request #1054 from ngocnhan-tran1996/improve-osgi
Build package `org.mybatis.spring.boot.starter`
2 parents 4f4d279 + 857f30c commit 43471d6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

mybatis-spring-boot-starter/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,20 @@
5252
<artifactId>mybatis-spring</artifactId>
5353
</dependency>
5454
</dependencies>
55+
56+
<build>
57+
<plugins>
58+
<plugin>
59+
<groupId>biz.aQute.bnd</groupId>
60+
<artifactId>bnd-maven-plugin</artifactId>
61+
<configuration>
62+
<bnd><![CDATA[
63+
Bundle-DocURL: ${project.url}
64+
Bundle-SymbolicName: ${osgi.symbolicName}
65+
Export-Package: org.mybatis.spring.boot.starter;version=${project.version}
66+
]]></bnd>
67+
</configuration>
68+
</plugin>
69+
</plugins>
70+
</build>
5571
</project>

0 commit comments

Comments
 (0)