提交 99e4ffc1 编写于 作者: B barrierye

fix pom in JAVA SDK

上级 039d9dad
......@@ -261,33 +261,6 @@
</execution>
</executions>
</plugin>
<!--
Package dependencies into the jar:
https://stackoverflow.com/questions/37732086/maven-compile-cause-classnotfoundexception
-->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>my.fully.qualified.class.Main</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-my-jar-with-dependencies</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册