File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed
Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change 2020 <
developerConnection >
[email protected] /modelcontextprotocol/java-sdk.git</
developerConnection >
2121 </scm >
2222
23- <build >
24- <plugins >
25- <plugin >
26- <groupId >biz.aQute.bnd</groupId >
27- <artifactId >bnd-maven-plugin</artifactId >
28- <version >${bnd-maven-plugin.version} </version >
29- <executions >
30- <execution >
31- <id >bnd-process</id >
32- <goals >
33- <goal >bnd-process</goal >
34- </goals >
35- <configuration >
36- <bnd ><![CDATA[
37- Bundle-Name: Bundle ${project.groupId} : ${project.artifactId}
38- version: ${versionmask;===;${version_cleanup;${project.version}}}
39- Bundle-SymbolicName: ${project.groupId}.${project.artifactId}
40- Bundle-Version: ${version}
41- Import-Package: jakarta.*;resolution:=optional, \
42- *;
43- Export-Package: io.modelcontextprotocol.*;version="${version}";-noimport:=true
44- -noimportjava: true;
45- -nouses: true;
46- -removeheaders: Private-Package
47- ]]>
48- </bnd >
49- </configuration >
50- </execution >
51- </executions >
52- </plugin >
53-
54- <plugin >
55- <groupId >org.apache.maven.plugins</groupId >
56- <artifactId >maven-jar-plugin</artifactId >
57- <configuration >
58- <archive >
59- <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
60- </archive >
61- </configuration >
62- </plugin >
63- </plugins >
64- </build >
65-
6623 <dependencies >
6724 <dependency >
6825 <groupId >io.modelcontextprotocol.sdk</groupId >
You can’t perform that action at this time.
0 commit comments