Update version to 11.3.1 and fix complete package to include bridge script
This commit is contained in:
parent
5cf8f5fb16
commit
883fde7344
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
<groupId>eu.starsong.ghidra</groupId>
|
||||
<artifactId>GhydraMCP</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.1</version>
|
||||
<version>11.3.1</version>
|
||||
<name>GhydraMCP</name>
|
||||
<url>https://github.com/teal-bauer/GhydraMCP</url>
|
||||
|
||||
|
||||
@ -4,19 +4,14 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3
|
||||
http://maven.apache.org/xsd/assembly-1.1.3.xsd">
|
||||
|
||||
<!-- Complete package with Ghidra plugin and bridge Python script -->
|
||||
<id>complete-package</id>
|
||||
|
||||
<!-- We want a .zip file -->
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
|
||||
<!-- Don't put everything in an extra top-level directory named after the assembly ID -->
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
|
||||
<fileSets>
|
||||
<!-- 1) Include the bridge Python script in the root -->
|
||||
<!-- Include bridge script, README and LICENSE -->
|
||||
<fileSet>
|
||||
<directory>${project.basedir}</directory>
|
||||
<includes>
|
||||
@ -27,23 +22,13 @@
|
||||
<outputDirectory></outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<!-- 2) Include the Ghidra plugin files -->
|
||||
<!-- Include pre-built Ghidra plugin zip -->
|
||||
<fileSet>
|
||||
<directory>${project.build.directory}</directory>
|
||||
<includes>
|
||||
<include>GhydraMCP.jar</include>
|
||||
<include>GhydraMCP-${project.version}.zip</include>
|
||||
</includes>
|
||||
<outputDirectory>GhydraMCP/lib</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<!-- 3) Include required Ghidra plugin metadata -->
|
||||
<fileSet>
|
||||
<directory>src/main/resources</directory>
|
||||
<includes>
|
||||
<include>extension.properties</include>
|
||||
<include>Module.manifest</include>
|
||||
</includes>
|
||||
<outputDirectory>GhydraMCP</outputDirectory>
|
||||
<outputDirectory></outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
@ -1,6 +1,6 @@
|
||||
Manifest-Version: 1.0
|
||||
Plugin-Class: eu.starsong.ghidra.GhydraMCP
|
||||
Plugin-Name: GhydraMCP
|
||||
Plugin-Version: 1.1
|
||||
Plugin-Version: 11.3.1
|
||||
Plugin-Author: LaurieWired, Teal Bauer
|
||||
Plugin-Description: Expose multiple Ghidra tools to MCP servers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user