Update pom
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
/target/
|
/target/
|
||||||
|
/dependency-reduced-pom.xml
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -111,7 +111,7 @@
|
|||||||
<headerType>console</headerType>
|
<headerType>console</headerType>
|
||||||
<jar>${project.build.directory}/mcp-server-app-all.jar</jar>
|
<jar>${project.build.directory}/mcp-server-app-all.jar</jar>
|
||||||
<outfile>${project.build.directory}/mcp-server-app.exe</outfile>
|
<outfile>${project.build.directory}/mcp-server-app.exe</outfile>
|
||||||
<downloadUrl>http://java.com/download</downloadUrl>
|
<downloadUrl>https://java.com/download</downloadUrl>
|
||||||
<classPath>
|
<classPath>
|
||||||
<mainClass>mcp.app.McpLauncher</mainClass>
|
<mainClass>mcp.app.McpLauncher</mainClass>
|
||||||
</classPath>
|
</classPath>
|
||||||
|
|||||||
Reference in New Issue
Block a user