imbajin commented on code in PR #2289:
URL:
https://github.com/apache/incubator-hugegraph/pull/2289#discussion_r1308573724
##########
hugegraph-pd/hg-pd-service/pom.xml:
##########
@@ -138,11 +144,13 @@
<executions>
<execution>
<configuration>
- <classifier>spring-boot</classifier>
<mainClass>
org.apache.hugegraph.pd.boot.HugePDServer
</mainClass>
</configuration>
+ <goals>
+ <goal>repackage</goal>
+ </goals>
Review Comment:
> refer to
[docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#packaging](https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#packaging)
fine, better to add url refer for it in future, currently leave this in PR
context
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]