Skip to content

Commit a5278d8

Browse files
committed
remove maven-bnd-plugin config which duplicates io.modelcontextprotocol.json into mcp-core
1 parent 3a3a348 commit a5278d8

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

mcp-core/pom.xml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -20,49 +20,6 @@
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>

0 commit comments

Comments
 (0)