We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f4d279 + 857f30c commit 43471d6Copy full SHA for 43471d6
mybatis-spring-boot-starter/pom.xml
@@ -52,4 +52,20 @@
52
<artifactId>mybatis-spring</artifactId>
53
</dependency>
54
</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>
71
</project>
0 commit comments