Update pom

This commit is contained in:
shahondin1624
2026-02-14 18:13:52 +01:00
parent 1bcd277a1b
commit 7aac08f882
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/target/
/dependency-reduced-pom.xml

View File

@@ -111,7 +111,7 @@
<headerType>console</headerType>
<jar>${project.build.directory}/mcp-server-app-all.jar</jar>
<outfile>${project.build.directory}/mcp-server-app.exe</outfile>
<downloadUrl>http://java.com/download</downloadUrl>
<downloadUrl>https://java.com/download</downloadUrl>
<classPath>
<mainClass>mcp.app.McpLauncher</mainClass>
</classPath>