Skip to content

Commit

Permalink
Merge pull request #1054 from ngocnhan-tran1996/improve-osgi
Browse files Browse the repository at this point in the history
Build package `org.mybatis.spring.boot.starter`
  • Loading branch information
hazendaz authored Feb 20, 2025
2 parents 4f4d279 + 857f30c commit 43471d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mybatis-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,20 @@
<artifactId>mybatis-spring</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<configuration>
<bnd><![CDATA[
Bundle-DocURL: ${project.url}
Bundle-SymbolicName: ${osgi.symbolicName}
Export-Package: org.mybatis.spring.boot.starter;version=${project.version}
]]></bnd>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 43471d6

Please sign in to comment.