apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.44k stars 2.93k forks source link

[Question] How to generate the same *.tar.gz package as before #3142

Closed Franz362100 closed 2 years ago

Franz362100 commented 2 years ago

Question

image image

mvn clean install -Dmaven.javadoc.skip=true -B -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests

impactCn commented 2 years ago

First, check release in the maven profile, and then execute mvn install in the parent pom to find the compressed jar under the dist directory.

AhahaGe commented 2 years ago
  1. go to shenyu root directory
  2. execute ./mvnw -B clean install -Prelease -Dmaven.javadoc.skip=true -Dmaven.test.skip=true image